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
|
5256bf005b
|
feat: documentation pages and updated model pricing
- Add 13 documentation pages under /docs (getting-started, concepts, SDK refs, integrations, API reference, self-hosting, OpenCode plugin)
- Shared docs layout with collapsible sidebar navigation
- Update model pricing across all SDKs: add GPT-5.x, GPT-4.1, o3/o4-mini, Claude 4.5 series, claude-opus-4-6
- Update trace-analytics context window lookup with current models
|
2026-02-10 03:27:11 +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 |
|