Release v0.7.20

This commit is contained in:
Mario Zechner 2025-11-18 22:52:49 +01:00
parent 38ac29acfb
commit 5112fc6ba9
9 changed files with 34 additions and 28 deletions

View file

@ -2,6 +2,12 @@
## [Unreleased]
## [0.7.20] - 2025-11-18
### Fixed
- **Message Wrapping**: Fixed word-based text wrapping for long lines in chat messages. Text now properly wraps at word boundaries while preserving ANSI styling (colors, bold, italic, etc.) across wrapped lines. Background colors now extend to the full width of each line. Empty lines in messages now render correctly with full-width background.
## [0.7.18] - 2025-11-18
### Fixed

View file

@ -1,6 +1,6 @@
{
"name": "@mariozechner/pi-coding-agent",
"version": "0.7.18",
"version": "0.7.20",
"description": "Coding agent CLI with read, bash, edit, write tools and session management",
"type": "module",
"bin": {
@ -21,8 +21,8 @@
"prepublishOnly": "npm run clean && npm run build"
},
"dependencies": {
"@mariozechner/pi-agent": "^0.7.18",
"@mariozechner/pi-ai": "^0.7.18",
"@mariozechner/pi-agent": "^0.7.20",
"@mariozechner/pi-ai": "^0.7.20",
"chalk": "^5.5.0",
"diff": "^8.0.2",
"glob": "^11.0.3"