|
### ๐ฅ๏ธ Terminal-First
Plan, edit, run, and verify without leaving your shell. Every action is visible, scriptable, and auditable.
|
### โก Shell Command Mode
Press `Ctrl-X` to drop into a direct shell prompt inside the agent. Run commands, then snap back into AI mode with full context preserved.
|
|
### ๐งฉ ACP IDE Integration
Run `pythinker acp` and any [Agent Client Protocol](https://github.com/agentclientprotocol/agent-client-protocol) editor โ Zed, JetBrains, and more โ gets a full Pythinker session inline.
|
### ๐ MCP Tool Loading
Manage stdio and HTTP MCP servers with `pythinker mcp`. OAuth-backed servers, persistent config, ad-hoc files โ all supported.
|
|
### ๐ค Subagents & Skills
Delegate focused work to built-in subagents. Load reusable instructions via `/skill:` and bundled prompt flows via `/flow:`.
|
### ๐ช Hooks & Plugins
Observe or block tool execution with hook events. Install community extensions with `pythinker plugin`.
|
|
### ๐ Web & Visualization UIs
Optional web frontend and visualization frontend ship alongside the CLI for richer inspection workflows.
|
### ๐ค Bring Your Own Model
Swap providers and models per-session: `--model openai/gpt-5.5`, hosted Pythinker models, or your own keys.
|
> [!NOTE]
> Built-in shell commands such as `cd` are not yet supported in shell command mode.