Commit 5c3038e
chore(prompt-runner): crawl web-search budget 8 → 5 — the cost dial turns down
Operator ruling after burning $20 of credits fast: server-side searches
bill twice (per-search fee + results injected as input tokens), and the
find-the-page + confirm pattern rarely needs more than five. Crawls that
would want more are better served by the 🔍 search.fire door
(SearXNG free / Exa cheap, zero Anthropic tokens). Still env-overridable
via CRAWL_MAX_WEB_SEARCHES.
Files changed:
- services/prompt-runner/src/crawl.ts
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01RW28dw3kQAKXr2ZNefCukE1 parent e0c7c39 commit 5c3038e
1 file changed
Lines changed: 8 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
24 | 28 | | |
25 | 29 | | |
26 | 30 | | |
| |||
0 commit comments