@mjasnikovs/pi-task
Deterministic task planning and spec-orchestration designed for local models — a crash-safe /task pipeline.
Install
pi install npm:@mjasnikovs/pi-task
Installs from npm into ~/.pi/agent/.
Add -l for project-local (.pi/). Manage with pi list / pi update / pi remove.
What this package can reach
Detected automatically from the source at
version 0.28.0.
This describes access, not safety — you decide whether it's appropriate for what
the package claims to do.
- Behavior — Changes how the agent thinks Modifies the system prompt, injects messages, or rewrites conversation context.
- Commands — Runs shell commands Spawns processes on your machine.
- Credentials — Handles your API keys Reads or passes provider credentials. Highest-trust capability there is.
- Files — Reads files outside your project Touches paths beyond the working directory, such as your home folder.
- Intercepts tools — Can block or rewrite tool calls Subscribes to tool_call/tool_result/input. Can change a command after you approved the one displayed.
- Keystrokes — Reads raw terminal input Hooks ui.onTerminalInput, so it sees what you type. Legitimate for shortcut handling; the same access a keylogger needs.
- Network — Talks to the internet Makes outbound network requests. Check the destinations are ones you expect.
- LLM traffic — Sees raw model API traffic Reads or replaces provider requests, headers or responses — including your prompts.
- Subagents — Spawns agents or sessions Runs additional agents. Ask whether it caps iterations and spend.
- New tools — Adds model-callable tools Gives the agent new abilities. Additive and visible, unlike an override.
- UI — Draws its own interface Renders widgets, footers, dialogs or full-screen views.
What it actually did when run
observedLoaded in a sandbox with no network, a read-only filesystem and a recording stand-in for pi's API. This is what it called — not what the source suggests it might.
Tools registered pi-workerpi-worker-searchpi-worker-fetchpi-worker-docs
Events subscribed after_provider_responseagent_endagent_startbefore_provider_requestinputmessage_endmessage_startmessage_updatesession_before_compactsession_compactsession_shutdownsession_starttool_execution_endtool_execution_starttool_execution_updateturn_endturn_start
APIs called cwd.slicecwd.startsWithnewSessionregisterCommandregisterToolui.getEditorText.bindui.notifyui.onTerminalInputui.setEditorText.bindwaitForIdle
5 calls the source scan did not predict
cwd.slice · cwd.startsWith · ui.getEditorText.bind · ui.setEditorText.bind · waitForIdle
Reached through a value the scan could not follow — passed as an argument, stored on another object, or returned by a helper.
Run against version 0.28.0 on 2026-08-01.
Registration-time behaviour under default settings; other configurations may differ.
Reviews
0 publishedSign in with GitHub to write a review, reply, or vote.
No reviews yet — be the first.
More in
- @dietrichgebert/ponytail — Lazy senior dev mode for AI agents — the best code is the code you never wrote. Bias towar…
- @plannotator/pi-extension — Interactive plan review with annotations — mark up agent plans and messages before executi…
- @juicesharp/rpiv-ask-user-question — A structured questionnaire the model can put to you when it would otherwise guess — answer…
- @juicesharp/rpiv-todo — A todo list for the model, rendered as a live TUI overlay that survives /reload.