Releases: poolsideai/pool
Releases · poolsideai/pool
Release list
v1.0.13
v1.0.12
TUI
- Show token counter on active thoughts.
- When pool is started with
--worktree, change current terminal directory to the worktree directory. - Fix sticky scroll with an active text selection.
- Improve rendering for long commands that start with
cd. - Performance improvements.
v1.0.11
ACP agent
- Improved timeout handling for long streaming requests.
- Skills are now also discovered from
~/.agents/skills.
ACP client (TUI)
- New
/resumeslash command (same as--resumebut from inside TUI). - Skills are now accessed via
$instead of/. - Added mouse support for
/modeland/modeselectors. - New
/set-optioncommand to set custom session config options on the ACP agent. - Improved double-click mouse selection.
- Removed message for mode cycling (shift+tab).
- Experimental: network transport (streaming HTTP) support.
v1.0.10
- Stability fixes for long sessions.
v1.0.9
v1.0.8
ACP agent
- Pass additional settings (file or content) with
--settings. - New
/systemslash command to see the system prompt. - Skill errors are shown in
/skills. - Settings from
pool.jsonare moved intosettings.yaml. - Fixed memory leaks on long trajectories.
- Removed default limit on maximum steps.
- Fixed reasoning parsing.
- Fixed mode updates.
- Compaction improvements.
ACP client (TUI)
- Allow to configure worktree prefix (
settings.yaml > pool > worktree_prefix). - New spinner.
v1.0.7
ACP agent (pool acp)
- Load
AGENTS.mdfiles from directories above working directory. - Use global
AGENTS.mdinstead of.poolside. - Compaction fixes.
- Improved skill tool display.
ACP client (TUI)
- Add
/logscommand to get debug logs. - Show hint about
/logsand/feedbackon error. - Ask about default setting when switching model or mode.
- Truncate queued prompts in the UI.
- Do not reset prompt input when mode selector is opened.
- Reuse current model when starting a new session with
/new.
v1.0.6
ACP agent (pool acp)
- OpenRouter support. Select
Log in with OpenRouterduringpool loginto get started. - Show session cost in
/usage. - Support
session/delete. - Support
message IDs.
ACP client (TUI)
- Clickable mode and model in the status bar, show help tooltips on hover.
- Worktree support. Use
--worktreeto run in a new git worktree at launch. Use/moveslash command to move current session (and optionally files) to a git worktree. - Use
ctrl+gshortcut to open prompt in the editor. Message group toggling is moved toctrl+t. - Use native terminal cursor, also displays focus state.
v1.0.5
- Notifications for turn end, permissions and elicitations, only emitted when
poolis not focused - Support for cmux: notifications and status icons
- Rename session with the
/renamecommand, find session again withpool -r - See connected MCP servers with
/mcpcommand - Launch interactive ACP agent server picker with
pool -s - Added a built-in introspection skill: ask
poolabout itself - Better text selection
- Moved
pool acp --reasoningto session config options - Fixed text pasting on Terminal.app
- Removed 30 second timeout for MCP tools
v1.0.4
- Fix scrolling for slash commands