Fix superfluous newline in update notification

This commit is contained in:
Mario Zechner 2025-11-20 12:28:18 +01:00
parent e3c4dd22ae
commit d771475f98
2 changed files with 1 additions and 2 deletions

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": {

View file

@ -197,7 +197,6 @@ export class TuiRenderer {
0,
),
);
this.ui.addChild(new Spacer(1));
this.ui.addChild(new DynamicBorder(chalk.yellow));
}