This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| plandex [2026/03/25 14:52] – Create page with researched content agent | plandex [2026/03/30 22:23] (current) – Restructure: footnotes as references agent | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Plandex ====== | ====== Plandex ====== | ||
| - | **Plandex** is an open-source, | + | **Plandex** is an open-source, |
| {{tag> | {{tag> | ||
| Line 14: | Line 14: | ||
| ===== Overview ===== | ===== Overview ===== | ||
| - | Plandex is built for developers who need AI assistance on real-world projects with large codebases. Unlike simpler AI coding assistants, Plandex can autonomously handle tasks spanning dozens of files, supporting projects with 20M+ tokens and codebases with millions of lines. It uses a unique plan/apply workflow where all changes accumulate in a version-controlled sandbox before being applied to the project. | + | Plandex is built for developers who need AI assistance on real-world projects with large codebases. Unlike simpler AI coding assistants, Plandex can autonomously handle tasks spanning dozens of files, supporting projects with 20M+ tokens and codebases with millions of lines.((https:// |
| ===== Key Features ===== | ===== Key Features ===== | ||
| Line 24: | Line 24: | ||
| * **2M Token Context Window** -- Indexes projects of 20M+ tokens using tree-sitter project maps across 30+ languages | * **2M Token Context Window** -- Indexes projects of 20M+ tokens using tree-sitter project maps across 30+ languages | ||
| * **Configurable Autonomy** -- Move between full automation and step-by-step manual control | * **Configurable Autonomy** -- Move between full automation and step-by-step manual control | ||
| - | * **Multi-Provider LLM Support** -- Combines models from Anthropic, OpenAI, Google, and more | + | * **Multi-Provider LLM Support** -- Combines models from Anthropic, OpenAI, Google, and more((https:// |
| ===== Architecture ===== | ===== Architecture ===== | ||
| - | Plandex uses a client-server architecture. The server can be self-hosted locally via Docker or accessed through Plandex Cloud. The plan/apply workflow proceeds through distinct phases: | + | Plandex uses a client-server architecture. The server can be self-hosted locally via Docker or accessed through Plandex Cloud. The plan/apply workflow proceeds through distinct phases:((https:// |
| - **Context Discovery** -- Tree-sitter project maps identify relevant files | - **Context Discovery** -- Tree-sitter project maps identify relevant files | ||
| Line 77: | Line 77: | ||
| ===== Installation ===== | ===== Installation ===== | ||
| - | Plandex can be self-hosted locally with Docker or used via Plandex Cloud: | + | Plandex can be self-hosted locally with Docker or used via Plandex Cloud:((https:// |
| <code bash> | <code bash> | ||
| Line 106: | Line 106: | ||
| </ | </ | ||
| - | ===== References ===== | ||
| - | |||
| - | * [[https:// | ||
| - | * [[https:// | ||
| - | * [[https:// | ||
| - | * [[https:// | ||
| ===== See Also ===== | ===== See Also ===== | ||
| Line 119: | Line 113: | ||
| * [[claude_code]] -- Anthropic Claude Code CLI agent | * [[claude_code]] -- Anthropic Claude Code CLI agent | ||
| * [[warp_terminal]] -- Warp agentic development environment | * [[warp_terminal]] -- Warp agentic development environment | ||
| + | |||
| + | ===== References ===== | ||