Skip to content

v0.1.0

Choose a tag to compare

@ilovepixelart ilovepixelart released this 20 Jul 09:38

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/rules and .claude/rules (with paths: frontmatter scoping)
  • Commands.claude/commands/*.md as slash commands
  • Skills.claude/skills
  • Hooks.claude/settings.json hooks (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