Fix superfluous newline in update notification

This commit is contained in:
Mario Zechner
2025-11-20 12:28:18 +01:00
Unverified
parent d8fb065f1b
commit 2de9fb4ef5
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@mariozechner/pi-coding-agent",
"version": "0.7.23",
"version": "0.7.22",
"description": "Coding agent CLI with read, bash, edit, write tools and session management",
"type": "module",
"bin": {
@@ -197,7 +197,6 @@ export class TuiRenderer {
0,
),
);
this.ui.addChild(new Spacer(1));
this.ui.addChild(new DynamicBorder(chalk.yellow));
}