@mariozechner/pi-coding-agent 0.42.3 → 0.42.5

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.
@@ -190,7 +190,7 @@ export default function (pi: ExtensionAPI) {
190
190
  pi.registerTool({ ... });
191
191
  pi.registerCommand("name", { ... });
192
192
  pi.registerShortcut("ctrl+x", { ... });
193
- pi.registerFlag("--my-flag", { ... });
193
+ pi.registerFlag("my-flag", { ... });
194
194
  }
195
195
  ```
196
196
 
@@ -809,7 +809,7 @@ pi.registerShortcut("ctrl+shift+p", {
809
809
  Register a CLI flag.
810
810
 
811
811
  ```typescript
812
- pi.registerFlag("--plan", {
812
+ pi.registerFlag("plan", {
813
813
  description: "Start in plan mode",
814
814
  type: "boolean",
815
815
  default: false,
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "pi-extension-with-deps",
3
- "version": "1.6.3",
3
+ "version": "1.6.5",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "pi-extension-with-deps",
9
- "version": "1.6.3",
9
+ "version": "1.6.5",
10
10
  "dependencies": {
11
11
  "ms": "^2.1.3"
12
12
  },
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "pi-extension-with-deps",
3
3
  "private": true,
4
- "version": "1.6.3",
4
+ "version": "1.6.5",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "clean": "echo 'nothing to clean'",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mariozechner/pi-coding-agent",
3
- "version": "0.42.3",
3
+ "version": "0.42.5",
4
4
  "description": "Coding agent CLI with read, bash, edit, write tools and session management",
5
5
  "type": "module",
6
6
  "piConfig": {
@@ -39,9 +39,9 @@
39
39
  },
40
40
  "dependencies": {
41
41
  "@mariozechner/clipboard": "^0.3.0",
42
- "@mariozechner/pi-agent-core": "^0.42.3",
43
- "@mariozechner/pi-ai": "^0.42.3",
44
- "@mariozechner/pi-tui": "^0.42.3",
42
+ "@mariozechner/pi-agent-core": "^0.42.5",
43
+ "@mariozechner/pi-ai": "^0.42.5",
44
+ "@mariozechner/pi-tui": "^0.42.5",
45
45
  "chalk": "^5.5.0",
46
46
  "cli-highlight": "^2.1.11",
47
47
  "diff": "^8.0.2",