Commit fe97b82
feat: web search, chiptune audio, cleaner intent routing
- Add web_search tool (Tavily, Brave, SearXNG, DuckDuckGo fallback)
with auto-provider detection from env vars
- Fix DDG parser to handle single-quoted HTML attributes
- Add chiptune synthesizer for boot screen (square/triangle/noise,
4-channel tracker pattern, pipes to aplay/paplay, silent fallback)
- Simplify intent classify prompt — 6 lines, agent-first, no bloat
- Add web_search to agent, subagent, and parallel-safe tool lists
- Tell agent it can call read-only tools in parallel
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 2a0ec95 commit fe97b82
10 files changed
Lines changed: 1387 additions & 24 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| 63 | + | |
63 | 64 | | |
64 | 65 | | |
65 | 66 | | |
66 | 67 | | |
| 68 | + | |
67 | 69 | | |
68 | 70 | | |
69 | 71 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| 56 | + | |
56 | 57 | | |
57 | 58 | | |
58 | 59 | | |
| |||
0 commit comments