@oh-my-pi/pi-coding-agent 15.1.0 → 15.1.1

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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "type": "module",
3
3
  "name": "@oh-my-pi/pi-coding-agent",
4
- "version": "15.1.0",
4
+ "version": "15.1.1",
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",
@@ -47,12 +47,12 @@
47
47
  "@agentclientprotocol/sdk": "0.21.0",
48
48
  "@babel/parser": "^7.29.3",
49
49
  "@mozilla/readability": "^0.6.0",
50
- "@oh-my-pi/omp-stats": "15.1.0",
51
- "@oh-my-pi/pi-agent-core": "15.1.0",
52
- "@oh-my-pi/pi-ai": "15.1.0",
53
- "@oh-my-pi/pi-natives": "15.1.0",
54
- "@oh-my-pi/pi-tui": "15.1.0",
55
- "@oh-my-pi/pi-utils": "15.1.0",
50
+ "@oh-my-pi/omp-stats": "15.1.1",
51
+ "@oh-my-pi/pi-agent-core": "15.1.1",
52
+ "@oh-my-pi/pi-ai": "15.1.1",
53
+ "@oh-my-pi/pi-natives": "15.1.1",
54
+ "@oh-my-pi/pi-tui": "15.1.1",
55
+ "@oh-my-pi/pi-utils": "15.1.1",
56
56
  "@puppeteer/browsers": "^2.13.0",
57
57
  "@types/turndown": "5.0.6",
58
58
  "@xterm/headless": "^6.0.0",
@@ -1075,7 +1075,7 @@ export const imageGenTool: CustomTool<typeof imageGenSchema, ImageGenToolDetails
1075
1075
  headers: {
1076
1076
  "Content-Type": "application/json",
1077
1077
  Authorization: `Bearer ${apiKey.apiKey}`,
1078
- "HTTP-Referer": "https://github.com/can1357/oh-my-pi",
1078
+ "HTTP-Referer": "https://omp.sh/",
1079
1079
  "X-OpenRouter-Title": "Oh-My-Pi",
1080
1080
  "X-OpenRouter-Categories": "cli-agent",
1081
1081
  },