osai-agent 4.2.43 → 4.2.45

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": "osai-agent",
3
- "version": "4.2.43",
3
+ "version": "4.2.45",
4
4
  "type": "module",
5
5
  "description": "OS AI Agent - YOUR AI AGENT",
6
6
  "main": "src/index.js",
@@ -73,7 +73,7 @@ export function Header({ mode, device, isConnected, isLocal, provider, execution
73
73
 
74
74
  const statusChunks = isLocal
75
75
  ? [{ text: DOT + ' Local', color: '#73daca', bold: true }]
76
- : [{ text: (isConnected ? DOT : EMPTY) + ' Connected', color: isConnected ? '#9ece6a' : '#f7768e', bold: true }];
76
+ : [{ text: (isConnected ? DOT : EMPTY) + (isConnected ? ' Connected' : ' Disconnected'), color: isConnected ? '#9ece6a' : '#f7768e', bold: true }];
77
77
 
78
78
  const items = [
79
79
  makeItem([