ispbills-icli 8.4.8 → 8.4.9

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ispbills-icli",
3
- "version": "8.4.8",
3
+ "version": "8.4.9",
4
4
  "description": "iCli — IspBills AI network engineer in your terminal",
5
5
  "keywords": [
6
6
  "ispbills",
@@ -68,7 +68,7 @@ export function Banner({ cfg = {}, model, width = 80, compact = false, version =
68
68
  C.white}>${val}<//>
69
69
  <//>`)}
70
70
  <//>
71
- ${cfg.url ? html`<${Box} marginTop=${0}><${Text} dimColor>${cfg.url}<//>` : null}
71
+ ${cfg.url ? html`<${Box} marginTop=${0}><${Text} dimColor>${cfg.url}<//><//>` : null}
72
72
  <${Box} marginTop=${1}>
73
73
  <${Text} dimColor>Type a message${midDot()}<//>
74
74
  <${Text} color=${C.accent}>/help<//>