Package Exports
- agentlogs
- agentlogs/dist/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (agentlogs) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
agentlogs
CLI for uploading and syncing AI coding agent transcripts to AgentLogs.
Install
npm install -g agentlogsUsage
# Authenticate
agentlogs login
agentlogs status
agentlogs logout
# Claude Code
agentlogs claudecode upload <transcript.jsonl>
agentlogs claudecode sync # sync all local transcripts
agentlogs claudecode hook # for use with Claude Code hooks
# Codex
agentlogs codex upload <transcript.jsonl>
# OpenCode
agentlogs opencode upload <sessionId>
agentlogs opencode hook
# Repository settings
agentlogs allow --public # allow capture for current repo
agentlogs deny # deny capture for current repo
agentlogs settings # view/modify settingsLicense
MIT