Core workflows
Track agent sessions
Run terminal agents through ClaudeKit without changing their ordinary command-line workflow.
Use the ClaudeKit launcher for an agent when you want a local session record and an updated project memory after the process exits.
Built-in launchers
| Command | What it does |
|---|---|
| ck claude [args...] | Launch Claude Code and record the local session. |
| ck codex [args...] | Launch Codex and record the local session. |
| ck antigravity [args...] | Launch Antigravity CLI and record the local session. |
| ck gemini [args...] | Launch Gemini CLI for supported enterprise or API configurations. |
| ck opencode [args...] | Launch OpenCode and record the local session. |
Arguments are passed through unchanged. For example:
ck claude --model sonnetTrack another command
ClaudeKit can track a local command it does not need to understand.
ck run aider --message "Review the authentication middleware"Generic commands are tracked locally but do not get safe context injection because ClaudeKit cannot assume that command's input syntax.
What ClaudeKit records
For the process you explicitly launch, ClaudeKit records the provider label, start and end time, exit status, and Git-observed changed files. It updates the local project memory after the process finishes.