@kr78/pi-coding-agent 17.2.10 → 17.2.12

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.
Files changed (2) hide show
  1. package/dist/cli.js +2829 -2829
  2. package/package.json +6 -2
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "type": "module",
3
3
  "name": "@kr78/pi-coding-agent",
4
- "version": "17.2.10",
4
+ "version": "17.2.12",
5
5
  "description": "Coding agent CLI with read, bash, edit, write tools and session management",
6
6
  "homepage": "https://omp.sh",
7
7
  "author": "Can Boluk",
@@ -55,6 +55,7 @@
55
55
  "@oh-my-pi/omptype": "17.2.10",
56
56
  "@oh-my-pi/pi-agent-core": "17.2.10",
57
57
  "@oh-my-pi/pi-ai": "17.2.10",
58
+ "@oh-my-pi/pi-catalog": "17.2.11",
58
59
  "@oh-my-pi/pi-mnemopi": "17.2.10",
59
60
  "@oh-my-pi/pi-natives": "17.2.10",
60
61
  "@oh-my-pi/pi-tui": "17.2.10",
@@ -74,7 +75,7 @@
74
75
  "@opentelemetry/sdk-trace-node": "^2.9.0",
75
76
  "mupdf": "^1.28.0",
76
77
  "puppeteer-core": "25.3.0",
77
- "@kr78/pi-catalog": "17.2.10"
78
+ "@kr78/pi-catalog": "17.2.11"
78
79
  },
79
80
  "optionalDependencies": {
80
81
  "@huggingface/transformers": "^4.2.0",
@@ -583,5 +584,8 @@
583
584
  "import": "./src/web/search/providers/*.ts"
584
585
  },
585
586
  "./*.js": "./src/*.ts"
587
+ },
588
+ "overrides": {
589
+ "@oh-my-pi/pi-catalog": "npm:@kr78/pi-catalog@17.2.11"
586
590
  }
587
591
  }