fix(browse): default to sonnet model to save tokens#59
Open
gregario wants to merge 1 commit intogarrytan:mainfrom
Open
fix(browse): default to sonnet model to save tokens#59gregario wants to merge 1 commit intogarrytan:mainfrom
gregario wants to merge 1 commit intogarrytan:mainfrom
Conversation
The browse skill just orchestrates CLI commands — no complex reasoning needed. Without a model specified, it burns Opus tokens by default. Sonnet handles this equally well at a fraction of the cost. Closes garrytan#8 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Author
Code reviewNo issues found. Checked for bugs and CLAUDE.md compliance. 🤖 Generated with Claude Code - If this code review was useful, please react with 👍. Otherwise, react with 👎. |
argusdev-bot
left a comment
There was a problem hiding this comment.
Argus Code Review
Score: 100/100
Reviewed 0 files with no issues found. Highlights: Changes are focused and well-scoped; No security, performance, or quality issues detected. Score: 100/100.
No inline findings to report.
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
model: sonnetto the/browseskill frontmatter (both template and generated SKILL.md)Closes #8
Test plan
bun run gen:skill-docs --dry-run— all SKILL.md files FRESH (CI check passes)bun test test/skill-validation.test.ts test/gen-skill-docs.test.ts— 66/66 pass/browseand verify it runs on Sonnet (check model in--verboseoutput)🤖 Generated with Claude Code