You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(cli): rename "lk agent session end" to "stop"
Rename the `end` subcommand of `lk agent session` to `stop` per review
feedback. Renames the CLI subcommand, the runSessionEnd handler to
runSessionStop, the control-protocol verb ("end" -> "stop") on both the
client and daemon sides, usage strings, comments, the e2e test, and the
generated fish completion.
Co-authored-by: Cursor <cursoragent@cursor.com>
complete -c lk -n '__fish_seen_subcommand_from agent a; and __fish_seen_subcommand_from console' -f -l record -d 'Record audio and session report to console-recordings/'
185
185
complete -c lk -n '__fish_seen_subcommand_from agent a; and __fish_seen_subcommand_from console' -f -l help -s h -d 'show help'
186
186
complete -x -c lk -n '__fish_seen_subcommand_from agent a; and __fish_seen_subcommand_from console; and not __fish_seen_subcommand_from help h' -a 'help' -d 'Shows a list of commands or help for one command'
187
-
complete -x -c lk -n '__fish_seen_subcommand_from agent a; and not __fish_seen_subcommand_from init create dockerfile config deploy status update restart rollback logs tail delete destroy versions list secrets update-secrets private-link start dev console session simulate help h' -a 'session' -d 'Drive a single local agent session in text mode (start/say/end)'
187
+
complete -x -c lk -n '__fish_seen_subcommand_from agent a; and not __fish_seen_subcommand_from init create dockerfile config deploy status update restart rollback logs tail delete destroy versions list secrets update-secrets private-link start dev console session simulate help h' -a 'session' -d 'Drive a single local agent session in text mode (start/say/stop)'
188
188
complete -c lk -n '__fish_seen_subcommand_from agent a; and __fish_seen_subcommand_from session' -f -l help -s h -d 'show help'
189
-
complete -x -c lk -n '__fish_seen_subcommand_from agent a; and __fish_seen_subcommand_from session; and not __fish_seen_subcommand_from start say end daemon help h' -a 'start' -d 'Start a detached agent session daemon'
189
+
complete -x -c lk -n '__fish_seen_subcommand_from agent a; and __fish_seen_subcommand_from session; and not __fish_seen_subcommand_from start say stop daemon help h' -a 'start' -d 'Start a detached agent session daemon'
190
190
complete -c lk -n '__fish_seen_subcommand_from agent a; and __fish_seen_subcommand_from session; and __fish_seen_subcommand_from start' -f -l port -r -d 'Fixed loopback port shared by the agent and control connections'
191
191
complete -c lk -n '__fish_seen_subcommand_from agent a; and __fish_seen_subcommand_from session; and __fish_seen_subcommand_from start' -f -l help -s h -d 'show help'
192
192
complete -x -c lk -n '__fish_seen_subcommand_from agent a; and __fish_seen_subcommand_from session; and __fish_seen_subcommand_from start; and not __fish_seen_subcommand_from help h' -a 'help' -d 'Shows a list of commands or help for one command'
193
-
complete -x -c lk -n '__fish_seen_subcommand_from agent a; and __fish_seen_subcommand_from session; and not __fish_seen_subcommand_from start say end daemon help h' -a 'say' -d 'Send a text turn to the running session and print the reply'
193
+
complete -x -c lk -n '__fish_seen_subcommand_from agent a; and __fish_seen_subcommand_from session; and not __fish_seen_subcommand_from start say stop daemon help h' -a 'say' -d 'Send a text turn to the running session and print the reply'
194
194
complete -c lk -n '__fish_seen_subcommand_from agent a; and __fish_seen_subcommand_from session; and __fish_seen_subcommand_from say' -f -l port -r -d 'Fixed loopback port shared by the agent and control connections'
195
195
complete -c lk -n '__fish_seen_subcommand_from agent a; and __fish_seen_subcommand_from session; and __fish_seen_subcommand_from say' -f -l help -s h -d 'show help'
196
196
complete -x -c lk -n '__fish_seen_subcommand_from agent a; and __fish_seen_subcommand_from session; and __fish_seen_subcommand_from say; and not __fish_seen_subcommand_from help h' -a 'help' -d 'Shows a list of commands or help for one command'
197
-
complete -x -c lk -n '__fish_seen_subcommand_from agent a; and __fish_seen_subcommand_from session; and not __fish_seen_subcommand_from start say end daemon help h' -a 'end' -d 'Stop the running session and its agent'
198
-
complete -c lk -n '__fish_seen_subcommand_from agent a; and __fish_seen_subcommand_from session; and __fish_seen_subcommand_from end' -f -l port -r -d 'Fixed loopback port shared by the agent and control connections'
199
-
complete -c lk -n '__fish_seen_subcommand_from agent a; and __fish_seen_subcommand_from session; and __fish_seen_subcommand_from end' -f -l help -s h -d 'show help'
200
-
complete -x -c lk -n '__fish_seen_subcommand_from agent a; and __fish_seen_subcommand_from session; and __fish_seen_subcommand_from end; and not __fish_seen_subcommand_from help h' -a 'help' -d 'Shows a list of commands or help for one command'
197
+
complete -x -c lk -n '__fish_seen_subcommand_from agent a; and __fish_seen_subcommand_from session; and not __fish_seen_subcommand_from start say stop daemon help h' -a 'stop' -d 'Stop the running session and its agent'
198
+
complete -c lk -n '__fish_seen_subcommand_from agent a; and __fish_seen_subcommand_from session; and __fish_seen_subcommand_from stop' -f -l port -r -d 'Fixed loopback port shared by the agent and control connections'
199
+
complete -c lk -n '__fish_seen_subcommand_from agent a; and __fish_seen_subcommand_from session; and __fish_seen_subcommand_from stop' -f -l help -s h -d 'show help'
200
+
complete -x -c lk -n '__fish_seen_subcommand_from agent a; and __fish_seen_subcommand_from session; and __fish_seen_subcommand_from stop; and not __fish_seen_subcommand_from help h' -a 'help' -d 'Shows a list of commands or help for one command'
201
201
complete -c lk -n '__fish_seen_subcommand_from agent a; and __fish_seen_subcommand_from session; and __fish_seen_subcommand_from daemon' -f -l help -s h -d 'show help'
202
202
complete -x -c lk -n '__fish_seen_subcommand_from agent a; and __fish_seen_subcommand_from session; and __fish_seen_subcommand_from daemon; and not __fish_seen_subcommand_from help h' -a 'help' -d 'Shows a list of commands or help for one command'
203
-
complete -x -c lk -n '__fish_seen_subcommand_from agent a; and __fish_seen_subcommand_from session; and not __fish_seen_subcommand_from start say end daemon help h' -a 'help' -d 'Shows a list of commands or help for one command'
203
+
complete -x -c lk -n '__fish_seen_subcommand_from agent a; and __fish_seen_subcommand_from session; and not __fish_seen_subcommand_from start say stop daemon help h' -a 'help' -d 'Shows a list of commands or help for one command'
204
204
complete -x -c lk -n '__fish_seen_subcommand_from agent a; and not __fish_seen_subcommand_from init create dockerfile config deploy status update restart rollback logs tail delete destroy versions list secrets update-secrets private-link start dev console session simulate help h' -a 'simulate' -d 'Run agent simulations against LiveKit Cloud'
205
205
complete -c lk -n '__fish_seen_subcommand_from agent a; and __fish_seen_subcommand_from simulate' -f -l num-simulations -s n -r -d 'Number of scenarios to generate'
0 commit comments