@oh-my-pi/pi-coding-agent 12.1.0 → 12.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.
Files changed (1) hide show
  1. package/package.json +16 -11
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oh-my-pi/pi-coding-agent",
3
- "version": "12.1.0",
3
+ "version": "12.1.1",
4
4
  "description": "Coding agent CLI with read, bash, edit, write tools and session management",
5
5
  "type": "module",
6
6
  "bin": {
@@ -84,12 +84,12 @@
84
84
  },
85
85
  "dependencies": {
86
86
  "@mozilla/readability": "0.6.0",
87
- "@oh-my-pi/omp-stats": "12.1.0",
88
- "@oh-my-pi/pi-agent-core": "12.1.0",
89
- "@oh-my-pi/pi-ai": "12.1.0",
90
- "@oh-my-pi/pi-natives": "12.1.0",
91
- "@oh-my-pi/pi-tui": "12.1.0",
92
- "@oh-my-pi/pi-utils": "12.1.0",
87
+ "@oh-my-pi/omp-stats": "12.1.1",
88
+ "@oh-my-pi/pi-agent-core": "12.1.1",
89
+ "@oh-my-pi/pi-ai": "12.1.1",
90
+ "@oh-my-pi/pi-natives": "12.1.1",
91
+ "@oh-my-pi/pi-tui": "12.1.1",
92
+ "@oh-my-pi/pi-utils": "12.1.1",
93
93
  "@sinclair/typebox": "^0.34.48",
94
94
  "@xterm/headless": "^6.0.0",
95
95
  "ajv": "^8.17.1",
@@ -119,14 +119,19 @@
119
119
  "tui",
120
120
  "agent"
121
121
  ],
122
- "author": "Mario Zechner",
122
+ "author": "Can Bölük",
123
+ "contributors": ["Mario Zechner"],
123
124
  "license": "MIT",
124
125
  "repository": {
125
126
  "type": "git",
126
127
  "url": "git+https://github.com/can1357/oh-my-pi.git",
127
128
  "directory": "packages/coding-agent"
128
129
  },
129
- "engines": {
130
- "bun": ">=1.3.7"
131
- }
130
+ "homepage": "https://github.com/can1357/oh-my-pi",
131
+ "bugs": {
132
+ "url": "https://github.com/can1357/oh-my-pi/issues"
133
+ },
134
+ "engines": {
135
+ "bun": ">=1.3.7"
136
+ }
132
137
  }