Skip to content

v1.5.4

Choose a tag to compare

@0xCardinal 0xCardinal released this 25 Jun 01:14
· 84 commits to main since this release
Immutable release. Only release title and notes can be modified.
c2dd11d

What's changed

Transcript import

  • Import parser v2 for Cursor, Claude, and Codex — tool results captured, timestamps from transcript mtime
  • Cursor tool calls categorize correctly via cross-agent aliases (ReadFile, StrReplace, CallMcpTool, etc.)
  • New meta bucket for workflow tools (TodoWrite, SwitchMode, ReadLints, …) so other stays meaningful
  • Auto-reindex when parser version changes; cot reimport clears imported data for a fresh ingest
  • Import quality report at GET /v1/import/report

AskQuestion recovery

  • Bridge recovers Cursor AskQuestion answers from agent follow-up prose and posts them to the collector
  • Smarter matching: decision anchors, title-token overlap, bounded answer window

Session timeline

  • Large event bodies trimmed in session list; full detail lazy-loaded on selection
  • Compact clock timestamps and content-visibility on long event lists
  • Hook events win over imported duplicates when both exist for a session

Pricing

  • User rate overrides via ~/.cot/pricing.overrides.json
  • Tier fallback for unknown model IDs (new point releases borrow family rates)

Update

docker pull ghcr.io/cot-intelligence/cot:1.5.4

See update docs.