mono-pilot 0.2.2 → 0.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -278,7 +278,7 @@ function togglePlanMode(pi, ctx) {
|
|
|
278
278
|
updateModeStatus(ctx);
|
|
279
279
|
if (ctx.hasUI) {
|
|
280
280
|
const label = snapshot.activeMode === "plan" ? "Plan" : snapshot.activeMode === "ask" ? "Ask" : "Agent";
|
|
281
|
-
|
|
281
|
+
ctx.ui.notify(`Switched to ${label} mode`);
|
|
282
282
|
}
|
|
283
283
|
}
|
|
284
284
|
export default function switchModeExtension(pi) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mono-pilot",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.3",
|
|
4
4
|
"description": "Cursor-compatible coding agent powered by pi-mono",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -44,10 +44,10 @@
|
|
|
44
44
|
"node": ">=20"
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
|
-
"@mariozechner/pi-agent-core": "^0.
|
|
48
|
-
"@mariozechner/pi-ai": "^0.
|
|
49
|
-
"@mariozechner/pi-coding-agent": "^0.
|
|
50
|
-
"@mariozechner/pi-tui": "^0.
|
|
47
|
+
"@mariozechner/pi-agent-core": "^0.55.0",
|
|
48
|
+
"@mariozechner/pi-ai": "^0.55.0",
|
|
49
|
+
"@mariozechner/pi-coding-agent": "^0.55.0",
|
|
50
|
+
"@mariozechner/pi-tui": "^0.55.0",
|
|
51
51
|
"@sinclair/typebox": "^0.34.13",
|
|
52
52
|
"glob": "^13.0.1"
|
|
53
53
|
},
|