mirror of
https://github.com/zyphrzero/Termy.git
synced 2026-07-22 17:10:32 +00:00
Termy now hands terminal agents a shared context snapshot through local files and environment variables instead of maintaining Codex-specific MCP registration. This keeps agent context local to the plugin and removes the Rust stdio MCP mode that existed only to support that registration path. Constraint: Agent context handoff should not mutate global CLI configuration Rejected: Keep Codex MCP auto-registration | it couples Termy to Codex-specific global config and a separate Rust stdio mode Confidence: medium Scope-risk: broad Directive: Prefer extending the shared agent context snapshot before adding per-CLI global registration paths Tested: pnpm build; pnpm exec eslint src --ext .ts; pnpm test:terminal; cargo test --manifest-path rust-servers/Cargo.toml Not-tested: Manual Obsidian agent CLI launch flows |
||
|---|---|---|
| .. | ||
| src | ||
| Cargo.lock | ||
| Cargo.toml | ||