feat: add interactive ask-user extension

This commit is contained in:
云服务部-叶林立
2026-08-24 20:23:54 +08:00
parent e941e71ed8
commit 939139b5f3
21 changed files with 937 additions and 2 deletions
+28
View File
@@ -17,6 +17,7 @@
"@tavily/pi-extension": "0.1.2",
"context-mode": "1.0.169",
"jiti": "2.7.0",
"pi-ask-user": "file:./pi-ask-user",
"pi-condense": "2.9.1",
"pi-context-view": "0.4.2",
"pi-hashline-edit": "0.8.3",
@@ -5659,6 +5660,10 @@
"dev": true,
"license": "MIT"
},
"node_modules/pi-ask-user": {
"resolved": "pi-ask-user",
"link": true
},
"node_modules/pi-condense": {
"version": "2.9.1",
"resolved": "https://registry.npmjs.org/pi-condense/-/pi-condense-2.9.1.tgz",
@@ -7104,6 +7109,29 @@
"zod": "^3.25.28 || ^4"
}
},
"pi-ask-user": {
"version": "0.1.0",
"license": "MIT",
"engines": {
"node": ">=22.19.0"
},
"peerDependencies": {
"@earendil-works/pi-coding-agent": "*",
"@earendil-works/pi-tui": "*",
"typebox": "*"
},
"peerDependenciesMeta": {
"@earendil-works/pi-coding-agent": {
"optional": true
},
"@earendil-works/pi-tui": {
"optional": true
},
"typebox": {
"optional": true
}
}
},
"pi-extension-codex-fast-mode": {
"name": "@firstpick/pi-extension-codex-fast-mode",
"version": "0.1.1",