osai-agent 4.0.3 → 4.0.4
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 +1 -1
- package/src/ui/App.js +2 -2
package/package.json
CHANGED
package/src/ui/App.js
CHANGED
|
@@ -1511,7 +1511,7 @@ export function App({ createAgentLoop, agentConfig, initialSession = null, onExi
|
|
|
1511
1511
|
/logout - Log out and clear credentials
|
|
1512
1512
|
/exit - Exit the agent
|
|
1513
1513
|
|
|
1514
|
-
_Tip: Type "/" to open the command menu
|
|
1514
|
+
_Tip: Type "/" and press Enter to open the command menu
|
|
1515
1515
|
Tip: Press Tab to toggle between PLAN and EXEC mode_
|
|
1516
1516
|
` });
|
|
1517
1517
|
break;
|
|
@@ -1847,7 +1847,7 @@ Tip: Press Tab to toggle between PLAN and EXEC mode_
|
|
|
1847
1847
|
loadingHistory ? h(Box, { paddingLeft: 2, paddingY: 1 }, h(LoadingDots, { text: 'Loading sessions' })) : null,
|
|
1848
1848
|
!showSlashMenu && !showModePicker && !showProviderMenu && !modeSwitching && !showSavePicker && !showHistoryPicker ? h(Box, { flexDirection: 'column' },
|
|
1849
1849
|
h(Box, { paddingTop: 2, paddingBottom: 1, flexDirection: 'row', justifyContent: 'center' },
|
|
1850
|
-
h(Text, { color: '#565f89', dimColor: true }, 'Type "/"
|
|
1850
|
+
h(Text, { color: '#565f89', dimColor: true }, 'Type "/" and press Enter for commands')
|
|
1851
1851
|
),
|
|
1852
1852
|
h(InputFrameLine, { columns }),
|
|
1853
1853
|
h(Box, { paddingX: 2 },
|