| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| checksums.txt | 2026-08-14 | 546 Bytes | |
| pool-windows-arm64.tar.gz | 2026-08-14 | 14.6 MB | |
| pool-darwin-amd64.tar.gz | 2026-08-14 | 16.7 MB | |
| pool-darwin-arm64.tar.gz | 2026-08-14 | 14.8 MB | |
| pool-linux-amd64.tar.gz | 2026-08-14 | 16.0 MB | |
| pool-linux-arm64.tar.gz | 2026-08-14 | 14.5 MB | |
| pool-windows-amd64.tar.gz | 2026-08-14 | 16.4 MB | |
| README.md | 2026-08-05 | 1.9 kB | |
| v1.0.16 source code.tar.gz | 2026-08-05 | 39.1 kB | |
| v1.0.16 source code.zip | 2026-08-05 | 161.6 kB | |
| Totals: 10 Items | 93.2 MB | 3 | |
ACP agent
- Added hooks: run custom commands at six lifecycle seams (
PreToolUse,PostToolUse,UserPromptSubmit,PreCompact,SessionStart,Stop), configured in thehookssection ofsettings.yaml. Hooks can block or rewrite tool calls and prompts, inject context, or ask the agent to keep going at the end of a turn. - Added Auto mode: an opt-in approval mode where a classifier model rates each permission request. Low-risk actions run immediately, medium-risk actions run with a notice in the transcript, and high-risk ones fall back to the approval dialog. Requires a classifier configured in
settings.yaml. - Added mid-turn steering: new prompts can now be folded into a running turn instead of waiting for it to finish.
- Added
settings.yamlconfiguration for named subagents, including descriptions, default selection, and custom agent servers. - Subagents now reuse the running ACP server instead of spawning a separate process.
- Sessions now continue after a length-truncated model response instead of terminating.
- The plan to build mode switch is now always reviewed by the user, even under "Allow all".
- Fixed a memory leak that caused agent memory to grow in long-running sessions.
- Login with an HTTP API URL now automatically retries over HTTPS on network failure.
ACP client (TUI)
- Pressing enter while the agent is busy now steers the prompt into the running turn. Use ctrl+enter to queue it for the next turn instead.
- Added a startup dialog when a newer pool version is available.
- New
/deletecommand to select and delete previous sessions. - Subagent token and cost usage is now included in
/usageand the usage tooltip. - Unified the UI for
--resumeand/resume. - Copied selections no longer contain soft line wraps.
- Improved mouse support in dialogs and selectors.
- Fixed lag and high CPU usage in long-running sessions.