No description
  • TypeScript 72.1%
  • JavaScript 9.9%
  • Ruby 6.9%
  • Python 3%
  • HTML 2.9%
  • Other 5.2%
Find a file
2026-09-24 00:57:58 +00:00
.github/workflows Require public, downloadable tree-sitter release assets 2026-09-22 15:21:23 -07:00
.pi Run subagents through root pi RPC workers 2026-09-08 02:32:43 -07:00
benchmarks fork-probe model substitution & activity panel adjustments 2026-09-08 15:04:27 -07:00
bin Fix fast model in new pi 2026-09-23 00:04:10 -07:00
docs External events system 2026-09-22 15:21:23 -07:00
extensions Refactor and simplify read & shell tool rendering 2026-09-24 00:57:58 +00:00
scripts process-prune-docs: prune the doc to mock-verified prose; define the pass condition's critical path 2026-09-21 22:32:17 +00:00
skills process-prune-docs: prune the doc to mock-verified prose; define the pass condition's critical path 2026-09-21 22:32:17 +00:00
tools External events system 2026-09-22 15:21:23 -07:00
tree-sitter-wasm wasm download fix: version-stamp the tree-sitter-wasm bundle cache and bump the pin to 2026.09.18 (heap-grown parse buffer) 2026-09-18 06:27:52 +00:00
.gitignore Generalize SDK session subagents and disable editor cache controls 2026-09-08 02:33:42 -07:00
.prettierrc Add reasoning summary and refresh project defaults 2026-09-08 02:32:43 -07:00
AGENTS.md Restore instruction documents and runtime checkpoints after compaction 2026-09-10 02:29:08 +00:00
bun.lock fix avif read 2026-09-10 20:38:39 -07:00
CLAUDE.md Fix provider compat plumbing and background-shell log flush race 2026-06-19 01:45:27 -07:00
cpi-config.default.json Adjustment fot gpt-6-sol/luna release 2026-09-22 16:10:25 -07:00
fallback-providers.example.json codex bar, fast mode, doc cleanups, formatting 2026-09-08 02:32:43 -07:00
LICENSE Prepare public repository: MIT license and exclude local research and Python caches 2026-09-08 02:33:42 -07:00
package.json fix avif read 2026-09-10 20:38:39 -07:00
README.md Add an interactive browser for background activity 2026-09-08 13:50:02 -07:00
tsconfig.json core: Override default system prompts 2026-09-08 02:32:43 -07:00
uninstall.sh Initial commit: cpi extensions and skills for pi coding agent 2026-06-17 16:27:59 -07:00

cpi

Cheng Cao's extensions and skills for the pi coding agent. Better file editing, background work, and visibility into what agents are doing.

Install

Requires pi 0.85.1 or newer.

pi install git:forge.bc3.moe/bob/cpi

Installed for your user account, available across projects.

Explore

  • Usage: commands and interactive controls.
  • Configuration: available settings and defaults.
  • Skills: workflows you can ask the agent to use.
  • Development: repository conventions and contributor guidance.