@@ -38,8 +38,7 @@ fn mock_autocomplete_commands() -> String {
3838╭─────────────────────────────────────────────────────────────────────────────╮
3939│ ┌─ Commands ──────────────────────────────────────────────────────┐ │
4040│ │ > /help - Show help information │ │
41- │ │ /model - Switch to a model │ │
42- │ │ /models - List available models │ │
41+ │ │ /models - List available models or switch to a model │ │
4342│ │ /new - Start a new session │ │
4443│ │ /clear - Clear current conversation │ │
4544│ │ /session - Show current session info │ │
@@ -57,14 +56,13 @@ fn mock_autocomplete_filtered() -> String {
5756 r#"
5857╭─────────────────────────────────────────────────────────────────────────────╮
5958│ ┌─ Commands ──────────────────────────────────────────────────────┐ │
60- │ │ > /model - Switch to a model │ │
61- │ │ /models - List available models │ │
59+ │ │ > /models - List available models or switch to a model │ │
6260│ └─────────────────────────────────────────────────────────────────┘ │
6361├─────────────────────────────────────────────────────────────────────────────┤
6462│ > /mod_ │
6563╰─────────────────────────────────────────────────────────────────────────────╯
6664
67- Filtering: "mod" matches 2 commands
65+ Filtering: "mod" matches 1 command
6866"#
6967 . to_string ( )
7068}
@@ -93,8 +91,7 @@ fn mock_autocomplete_scroll() -> String {
9391╭─────────────────────────────────────────────────────────────────────────────╮
9492│ ┌─ Commands ──────────────────────────────────────────────────────┐ │
9593│ │ > /help - Show help information │█│ │
96- │ │ /model - Switch to a model │ │ │
97- │ │ /models - List available models │ │ │
94+ │ │ /models - List available models or switch to a model │ │ │
9895│ │ /new - Start a new session │ │ │
9996│ │ /clear - Clear current conversation │ │ │
10097│ │ /session - Show current session info │ │ │
@@ -114,8 +111,7 @@ fn mock_autocomplete_selected() -> String {
114111╭─────────────────────────────────────────────────────────────────────────────╮
115112│ ┌─ Commands ──────────────────────────────────────────────────────┐ │
116113│ │ /help - Show help information │ │
117- │ │ /model - Switch to a model │ │
118- │ │ █ /models - List available models [SELECTED] │ │
114+ │ │ █ /models - List available models or switch [SELECTED] │ │
119115│ │ /new - Start a new session │ │
120116│ │ /clear - Clear current conversation │ │
121117│ └─────────────────────────────────────────────────────────────────┘ │
@@ -162,14 +158,14 @@ fn mock_command_palette() -> String {
162158│ │ > _ │ │
163159│ │ │ │
164160│ │ Recent: │ │
165- │ │ /model gpt-4 │ │
161+ │ │ /models gpt-4 │ │
166162│ │ /clear │ │
167163│ │ /help commands │ │
168164│ │ │ │
169165│ │ All Commands: │ │
170166│ │ /help Show help │ │
171167│ │ /new New session │ │
172- │ │ /model Switch model │ │
168+ │ │ /models Switch model │ │
173169│ │ /export Export session │ │
174170│ │ ... │ │
175171│ │ │ │
0 commit comments