mirror of https://github.com/garrytan/gstack.git
fix: default to sonnet model in browse skill to save tokens
The browse skill had no model specified in the frontmatter, causing it to use the user's default model (usually Opus) by default. Since browse is orchestrating CLI commands with minimal reasoning required, Sonnet is more cost-effective while maintaining good performance. This addresses issue #8.
This commit is contained in:
parent
15345a42ec
commit
907c67e9bf
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
name: browse
|
||||
version: 1.0.0
|
||||
model: sonnet
|
||||
description: |
|
||||
Fast web browsing for Claude Code via persistent headless Chromium daemon. Navigate to any URL,
|
||||
read page content, click elements, fill forms, run JavaScript, take screenshots,
|
||||
|
|
|
|||
Loading…
Reference in New Issue