Fix superfluous newline in update notification
This commit is contained in:
@@ -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));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user