feat(config): add reasoning effort metadata to model registry#579
Merged
khaliqgant merged 6 commits intomainfrom Mar 17, 2026
Merged
feat(config): add reasoning effort metadata to model registry#579khaliqgant merged 6 commits intomainfrom
khaliqgant merged 6 commits intomainfrom
Conversation
…t just slash commands Add a paragraph explaining that slash commands are prompt templates (a convenience, not a requirement) and a new "Natural language usage" subsection with examples of plain-language prompts that trigger the same coordination machinery. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Add `/plugin marketplace add Agentworkforce/relay` as the primary installation method, keeping the manual copy/symlink approach as an alternative. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Add a "Claude Code Plugin" section showing the marketplace install command, slash commands, and natural language usage to: - Top-level README.md - docs/introduction.mdx (Mintlify) - docs/markdown/introduction.md (plain markdown mirror) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Add per-model reasoning effort levels and defaults to the CLI registry, codegen pipeline, and SDK exports. Includes ModelMetadata lookup maps, helper functions (getModelMetadata, getSupportedReasoningEfforts, getDefaultReasoningEffort), and tests. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
khaliqgant
added a commit
that referenced
this pull request
Mar 25, 2026
* docs: clarify that relay coordination works with natural language, not just slash commands Add a paragraph explaining that slash commands are prompt templates (a convenience, not a requirement) and a new "Natural language usage" subsection with examples of plain-language prompts that trigger the same coordination machinery. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * docs: add marketplace install command to relay plugin README Add `/plugin marketplace add Agentworkforce/relay` as the primary installation method, keeping the manual copy/symlink approach as an alternative. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * docs: add Claude Code plugin section to README and docs Add a "Claude Code Plugin" section showing the marketplace install command, slash commands, and natural language usage to: - Top-level README.md - docs/introduction.mdx (Mintlify) - docs/markdown/introduction.md (plain markdown mirror) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * feat(config): add reasoning effort metadata to CLI model registry Add per-model reasoning effort levels and defaults to the CLI registry, codegen pipeline, and SDK exports. Includes ModelMetadata lookup maps, helper functions (getModelMetadata, getSupportedReasoningEfforts, getDefaultReasoningEffort), and tests. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * bump --------- Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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
reasoningEffortsanddefaultReasoningEffortfields to CLI registry YAML and codegen pipeline for per-model reasoning effort supportModelMetadatalookup maps (keyed by model ID) and helper functions (getModelMetadata,getSupportedReasoningEfforts,getDefaultReasoningEffort) in the config packageTest plan
npm run buildsucceeds across packagesnode --test dist/__tests__/models.test.jsinpackages/sdkto confirm metadata lookupscli-registry.generated.tsmatches YAML source🤖 Generated with Claude Code