Skip to content

Releases: viv/review-loop

v0.9.0

13 Mar 18:59
ec16cd1

Choose a tag to compare

What's Changed

  • chore(deps): bump actions/upload-artifact from 6 to 7 by @dependabot[bot] in #49
  • chore(deps): bump actions/cache from 4 to 5 by @dependabot[bot] in #50
  • chore(deps-dev): bump astro from 5.17.3 to 5.18.0 by @dependabot[bot] in #51
  • chore(deps-dev): bump @types/node from 25.3.0 to 25.3.3 by @dependabot[bot] in #52
  • chore(deps-dev): bump typescript-eslint from 8.56.0 to 8.56.1 by @dependabot[bot] in #53
  • chore(deps): bump @modelcontextprotocol/sdk from 1.26.0 to 1.27.1 by @dependabot[bot] in #54
  • feat: make annotation popup status-aware (#48) by @viv in #58
  • feat: simplify MCP tool set to list/start/finish workflow by @viv in #60
  • fix: resolve 3 high-severity npm audit vulnerabilities by @viv in #73
  • fix: update express-rate-limit to resolve CI audit failure by @viv in #76
  • chore(deps): bump github/codeql-action from 3 to 4 by @dependabot[bot] in #77
  • chore(deps-dev): bump eslint from 10.0.2 to 10.0.3 by @dependabot[bot] in #78
  • chore(deps-dev): bump @eslint/js from 10.0.0 to 10.0.1 by @dependabot[bot] in #79
  • chore(deps-dev): bump happy-dom from 20.7.0 to 20.8.3 by @dependabot[bot] in #80
  • chore(deps-dev): bump @types/node from 25.3.3 to 25.3.5 by @dependabot[bot] in #81
  • feat: inline diff preview for addressed annotations by @viv in #74

Full Changelog: v0.2.0...v0.9.0

v0.2.0

01 Mar 10:12
913ab9d

Choose a tag to compare

What's Changed

  • docs: extract test coverage gaps from spec into separate document by @viv in #1
  • fix: make refreshPanel stub async to match ReviewMediator interface by @viv in #2
  • docs: MCP-first documentation refresh by @viv in #18
  • fix: bump hono to resolve high-severity IP spoofing vulnerability by @viv in #21
  • chore(deps): bump actions/upload-artifact from 4 to 6 by @dependabot[bot] in #4
  • chore(deps-dev): bump happy-dom from 20.6.3 to 20.7.0 by @dependabot[bot] in #7
  • chore(deps): bump actions/setup-node from 4 to 6 by @dependabot[bot] in #6
  • chore(deps): bump actions/checkout from 4 to 6 by @dependabot[bot] in #5
  • chore(deps-dev): bump the vitest group with 2 updates by @dependabot[bot] in #11
  • feat: auto-refresh annotations panel when MCP agent makes changes by @viv in #20
  • feat: add context-seam matching for rewritten annotation text by @viv in #22
  • feat: add Vite and Express framework adapters by @viv in #23
  • chore(deps): bump zod from 3.25.76 to 4.3.6 by @dependabot[bot] in #10
  • feat: Accept button clears annotation; hide Delete when workflow buttons present by @viv in #30
  • feat: in_progress status and orphan grace period (#29) by @viv in #33
  • feat: Allow follow-up notes when reopening annotations by @viv in #32
  • fix: show Reopen button on addressed annotations by @viv in #35
  • docs: REST API, MCP API, and annotation state machine review by @viv in #34
  • refactor: simplify annotation status model — remove resolved and autoResolve by @viv in #38
  • fix: default missing annotation type to text for backward compatibility by @viv in #39
  • fix: sync FAB to open state when addPageNote shortcut opens panel by @viv in #41
  • fix: make element annotation pulse visually equivalent to text pulse by @viv in #42
  • fix: re-anchor annotations after successful fallback tier match by @viv in #44
  • fix: prevent intermittent false orphan state on reload (#40) by @viv in #46
  • fix: prevent scroll from dismissing popup during annotation input by @viv in #43

New Contributors

  • @viv made their first contribution in #1
  • @dependabot[bot] made their first contribution in #4

Full Changelog: v0.1.0...v0.2.0