v0.1.0
Initial release of pi-code — the Claude Code experience for the pi coding agent, in one package.
Point pi at a project that already has a .claude/ directory and it reads your existing config:
- Rules —
~/.claude/rulesand.claude/rules(withpaths:frontmatter scoping) - Commands —
.claude/commands/*.mdas slash commands - Skills —
.claude/skills - Hooks —
.claude/settings.jsonhooks (PreToolUse can block) - Output styles —
.claude/output-styles+/output-style - MCP servers —
.mcp.json/~/.claude.json - Agents — project
.claude/agents - CLAUDE.md
@imports— resolves the imports pi's native loader skips
Plus the Claude Code features pi lacks: a todo overlay, checkpoints/rewind, persistent memory, web search/fetch, and subagents.
Untrusted-project config (MCP servers, hooks, agents, output styles, rules, imports) is gated behind pi's project-trust decision. See SECURITY.md.
pi install pi-code # or: npm install pi-code