@productbrain/cli 0.1.0-beta.83 → 0.1.0-beta.85

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.
@@ -5,7 +5,7 @@ import { Box, Text, useInput, useApp } from 'ink';
5
5
  // ---------------------------------------------------------------------------
6
6
  function BrandBanner({ version }) {
7
7
  const width = process.stdout.columns ?? 80;
8
- if (width >= 80) {
8
+ if (width >= 40) {
9
9
  return (_jsxs(Box, { flexDirection: "column", marginBottom: 1, children: [_jsx(Text, { bold: true, children: '╔═╗ ╔╗ ' }), _jsx(Text, { bold: true, children: '╠═╝ ╠╩╗' }), _jsx(Text, { bold: true, children: '╩ ╚═╝' }), _jsxs(Box, { children: [_jsx(Text, { bold: true, children: "Product Brain" }), _jsx(Text, { children: ' ' }), _jsx(Text, { dimColor: true, children: `v${version}` })] })] }));
10
10
  }
11
11
  return (_jsx(Box, { marginBottom: 1, children: _jsx(Text, { bold: true, children: `Product Brain v${version}` }) }));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@productbrain/cli",
3
- "version": "0.1.0-beta.83",
3
+ "version": "0.1.0-beta.85",
4
4
  "description": "Product Brain — Chain knowledge and write-back CLI",
5
5
  "type": "module",
6
6
  "bin": {