Skip to content

deps: bump api-client-go to v0.13.3#131

Merged
steve-calvert-glean merged 1 commit into
mainfrom
sc/platform-01-sdk-bump-v0133
Jul 22, 2026
Merged

deps: bump api-client-go to v0.13.3#131
steve-calvert-glean merged 1 commit into
mainfrom
sc/platform-01-sdk-bump-v0133

Conversation

@steve-calvert-glean

Copy link
Copy Markdown
Collaborator

Pure dependency bump: brings in the platform API namespaces (Search, Agents on /api/* routes) and the WithIncludeExperimental SDK option needed for the platform-first migration. Classic client surface unchanged — zero code churn, snapshots untouched.

Discovery notes for the stack (verified from SDK source):

  • Hidden 404 for gated experimental endpoints surfaces as PlatformProblemDetailError{Status:404, Code:resource_not_found} or generic APIError 404 — no dedicated gating code or header visible to clients.
  • PlatformSearchRequest supports query, page_size, cursor, datasources, datasource_instances, filters, time_range.
  • Agents.CreateRun takes agent_id as a path parameter, separate from the body.

Part 1/9 of the platform-API migration stack (sc/platform-01 → 10).

🤖 Generated with Claude Code

Brings in the platform API namespaces (s.Search, s.Agents on /api/* routes)
and the WithIncludeExperimental SDK option needed for the platform-first
migration. Classic s.Client.* surface unchanged.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant