A fast, provider-agnostic terminal coding agent
  • Rust 97.6%
  • TypeScript 1.7%
  • JavaScript 0.7%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-07-13 04:45:20 +02:00
.github/workflows Integrate TypeScript extension runtime 2026-07-13 04:24:03 +02:00
crates Avoid spawning an extension host during install 2026-07-13 04:45:20 +02:00
registry/extensions Integrate TypeScript extension runtime 2026-07-13 04:24:03 +02:00
wit Integrate TypeScript extension runtime 2026-07-13 04:24:03 +02:00
.gitignore Integrate TypeScript extension runtime 2026-07-13 04:24:03 +02:00
Cargo.lock Integrate TypeScript extension runtime 2026-07-13 04:24:03 +02:00
Cargo.toml Integrate TypeScript extension runtime 2026-07-13 04:24:03 +02:00
LICENSE Scaffold tokio-agent workspace 2026-07-10 21:00:28 +02:00
README.md Integrate TypeScript extension runtime 2026-07-13 04:24:03 +02:00
rustfmt.toml Scaffold tokio-agent workspace 2026-07-10 21:00:28 +02:00

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.

License

MIT