Skip to content

Releases: susomejias/rembric

server: v0.28.6

Choose a tag to compare

@github-actions github-actions released this 19 Aug 22:51

0.28.6 (2026-08-19)

Bug Fixes

  • ci: fail the run when a rescued test carries stale failureMessages (32cc12e)

server: v0.28.5

Choose a tag to compare

@github-actions github-actions released this 17 Aug 06:41

0.28.5 (2026-08-17)

Features

  • sessions: gate session nudges on the server (6be7568)
  • sessions: merge curated session-summary writes section-wise (1e843e1)
  • sessions: retire session_summary_versions (d62b7b3)

Bug Fixes

  • dashboard: format sessions.css and cover CSS in lint-staged (9b4b2eb)
  • plugin: harden the no-jq hook JSON parsers (e1f0d60)
  • plugin: stop the turn report from killing its caller, and share the tool latch (c370621)
  • sessions: anchor last_work_at on a dedicated turn-report column (2f05769)
  • sessions: close audited defects on the session-summary nudge path (4f3399d)
  • sessions: except the turn anchor from the monotonicity clause (9f73d97)
  • sessions: stamp last_work_at with the turn's start, not the report (6a00b3a)

Documentation

  • openspec: archive retire-summary-versions (7847705)

plugin: v0.30.0

Choose a tag to compare

@github-actions github-actions released this 17 Aug 06:46
4bb48fc

0.30.0 (2026-08-17)

Features

  • sessions: gate session nudges on the server (6be7568)
  • sessions: merge curated session-summary writes section-wise (1e843e1)

Bug Fixes

  • plugin: harden the no-jq hook JSON parsers (e1f0d60)
  • plugin: report tool use for the finished turn only (7882bb7)
  • plugin: stop the turn report from killing its caller, and share the tool latch (c370621)
  • sessions: close audited defects on the session-summary nudge path (4f3399d)
  • sessions: except the turn anchor from the monotonicity clause (9f73d97)

Documentation

  • openspec: archive server-gated-session-nudges (a45fb52)

server: v0.28.4

Choose a tag to compare

@github-actions github-actions released this 15 Aug 17:17

0.28.4 (2026-08-15)

Features

  • plugin: own the MCP bridge transport (64ef334)

Bug Fixes

  • mcp: evict stale per-transport router and transport state (ee5de52), closes #328
  • mcp: refuse an unknown mcp-session-id with 404, fix a stale docstring (faf67fc)
  • mcp: report the resolved agent on memory.session_start (9f32810)
  • plugin: harden bridge recovery and upgrades (dd495aa)

Documentation

  • openspec: archive own the mcp bridge (9b5f976)

Reverts

  • drop the evict-stale-transport-state mechanism (#328) (88a4468)

plugin: v0.29.2

Choose a tag to compare

@github-actions github-actions released this 15 Aug 19:29

0.29.2 (2026-08-15)

Bug Fixes

  • plugin: forward Hermes MCP environment (24fdbf5)

plugin: v0.29.1

Choose a tag to compare

@github-actions github-actions released this 15 Aug 17:56
7ff934f

0.29.1 (2026-08-15)

Bug Fixes

  • plugin: declare bridge repository for provenance (516af09)

plugin: v0.29.0

Choose a tag to compare

@github-actions github-actions released this 15 Aug 17:22
ea254a3

0.29.0 (2026-08-15)

Features

  • plugin: own the MCP bridge transport (64ef334)

Bug Fixes

  • plugin: harden bridge recovery and upgrades (dd495aa)
  • plugin: recover the Pi extension from a terminated MCP session (df04b96)

Reverts

  • drop the evict-stale-transport-state mechanism (#328) (88a4468)

plugin: v0.28.2

Choose a tag to compare

@github-actions github-actions released this 14 Aug 16:29

0.28.2 (2026-08-14)

Bug Fixes

  • plugin: silence stop-nudge when stop_hook_active is true (6a19678), closes #343

server: v0.28.3

Choose a tag to compare

@github-actions github-actions released this 13 Aug 12:39

0.28.3 (2026-08-13)

Bug Fixes

  • sessions: enforce Markdown summary headings (c44d389)

server: v0.28.2

Choose a tag to compare

@github-actions github-actions released this 13 Aug 10:15

0.28.2 (2026-08-13)

Features

  • dashboard: list session summary version history on the detail page (48310c8)
  • dev-seed: give a seeded session two curated summary versions (1a64a61)
  • plugin: tell a resumed process to read the stored summary once (da386cb)
  • sessions: add session_summary_versions table and append-on-write (c984608)
  • sessions: budget the Stop reminder correctly, direct verbatim copying of facts (d57b1b8)
  • sessions: rewrite model-facing summary text for replace-and-rewrite (733ddd5)
  • sessions: version titles and expose recent versions via session_get (0563260)

Bug Fixes

  • dashboard: tolerate prettier-wrapped whitespace in summary-history test assertions (29ce7c1)
  • server: create the fixture TMPDIR instead of assuming it exists (0e3fa76)
  • sessions: stop opencode's post-compaction instruction from storing the compacted window (9da6d33)