@kolisachint/hoocode-agent 0.4.20 → 0.4.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/dist/modes/interactive/interactive-mode.d.ts.map +1 -1
- package/dist/modes/interactive/interactive-mode.js +1 -1
- package/dist/modes/interactive/interactive-mode.js.map +1 -1
- package/examples/extensions/custom-provider-anthropic/package.json +1 -1
- package/examples/extensions/custom-provider-gitlab-duo/package.json +1 -1
- package/examples/extensions/sandbox/package.json +1 -1
- package/examples/extensions/with-deps/package.json +1 -1
- package/package.json +4 -4
|
@@ -2963,7 +2963,7 @@ export class InteractiveMode {
|
|
|
2963
2963
|
this.ui.requestRender();
|
|
2964
2964
|
}
|
|
2965
2965
|
showWarning(warningMessage) {
|
|
2966
|
-
this.chatContainer.addChild(new Text(theme.fg("warning", warningMessage),
|
|
2966
|
+
this.chatContainer.addChild(new Text(theme.fg("warning", warningMessage), 0, 0));
|
|
2967
2967
|
this.ui.requestRender();
|
|
2968
2968
|
}
|
|
2969
2969
|
showNewVersionNotification(newVersion) {
|