Upload your first session

Step-by-step: install the CLI, run your agent, upload the log.

This guide walks you through uploading your first agent session to Videlic in under 5 minutes.

Step 1 — Install the CLI

npm install -g @videlic/cli

Step 2 — Authenticate

videlic login

This opens a browser window where you sign in with GitHub. Your credentials are stored locally.

Step 3 — Run your agent

Run your agent as usual. For Claude Code:

claude --session-log ./session.jsonl "refactor auth module"

For Cline, the session log is saved automatically in .cline/sessions/.

Step 4 — Upload the log

videlic analyze ./session.jsonl

Videlic auto-detects the agent format and runs all four analyzers. You get a report URL in seconds:

✓ Session uploaded
✓ Running analyzers...
✓ Report ready: https://videlic.dev/s/abc123

Next steps

Share the report URL with your team, or set up the GitHub App to post it automatically on every PR.