feat(context-grounding): overhaul CLI with named options and ephemeral support#1530
Merged
pateljay43 merged 3 commits intomainfrom Mar 31, 2026
Merged
feat(context-grounding): overhaul CLI with named options and ephemeral support#1530pateljay43 merged 3 commits intomainfrom
pateljay43 merged 3 commits intomainfrom
Conversation
d6cc05b to
23b9136
Compare
3e96255 to
bc67f31
Compare
…l support Rewrites the context-grounding CLI with explicit named options, ephemeral index support, and full command coverage. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
bc67f31 to
bbfb170
Compare
DragosBobolea
requested changes
Mar 31, 2026
Remove duplicate decorators on ingest_by_name, use safe .get("value", [])
in list_indexes/list_indexes_async, and drop redundant folder_key
re-resolution in _list_spec.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
DragosBobolea
requested changes
Mar 31, 2026
Remove unused BucketSourceConfig import and use model_validate() instead of direct constructor for robust nested model parsing. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
DragosBobolea
approved these changes
Mar 31, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
--index-name,--index-id,--task-name,--task-id,--query,--output-file) — eliminates all ambiguous positional arguments--index-name+--folder-pathfor regular indexes,--index-idfor ephemeral indexescreate,create-ephemeral,source-schema,deep-rag start/retrieve,batch-transform start/retrieve/downloadunified_search(v1.2) instead of deprecatedsearch,list_indexesinstead oflist(avoids builtin shadowing)source-schemacommand generates JSON templates from Pydantic models at runtime — never drifts from typesTest plan
uv run pytest tests/cli/)🤖 Generated with Claude Code