kimi-code/apps
Haozhe 2c82a86813
feat(tui): add /web slash command to open session in Web UI (#854)
* chore(daemon): remove unused daemon package and stale references

- delete packages/daemon package.json
- drop daemon from flake.nix workspace paths/names and pnpm-lock.yaml
- remove dead daemon-e2e Dockerfile gitignore negation
- update stale daemon references in DiffView and PromptDispatchLogEntry comments

* feat(tui): add /web slash command to open session in Web UI

add /web command that starts the server daemon, opens the current session in the browser, and exits the terminal UI\nrequire a confirmation dialog (Enter on Continue, Esc to cancel) before executing\nregister the command in the built-in registry and dispatch\nadd tests for command registration and session URL building

* feat(tui): print opened web URL alongside resume hint on exit

thread the opened URL from /web through KimiTUI.exitOpenUrl to the onExit handler\nprint open <url> as a clickable hyperlink next to the kimi -r resume hint\nadd a test for the exit handler when an opened URL is set
2026-06-17 21:56:11 +08:00
..
kimi-code feat(tui): add /web slash command to open session in Web UI (#854) 2026-06-17 21:56:11 +08:00
kimi-web fix: improve web login and workspace startup (#853) 2026-06-17 21:39:51 +08:00
vis feat(web): introduce Kimi web app and daemon gateway (#625) 2026-06-17 20:53:46 +08:00