@oh-my-pi/pi-coding-agent 5.6.70 → 5.6.77
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/CHANGELOG.md +0 -22
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -119,10 +119,6 @@
|
|
|
119
119
|
- Improved system prompt guidance for position-addressed vs content-addressed file edits
|
|
120
120
|
- Enhanced edit tool documentation with clear use cases for bash alternatives
|
|
121
121
|
|
|
122
|
-
## [5.4.0] - 2026-01-15
|
|
123
|
-
|
|
124
|
-
## [5.3.1] - 2026-01-15
|
|
125
|
-
|
|
126
122
|
## [5.3.0] - 2026-01-15
|
|
127
123
|
### Changed
|
|
128
124
|
|
|
@@ -185,8 +181,6 @@
|
|
|
185
181
|
|
|
186
182
|
- Implemented `xhigh` thinking level for Anthropic models with increased reasoning limits
|
|
187
183
|
|
|
188
|
-
## [4.9.0] - 2026-01-12
|
|
189
|
-
|
|
190
184
|
## [4.8.3] - 2026-01-12
|
|
191
185
|
|
|
192
186
|
### Changed
|
|
@@ -229,18 +223,12 @@
|
|
|
229
223
|
- Component `invalidate()` now properly rebuilds content on theme changes
|
|
230
224
|
- Force full re-render after returning from external editor
|
|
231
225
|
|
|
232
|
-
## [4.5.0] - 2026-01-12
|
|
233
|
-
|
|
234
|
-
## [4.4.9] - 2026-01-12
|
|
235
|
-
|
|
236
226
|
## [4.4.8] - 2026-01-12
|
|
237
227
|
### Changed
|
|
238
228
|
|
|
239
229
|
- Changed review finding priority format from numeric (0-3) to string labels (P0-P3) for clearer severity indication
|
|
240
230
|
- Replaced Type.Union with Type.Literal patterns with StringEnum helper across tool schemas for cleaner enum definitions
|
|
241
231
|
|
|
242
|
-
## [4.4.6] - 2026-01-11
|
|
243
|
-
|
|
244
232
|
## [4.4.5] - 2026-01-11
|
|
245
233
|
|
|
246
234
|
### Changed
|
|
@@ -521,8 +509,6 @@
|
|
|
521
509
|
- Ctrl+V clipboard image paste works on Wayland sessions
|
|
522
510
|
- Extension directories in `settings.json` respect `package.json` manifests
|
|
523
511
|
|
|
524
|
-
## [3.37.1] - 2026-01-10
|
|
525
|
-
|
|
526
512
|
## [3.37.0] - 2026-01-10
|
|
527
513
|
### Changed
|
|
528
514
|
|
|
@@ -980,8 +966,6 @@
|
|
|
980
966
|
|
|
981
967
|
- Changed status line to display usage statistics more efficiently by using centralized session statistics instead of recalculating from entries
|
|
982
968
|
|
|
983
|
-
## [3.13.1337] - 2026-01-04
|
|
984
|
-
|
|
985
969
|
## [3.9.1337] - 2026-01-04
|
|
986
970
|
|
|
987
971
|
### Changed
|
|
@@ -1024,8 +1008,6 @@
|
|
|
1024
1008
|
|
|
1025
1009
|
- Fixed potential text decoding issues in bash executor by using streaming TextDecoder instead of Buffer.toString()
|
|
1026
1010
|
|
|
1027
|
-
## [3.6.1337] - 2026-01-03
|
|
1028
|
-
|
|
1029
1011
|
## [3.5.1337] - 2026-01-03
|
|
1030
1012
|
|
|
1031
1013
|
### Added
|
|
@@ -1104,10 +1086,6 @@
|
|
|
1104
1086
|
- Renamed environment variables from `PI_*` to `OMP_*` prefix (e.g., `OMP_SMOL_MODEL`, `OMP_SLOW_MODEL`)
|
|
1105
1087
|
- Changed model role alias prefix from `pi/` to `omp/` (e.g., `omp/slow` instead of `pi/slow`)
|
|
1106
1088
|
|
|
1107
|
-
## [2.3.1337] - 2026-01-03
|
|
1108
|
-
|
|
1109
|
-
## [2.2.1337] - 2026-01-03
|
|
1110
|
-
|
|
1111
1089
|
## [2.1.1337] - 2026-01-03
|
|
1112
1090
|
|
|
1113
1091
|
### Added
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@oh-my-pi/pi-coding-agent",
|
|
3
|
-
"version": "5.6.
|
|
3
|
+
"version": "5.6.77",
|
|
4
4
|
"description": "Coding agent CLI with read, bash, edit, write tools and session management",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"ompConfig": {
|
|
@@ -39,10 +39,10 @@
|
|
|
39
39
|
"prepublishOnly": "bun run generate-template && bun run clean && bun run build"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@oh-my-pi/pi-agent-core": "5.6.
|
|
43
|
-
"@oh-my-pi/pi-ai": "5.6.
|
|
44
|
-
"@oh-my-pi/pi-git-tool": "5.6.
|
|
45
|
-
"@oh-my-pi/pi-tui": "5.6.
|
|
42
|
+
"@oh-my-pi/pi-agent-core": "5.6.77",
|
|
43
|
+
"@oh-my-pi/pi-ai": "5.6.77",
|
|
44
|
+
"@oh-my-pi/pi-git-tool": "5.6.77",
|
|
45
|
+
"@oh-my-pi/pi-tui": "5.6.77",
|
|
46
46
|
"@openai/agents": "^0.3.7",
|
|
47
47
|
"@silvia-odwyer/photon-node": "^0.3.4",
|
|
48
48
|
"@sinclair/typebox": "^0.34.46",
|