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" command to "daemon"
Address review feedback (theomonnom): the user-facing top-level command
is now `lk agent daemon {start,say,stop}`. The hidden internal re-exec
entrypoint that `start` launches is renamed `daemon` -> `run` to avoid the
awkward `daemon daemon` path, so `start` now re-execs `lk agent daemon run`.
Updates all user-facing strings, the e2e test invocations, the session-e2e
workflow header, and regenerates fish completions.
Co-authored-by: Cursor <cursoragent@cursor.com>
0 commit comments