A fast, provider-agnostic terminal coding agent
- Rust 97.6%
- TypeScript 1.7%
- JavaScript 0.7%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| .github/workflows | ||
| crates | ||
| registry/extensions | ||
| wit | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| LICENSE | ||
| README.md | ||
| rustfmt.toml | ||
Tokio
A fast, provider-agnostic terminal coding agent.
Local extension development
See registry/extensions/LOCAL_DEV.md for the local build and override workflow.
Programmable extensions are authored in TypeScript and installed as pre-bundled JavaScript. They run in the shared QuickJS WebAssembly sandbox and can only affect the agent through capability-checked Tokio APIs.