AgentFuse v0.1.0 — first runnable scaffold
First runnable release of AgentFuse — a per-cwd CLI spend-cap / billing kill-switch proxy for coding agents.
Highlights
- m1 — intercept & log:
fuse run <cmd>launches a local HTTP proxy and patchesANTHROPIC_BASE_URL/OPENAI_BASE_URLso child processes route through it. Per-(project, day) usage is recorded to a bbolt ledger. - m2 — enforce hard-cap:
.fuse.toml(cap_usd,window,account). Pre-flight cost estimate; HTTP 402 +agentfuse:stderr line on cap breach.fuse cap +N|-N|=Nfor atomic edits. - m3 — account routing:
~/.fuse/accounts.tomlmaps named accounts to API keys; the proxy rewrites credentials per-project.
Status
- All three milestones land in one release — they form the user-visible product (intercept + cap + account routing).
- Polished tier build: bilingual README (en/zh), examples/, CHANGELOG, LICENSE.
See CHANGELOG.md for the full list of additions.
🤖 Auto-shipped from ai-radar pipeline scan-2026-05-17-2013 (winner: t7neg04, score 0.6787).