Release history
Agent AFK releases
Coding-agent harness built for unattended, away-from-keyboard runs across four surfaces sharing one session manager: one-shot CLI, REPL, cron-friendly headless daemon, and a Telegram bot. Editable agent loop (prompts, permission gates, model routing, explicit terminal states), MCP (stdio/HTTP/SSE + OAuth), lifecycle hooks, background subagents, plan mode, cross-session memory, and an append-only trace receipt (`afk trace show`). Works with Anthropic and any OpenAI-compatible endpoint (GPT, Codex, local MLX/llama.cpp/Ollama)
All releases
207 shown
- Removed /bypass endpoint (retired)
- Plan‑mode exit now requires using exit_plan_mode instead of previous method
- Added default badge to plan‑mode
Full changelog
What's Changed
- feat(plan-mode)!: retire /bypass, add default badge, steer exit to exit_plan_mode by @griffinwork40 in https://github.com/griffinwork40/agent-afk/pull/286
Full Changelog: https://github.com/griffinwork40/agent-afk/compare/v4.46.0...v5.0.0