Skip to content

feat(search): platform search request builder and runner - #133

Merged
steve-calvert-glean merged 2 commits into
mainfrom
sc/platform-03-search-platform-lib
Jul 27, 2026
Merged

feat(search): platform search request builder and runner#133
steve-calvert-glean merged 2 commits into
mainfrom
sc/platform-03-search-platform-lib

Conversation

@steve-calvert-glean

Copy link
Copy Markdown
Collaborator

Library plumbing only, no behavior change: BuildPlatformSearchRequest maps CLI options onto the narrower platform shape (query, page_size, cursor, datasources via the dedicated field, remaining facet filters as generic filters); RunPlatformSearch calls POST /api/search and honors --timeout via context deadline (the platform body has no timeoutMillis). Not yet wired into cmd/search.

Part 3/9.

🤖 Generated with Claude Code

steve-calvert-glean and others added 2 commits July 27, 2026 10:03
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>
BuildPlatformSearchRequest maps CLI options onto the narrower platform
shape (query, page_size, cursor, datasources via the dedicated field,
remaining facet filters as generic filters). RunPlatformSearch calls
POST /api/search and honors --timeout via context deadline since the
platform request body has no timeoutMillis. Not yet wired into cmd/search.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@steve-calvert-glean
steve-calvert-glean force-pushed the sc/platform-03-search-platform-lib branch from 20fe51d to 228208b Compare July 27, 2026 17:05
@steve-calvert-glean
steve-calvert-glean merged commit 046a998 into main Jul 27, 2026
8 checks passed
@steve-calvert-glean
steve-calvert-glean deleted the sc/platform-03-search-platform-lib branch July 27, 2026 17:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant