agent-sight
v0.1.3
Published
Query local OpenCode and Claude user history from a native Rust CLI distributed through npm.
Maintainers
Readme
Agent Sight
Agent Sight is a Rust CLI for querying local OpenCode SQLite history and Claude Code history, distributed as an npm package with native prebuilt binaries.
Install
npm install -g agent-sightUsage
agent-sight --version
agent-sight query --since 24h
agent-sight query --since 24h --source claude
agent-sight session --id ses_123Native binaries are published for macOS x64/arm64, Linux x64/arm64, Linux musl x64/arm64, Windows x64, and Windows arm64.
Development
npm run build:native
just cli --helppackage.json is the single version source of truth. Run npm run version:sync before building or publishing if you changed the npm version.
