Skip to content

AgentFuse v0.1.0 — first runnable scaffold

Choose a tag to compare

@SuperMarioYL SuperMarioYL released this 18 May 03:35
· 5 commits to main since this release

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 patches ANTHROPIC_BASE_URL / OPENAI_BASE_URL so 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|=N for atomic edits.
  • m3 — account routing: ~/.fuse/accounts.toml maps 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).