Vectry
|
f0ce0f7884
|
feat: SEO improvements and npm publish prep
- Expand sitemap from 2 to 13 URLs (all docs pages)
- Update JSON-LD featureList with Anthropic, OpenCode, TypeScript SDK
- Update llms.txt with docs links, TS SDK, OpenCode plugin sections
- Add READMEs for agentlens-sdk and opencode-agentlens packages
- Add repository, homepage, author, bugs fields to both package.json
|
2026-02-10 03:43:04 +00:00 |
|
Vectry
|
6bed493275
|
feat: TypeScript SDK (agentlens-sdk) and OpenCode plugin (opencode-agentlens)
- packages/sdk-ts: BatchTransport, TraceBuilder, models, decision helpers
Zero external deps, native fetch, ESM+CJS output
- packages/opencode-plugin: OpenCode plugin with hooks for:
- Session lifecycle (create/idle/error/delete/diff)
- Tool execution capture (before/after -> TOOL_CALL spans + TOOL_SELECTION decisions)
- LLM call tracking (chat.message -> LLM_CALL spans with model/provider)
- Permission flow (permission.ask -> ESCALATION decisions)
- File edit events
- Model cost estimation (Claude, GPT-4o, o3-mini pricing)
|
2026-02-10 03:08:51 +00:00 |
|