Skip to content

Releases: poolsideai/pool

v1.0.13

Choose a tag to compare

@poolside-engineering poolside-engineering released this 20 Jul 15:50

ACP agent

  • Reduced network requests for session/new.
  • Added image support to the read tool.

ACP client (TUI)

  • Added effort level selector.
  • Switched logs to JSON.

v1.0.12

Choose a tag to compare

@poolside-engineering poolside-engineering released this 20 Jul 14:34

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

Choose a tag to compare

@poolside-engineering poolside-engineering released this 09 Jul 18:52

ACP agent

  • Improved timeout handling for long streaming requests.
  • Skills are now also discovered from ~/.agents/skills.

ACP client (TUI)

  • New /resume slash command (same as --resume but from inside TUI).
  • Skills are now accessed via $ instead of /.
  • Added mouse support for /model and /mode selectors.
  • New /set-option command 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

Choose a tag to compare

@poolside-engineering poolside-engineering released this 08 Jul 18:55
  • Stability fixes for long sessions.

v1.0.9

Choose a tag to compare

@poolside-engineering poolside-engineering released this 08 Jul 18:37
  • Internal changes.

v1.0.8

Choose a tag to compare

@poolside-engineering poolside-engineering released this 06 Jul 15:12

ACP agent

  • Pass additional settings (file or content) with --settings.
  • New /system slash command to see the system prompt.
  • Skill errors are shown in /skills.
  • Settings from pool.json are moved into settings.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

Choose a tag to compare

@poolside-engineering poolside-engineering released this 26 Jun 12:27

ACP agent (pool acp)

  • Load AGENTS.md files from directories above working directory.
  • Use global AGENTS.md instead of .poolside.
  • Compaction fixes.
  • Improved skill tool display.

ACP client (TUI)

  • Add /logs command to get debug logs.
  • Show hint about /logs and /feedback on 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

Choose a tag to compare

@poolside-engineering poolside-engineering released this 19 Jun 13:02

ACP agent (pool acp)

  • OpenRouter support. Select Log in with OpenRouter during pool login to 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 --worktree to run in a new git worktree at launch. Use /move slash command to move current session (and optionally files) to a git worktree.
  • Use ctrl+g shortcut to open prompt in the editor. Message group toggling is moved to ctrl+t.
  • Use native terminal cursor, also displays focus state.

v1.0.5

Choose a tag to compare

@poolside-engineering poolside-engineering released this 08 Jun 11:19
  • Notifications for turn end, permissions and elicitations, only emitted when pool is not focused
  • Support for cmux: notifications and status icons
  • Rename session with the /rename command, find session again with pool -r
  • See connected MCP servers with /mcp command
  • Launch interactive ACP agent server picker with pool -s
  • Added a built-in introspection skill: ask pool about itself
  • Better text selection
  • Moved pool acp --reasoning to session config options
  • Fixed text pasting on Terminal.app
  • Removed 30 second timeout for MCP tools

v1.0.4

Choose a tag to compare

@poolside-engineering poolside-engineering released this 27 May 15:36
  • Fix scrolling for slash commands