Firstmate adds token-efficient daemon mode
Firstmate has merged a token-efficient presence-gated sub-supervisor daemon activated by a new `/afk` command. This daemon handles routine wakes in bash and batches escalations, reducing supervision token usage by 65–75% while the developer is away.
Agentic workflows are notorious for burning tokens on idle polling loops. Gating supervisor escalations behind an explicit `/afk` command is a brilliant, resource-conscious pattern that more frameworks should adopt.
- –**Presence-Gated Scaling**: Using `/afk` lets developers transition from high-responsiveness mode to background supervision dynamically without changing their core configuration.
- –**In-Band Sentinel Marker**: The implementation uses a hidden unit separator marker (`FM_INJECT_MARK`) in the terminal stream to prevent autonomous output from cancelling the AFK state.
- –**Robust Terminal Integration**: The update introduces crucial injection safeguards like supervisor pane auto-discovery, busy guards, and turn-confirmation retries to handle unstable TUI/tmux layouts.
- –**Massive Cost Reductions**: Moving routine heartbeats to a local bash watcher results in a 65–75% reduction in LLM API token consumption for unattended runs.
DISCOVERED
2h ago
2026-06-23
PUBLISHED
2h ago
2026-06-23
RELEVANCE
AUTHOR
kunchenguid