mirror of
https://github.com/wassname/pi-edit-last.git
synced 2026-06-27 19:00:12 +08:00
44609be7c5
- Extracts assistant text since last user message - Two commands: edit-last (built-in editor) and edit-last-external (opens $EDITOR/Zed and waits) - Quote-prefixes lines to preserve code blocks
9 lines
196 B
JSON
9 lines
196 B
JSON
{
|
|
"name": "pi-edit-last",
|
|
"version": "1.0.0",
|
|
"description": "Edit assistant replies since last user message, with external editor support",
|
|
"pi": {
|
|
"extensions": ["./index.ts"]
|
|
}
|
|
}
|