@oh-my-pi/pi-coding-agent 8.12.10 → 9.0.0

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 CHANGED
@@ -2,6 +2,26 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ## [9.0.0] - 2026-01-29
6
+
7
+ ### Fixed
8
+
9
+ - External edits to `config.yml` are now preserved when omp reloads or saves unrelated settings. Previously, editing config.yml directly (e.g., removing a package from `packages` array) would be silently reverted on next omp startup when automatic setters like `setLastChangelogVersion()` triggered a save. ([#1046](https://github.com/badlogic/pi-mono/pull/1046) by [@nicobailonMD](https://github.com/nicobailonMD))
10
+
11
+ ## [8.13.0] - 2026-01-29
12
+
13
+ ### Added
14
+ - Added `/debug` command with interactive menu for bug report generation:
15
+ - `Report: performance issue` - CPU profiling with reproduction flow
16
+ - `Report: dump session` - Immediate session bundle creation
17
+ - `Report: memory issue` - Heap snapshot with bundle
18
+ - `View: recent logs` - Display last 50 log entries
19
+ - `View: system info` - Show environment details
20
+ - `Clear: artifact cache` - Remove old session artifacts
21
+
22
+ ### Fixed
23
+ - Fixed LSP server errors not being visible in `/session` output or logs when startup fails
24
+
5
25
  ## [8.12.7] - 2026-01-29
6
26
 
7
27
  ### Fixed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oh-my-pi/pi-coding-agent",
3
- "version": "8.12.10",
3
+ "version": "9.0.0",
4
4
  "description": "Coding agent CLI with read, bash, edit, write tools and session management",
5
5
  "type": "module",
6
6
  "ompConfig": {
@@ -79,12 +79,12 @@
79
79
  "test": "bun test"
80
80
  },
81
81
  "dependencies": {
82
- "@oh-my-pi/omp-stats": "8.12.10",
83
- "@oh-my-pi/pi-agent-core": "8.12.10",
84
- "@oh-my-pi/pi-ai": "8.12.10",
85
- "@oh-my-pi/pi-natives": "8.12.10",
86
- "@oh-my-pi/pi-tui": "8.12.10",
87
- "@oh-my-pi/pi-utils": "8.12.10",
82
+ "@oh-my-pi/omp-stats": "9.0.0",
83
+ "@oh-my-pi/pi-agent-core": "9.0.0",
84
+ "@oh-my-pi/pi-ai": "9.0.0",
85
+ "@oh-my-pi/pi-natives": "9.0.0",
86
+ "@oh-my-pi/pi-tui": "9.0.0",
87
+ "@oh-my-pi/pi-utils": "9.0.0",
88
88
  "@openai/agents": "^0.4.4",
89
89
  "@sinclair/typebox": "^0.34.48",
90
90
  "ajv": "^8.17.1",