-
v2.16.1 Stable
released this
2026-02-25 21:32:00 +03:00 | 104 commits to master since this release📅 Originally published on GitHub: Wed, 25 Feb 2026 18:32:11 GMT
🏷️ Git tag created: Wed, 25 Feb 2026 18:32:00 GMTWhat's Fixed
Copilot Hooks — Garbled Characters (Issue #82)
Two root causes, both fixed:
Windows / PowerShell:
All four.ps1hook scripts now set UTF-8 output encoding before producing any output. PowerShell 5.x defaults to UTF-16LE on stdout — Copilot reads it as UTF-8, producing diamond replacement characters (◆). Fixed.$OutputEncoding = [System.Text.Encoding]::UTF8 [Console]::OutputEncoding = [System.Text.Encoding]::UTF8Linux / macOS / Bash:
session-start.shandpre-tool-use.shnow usejson.dumps(..., ensure_ascii=False). The previous default converted every non-ASCII character intask_plan.md(CJK, emojis, accented letters) into raw\uXXXXescape sequences instead of passing them through as UTF-8.Contributors
- @Hexiaopi for reporting the issue with a clear screenshot (Issue #82)
Full Changelog
https://github.com/OthmanAdi/planning-with-files/blob/master/CHANGELOG.md
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
mirror of
https://github.com/OthmanAdi/planning-with-files.git
synced 2026-04-25 16:06:02 +03:00