• v0.1.1 ff5bf05a47

    repi released this 2026-02-10 11:26:08 +00:00 | 14 commits to main since this release

    What's Changed

    Bug Fixes

    • OpenCode Plugin: Fixed event property shape mismatches that prevented traces from being captured
      • session.created / session.deleted now correctly reads properties.info.id (Session object) instead of properties.id
      • session.diff now reads properties.diff as FileDiff[] array instead of string
      • file.edited now reads properties.file instead of properties.filePath
    • Dashboard Navigation: Fixed highlight staying on "Traces" when visiting Decisions or Settings pages
    • Plugin Resilience: Added auto-session creation fallback from tool.execute.before and chat.message hooks
    • Plugin Flush: Added flushSession() for intermediate trace sends on session.idle to prevent data loss

    New Features

    • Docs Syntax Highlighting: All 10 documentation pages now use Shiki with github-dark theme for proper code highlighting
    • Copy-to-Clipboard: Every code block in docs has a one-click copy button
    • README: Updated with TypeScript SDK and OpenCode plugin sections

    Published Packages

    • opencode-agentlens@0.1.1 on npm
    • agentlens-sdk@0.1.0 on npm (unchanged)
    • vectry-agentlens@0.1.1 on PyPI

    Full Changelog

    https://gitea.repi.fun/repi/agentlens/compare/v0.1.0...v0.1.1

    Downloads