[PR #4173] [CLOSED] docs(langsmith): clarify context hub SDK URLs #4167

Closed
opened 2026-06-05 19:13:00 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/4173
Author: @vishnu-ssuresh
Created: 5/26/2026
Status: Closed

Base: mainHead: fix/context-hub-sdk-docs


📝 Commits (1)

  • c939556 docs(langsmith): clarify context hub SDK URLs

📊 Changes

1 file changed (+2 additions, -2 deletions)

View changed files

📝 src/langsmith/manage-contexts-sdk.mdx (+2 -2)

📄 Description

What

Clarifies that Context Hub push methods should return /context/<repo>/<commit> URLs and tells readers to update to a fixed patch release if they see Prompt Hub URLs from push_agent / pushAgent or push_skill / pushSkill.

Why

The SDK examples were where the bad behavior surfaced for customers: affected SDK builds created Context Hub repos but returned /hub/-/... links that do not open the Context Hub UI.

How

This is a docs-only companion to langchain-ai/langsmith-sdk#2937. The docs avoid implementation details like repo source metadata and focus on the user-visible URL shape.

AI agent involvement: Codex drafted this change.

Testing

  • make lint_prose FILES="src/langsmith/manage-contexts-sdk.mdx"

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/docs/pull/4173 **Author:** [@vishnu-ssuresh](https://github.com/vishnu-ssuresh) **Created:** 5/26/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `fix/context-hub-sdk-docs` --- ### 📝 Commits (1) - [`c939556`](https://github.com/langchain-ai/docs/commit/c9395560a1bc2bc210026ed8f4e98ad37d839c67) docs(langsmith): clarify context hub SDK URLs ### 📊 Changes **1 file changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `src/langsmith/manage-contexts-sdk.mdx` (+2 -2) </details> ### 📄 Description ## What Clarifies that Context Hub push methods should return `/context/<repo>/<commit>` URLs and tells readers to update to a fixed patch release if they see Prompt Hub URLs from `push_agent` / `pushAgent` or `push_skill` / `pushSkill`. ## Why The SDK examples were where the bad behavior surfaced for customers: affected SDK builds created Context Hub repos but returned `/hub/-/...` links that do not open the Context Hub UI. ## How This is a docs-only companion to langchain-ai/langsmith-sdk#2937. The docs avoid implementation details like repo source metadata and focus on the user-visible URL shape. AI agent involvement: Codex drafted this change. ## Testing - `make lint_prose FILES="src/langsmith/manage-contexts-sdk.mdx"` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-06-05 19:13:00 -04:00
yindo closed this issue 2026-06-05 19:13:00 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#4167