Discover and explore top open-source AI tools and projects—updated daily.
poolsideaiTerminal-based coding agent for development workflows
Top 90.3% on SourcePulse
Summary
Poolside's pool is a terminal-based coding agent designed to assist developers by integrating directly into their workflows. It offers interactive features, supports open agent protocols for editor and tool integration, and provides configurable modes for automation control. The agent aims to enhance productivity by providing context-aware assistance and automating code-related tasks.
How It Works
pool operates using the Agent Client Protocol (ACP) to interface with editors like Zed and JetBrains, and can also function as an ACP client to drive other AI agents. It leverages the Model Context Protocol (MCP) to connect to external tools and data sources, extending its capabilities. Users can define reusable workflows as "skills." The agent's behavior is governed by distinct modes: "Always ask" (default, prompts for tool use), "Accept edits" (auto-approves workspace modifications), "Allow all" (fully automated), and "Plan" (generates changes without execution). This modular design allows for flexible integration and controlled automation.
Quick Start & Requirements
Installation on Linux and macOS is via a shell script: curl -fsSL https://downloads.poolside.ai/pool/install.sh | sh. Windows users can use PowerShell: irm https://downloads.poolside.ai/pool/install.ps1 | iex (preview). To run, navigate to your project directory and execute pool. Further options are available via pool -h or /help within an interactive session.
Highlighted Details
/), fuzzy file/directory search (@), shell mode (!), and message history rewind.pool to act as a server for editors or a client for agents like Claude, Codex, and Gemini.pool exec provides a non-interactive mode for scripting, CI pipelines, and one-off tasks, supporting inline prompts or prompts from files.Maintenance & Community
Feedback and bug reporting can be submitted directly within an interactive session using the /feedback command. The provided README does not detail specific community channels, active contributors, or a public roadmap.
Licensing & Compatibility
The specific open-source license is referenced as being available in LICENSE.md, but is not detailed within the README text itself. Compatibility is broad due to its adherence to ACP and MCP standards, allowing integration with numerous editors and AI agents.
Limitations & Caveats
The Windows installation is noted as a preview. Shell commands involving control operators (e.g., |) or composite commands require manual approval. Tool permission rules currently support only single-level wildcards (*), not recursive ones (**). Path rules necessitate forward slashes for all paths, irrespective of the operating system. The exact license terms require consulting the LICENSE.md file.
1 week ago
Inactive