@carter-mcalister/pi-codex-tasks
Codex-compatible task planning tools for Pi
Package details
Install @carter-mcalister/pi-codex-tasks from npm and Pi will load the resources declared by the package manifest.
$ pi install npm:@carter-mcalister/pi-codex-tasks- Package
@carter-mcalister/pi-codex-tasks- Version
0.2.0- Published
- May 10, 2026
- Downloads
- 52/mo · 52/wk
- Author
- carter-mcalister
- License
- MIT
- Types
- extension
- Size
- 5.1 KB
- Dependencies
- 0 dependencies · 2 peers
Pi manifest JSON
{
"extensions": [
"./src/index.ts"
]
}Security note
Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.
README
@carter-mcalister/pi-codex-tasks
Codex-compatible task planning for Pi.
This package exposes Codex's update_plan task/checklist tool surface:
{
"explanation": "optional note",
"plan": [
{ "step": "Inspect the code", "status": "completed" },
{ "step": "Patch the bug", "status": "in_progress" },
{ "step": "Run validation", "status": "pending" }
]
}
It intentionally does not expose Claude/Pi-style TaskCreate, TaskList, TaskGet, TaskUpdate, TaskExecute, TaskOutput, or TaskStop tools. Load pi-codex-subagents alongside this package for the Codex MultiAgentV2 subagent surface: spawn_agent, send_message, followup_task, wait_agent, close_agent, and list_agents.