bimmo-cli 3.1.0 → 3.1.1

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": "bimmo-cli",
3
- "version": "3.1.0",
3
+ "version": "3.1.1",
4
4
  "description": "🌿 Plataforma de IA universal profissional com interface React (Ink). Agentes, Swarms, Autocomplete real-time e Contexto Inteligente.",
5
5
  "bin": {
6
6
  "bimmo": "bin/bimmo"
package/src/interface.jsx CHANGED
@@ -41,7 +41,7 @@ const version = pkg.version;
41
41
 
42
42
  const Header = ({ config }) => (
43
43
  <Box flexDirection="column" marginBottom={1}>
44
- <Text color={lavender}>{figlet.textSync('bimmo', { font: 'small' })}</Text>
44
+ <Text color={lavender}>{figlet.textSync('bimmo')}</Text>
45
45
  <Box borderStyle="single" borderColor={lavender} paddingX={1} justifyContent="space-between">
46
46
  <Text color={green} bold>v{version}</Text>
47
47
  <Box>