@mariozechner/pi-coding-agent 0.12.14 → 0.12.15

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/CHANGELOG.md +6 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -2,6 +2,12 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ## [0.12.15] - 2025-12-06
6
+
7
+ ### Fixed
8
+
9
+ - **Editor crash with emojis/CJK characters**: Fixed crash when pasting or typing text containing wide characters (emojis like ✅, CJK characters) that caused line width to exceed terminal width. The editor now uses grapheme-aware text wrapping with proper visible width calculation.
10
+
5
11
  ## [0.12.14] - 2025-12-06
6
12
 
7
13
  ### Added
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mariozechner/pi-coding-agent",
3
- "version": "0.12.14",
3
+ "version": "0.12.15",
4
4
  "description": "Coding agent CLI with read, bash, edit, write tools and session management",
5
5
  "type": "module",
6
6
  "piConfig": {
@@ -28,9 +28,9 @@
28
28
  "prepublishOnly": "npm run clean && npm run build"
29
29
  },
30
30
  "dependencies": {
31
- "@mariozechner/pi-agent-core": "^0.12.14",
32
- "@mariozechner/pi-ai": "^0.12.14",
33
- "@mariozechner/pi-tui": "^0.12.14",
31
+ "@mariozechner/pi-agent-core": "^0.12.15",
32
+ "@mariozechner/pi-ai": "^0.12.15",
33
+ "@mariozechner/pi-tui": "^0.12.15",
34
34
  "chalk": "^5.5.0",
35
35
  "diff": "^8.0.2",
36
36
  "glob": "^11.0.3"