Vectry
|
7e44ccb9e7
|
fix: optional chaining on chat.params provider/model access
|
2026-02-10 11:49:17 +00:00 |
|
Vectry
|
bdd6362c1a
|
fix: upsert traces to handle duplicate IDs from intermediate flushes
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-Claude)
Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
|
2026-02-10 11:41:49 +00:00 |
|
Vectry
|
dcc32f36d3
|
fix: plugin event shape mismatches, nav highlight bug, and README update
- Fix session.created/deleted reading props.info.id instead of props.id
- Fix session.diff reading FileDiff[] array instead of string
- Fix file.edited reading props.file instead of props.filePath
- Add auto-session creation fallback from tool/chat hooks
- Add flushSession() for intermediate trace sends on session.idle
- Fix dashboard nav: /dashboard exact match prevents false active state
- Update README with TypeScript SDK and OpenCode plugin sections
|
2026-02-10 11:23:33 +00:00 |
|
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 |
|