poe-code
v2.0.16
Published
CLI tool to configure Poe API for developer workflows.
Readme
poe-code
Configure coding agents to use the Poe API.
Quick Start
npx poe-code@latest configure claude-codeUsage
Authenticate Once
npx poe-code@latest loginConfigure Coding CLIs
# Claude Code
npx poe-code@latest configure claude-code
# Codex
npx poe-code@latest configure codex
# OpenCode
npx poe-code@latest configure opencode
# Kimi
npx poe-code@latest configure kimi
Install Coding CLIs
# Claude Code
npx poe-code@latest install claude-code
# Codex
npx poe-code@latest install codex
# OpenCode
npx poe-code@latest install opencode
# Kimi
npx poe-code@latest install kimiConfigure The Kimi CLI
poe-code applies the Poe-backed provider to the local Kimi CLI as well. Running npx poe-code@latest configure kimi resolves the single supported model automatically and prints Using Kimi model: <model> so you always know which profile is active.
Uninstall Configuration
npx poe-code@latest remove codexRemoves the Codex settings previously applied by npx poe-code@latest configure codex.
Test Configuration
npx poe-code@latest test codexSpawn a coding agent
# Claude Code
npx poe-code@latest spawn claude-code "Explain this error message"Optional Flags
--dry-run– show every mutation without touching disk.--yes– accept defaults for prompts.-C, --cwd <path>– runspawnfrom a specific working directory so provider CLIs see the right project files.
