Files
kilocode/.changeset/remote-session-slash-commands.md
T
Igor Šćekić df9e1fb1e9 feat(cli): support remote slash commands and session creation (#12224)
* feat(cli): support remote slash commands

* feat(cli): create sessions from remote clients

* fix(cli): harden remote session attach and command boundaries

* chore: trigger latest-head review

* feat(cli): support remote exit

* fix(cli): isolate remote exit bridge
2026-07-17 03:19:32 +02:00

586 B

@kilocode/cli
@kilocode/cli
minor

Remote CLI: expose slash command discovery, execution, and /new session creation over the relay. list_commands and send_command (including the built-in compact flow) are scoped to the current session's directory. create_session creates a root session in that directory, attaches it to the relay heartbeat set, and returns the new session id only after the heartbeat completes so the mobile client can navigate immediately. Failures are sanitized; the command is not auto-retried and the user may retry manually after a transient relay failure.