Session log collection for Claude Code. Your logs help instructors provide better feedback on your coding process.
Install the agent-logs CLI to start sharing your Claude Code session logs with Chiba Tech.
You need a Claude seat issued by Chiba Tech. Log in to agent-logs with the same email address as your Claude account. If you don't have a seat yet, contact claude@chibatech.dev.
You'll receive a verification code by email.
Navigate to each project directory and run:
Logs sync automatically after each turn. You'll see a status message at the start of each session:
You control which project directories are shared. Only shared projects have their Claude Code logs synced.
| Command | Description |
|---|---|
agent-logs consent |
Start sharing logs for the current directory |
agent-logs withdraw |
Stop sharing logs for the current directory |
agent-logs doctor |
Check that everything is configured correctly |
agent-logs logout |
Clear stored credentials |
agent-logs uninstall |
Remove hooks, config, and CLI completely |
Your prompts, Claude's responses, and tool call names. File contents from tool results and file snapshots are never shared — they are stripped before leaving your machine.
You can stop sharing a project at any time:
Previously synced data remains on the server. To request deletion of previously collected data, contact your instructor or email claude@chibatech.dev.
Run the doctor command to diagnose issues:
| Symptom | Fix |
|---|---|
| Hooks: NOT REGISTERED | Run agent-logs login again to re-register hooks |
| Auth: NOT LOGGED IN | Run agent-logs login to authenticate |
| Server: UNREACHABLE | Check your internet connection. The server may be temporarily down. |
| Last sync: error | Check ~/.config/agent-logs/last-sync.json for details |
| ... is not authorized | Log in with the same email as your Claude account. If you don't have a seat, contact claude@chibatech.dev. |
| No verification code received | Check your spam folder. The email comes from claude@chibatech.dev. If still missing, try agent-logs login again. |