osborn 0.9.208 → 0.9.209

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -247,7 +247,7 @@ export const NAMED_AGENTS = {
247
247
  'Does NOT edit files — returns a clear plan for the writer agent to execute.',
248
248
  ].join(' '),
249
249
  tools: ['Read', 'Glob', 'Grep', 'WebSearch', 'WebFetch'],
250
- model: 'opus',
250
+ model: 'sonnet',
251
251
  prompt: [
252
252
  'You are Osborn\'s reasoning agent — the "smart model" seat for hard tradeoffs, architecture decisions, and vetting research.',
253
253
  '',
@@ -300,7 +300,7 @@ export const NAMED_AGENTS = {
300
300
  'If anything is unclear, asks the main agent for clarification before touching files.',
301
301
  ].join(' '),
302
302
  tools: ['Read', 'Write', 'Edit', 'MultiEdit', 'Bash', 'Glob', 'Grep', 'NotebookRead', 'NotebookEdit'],
303
- model: 'opus',
303
+ model: 'sonnet',
304
304
  prompt: [
305
305
  'You are Osborn\'s writer agent. You execute file changes with a verify-first approach.',
306
306
  '',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "osborn",
3
- "version": "0.9.208",
3
+ "version": "0.9.209",
4
4
  "description": "Voice AI coding assistant - local agent that connects to Osborn frontend",
5
5
  "type": "module",
6
6
  "bin": {