Skip to content

Default browse skill to Sonnet to save tokens#11

Closed
oliursahin wants to merge 1 commit intogarrytan:mainfrom
oliursahin:fix/browse-default-sonnet
Closed

Default browse skill to Sonnet to save tokens#11
oliursahin wants to merge 1 commit intogarrytan:mainfrom
oliursahin:fix/browse-default-sonnet

Conversation

@oliursahin
Copy link
Copy Markdown

Summary

  • Adds model: sonnet to browse/SKILL.md and root SKILL.md frontmatter
  • The browse skill only orchestrates CLI commands (goto, click, screenshot) — no heavy reasoning needed, so Sonnet is more than sufficient
  • Prevents burning Opus tokens on simple browsing tasks

Closes #8

Test plan

  • Run /browse and verify it uses Sonnet instead of the user default model
  • Confirm multi-step browse flows (navigate, snapshot, click, screenshot) still work correctly with Sonnet

Generated with Claude Code

The browse skill only orchestrates CLI commands — no heavy reasoning
needed. Adding `model: sonnet` to both browse SKILL.md files prevents
burning Opus tokens on simple navigation, clicking, and screenshot tasks.

Closes garrytan#8

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@oliursahin oliursahin closed this Mar 12, 2026
rafiulnakib pushed a commit to rafiulnakib/gstack that referenced this pull request Mar 26, 2026
…arrytan#15-garrytan#18) limitations

Visualizer: progressive disclosure with route-level expand/collapse (garrytan#19),
interactive toolbar with search/filter/depth slider (garrytan#20),
terminal ASCII output with ANSI colors (garrytan#21).
Resolvers: staleness sync with auto-reconciliation (garrytan#15),
atomic file locking with O_CREAT|O_EXCL (garrytan#16),
15-component spot-check with thorough mode (garrytan#17),
fuzzy anti-pattern matching with Levenshtein + synonyms (garrytan#18).
Product map: export mode (garrytan#11), shared map with feature merge (garrytan#12),
tiered compression (garrytan#13), enhanced bootstrap fallback (garrytan#14).
mengtanx pushed a commit to mengtanx/gstack that referenced this pull request Apr 6, 2026
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.

browse skill: default to sonnet to save tokens

1 participant