Skip to content

Releases: unwind-labs/callstack

v0.3.1

31 May 04:27

Choose a tag to compare

What's changed

Patch release focused on CI/test hardening since v0.3.0.

  • Version-sync guardpyproject.toml and the plugin manifest are now pinned to the same version by a test, so they can't drift apart again.
  • CI lint scopedev/ (throwaway spike scripts, RFCs, run-task logs) is excluded from ruff so exploratory code no longer gates CI.
  • De-flaked the debounce-coalesce test — widened the timer window so it no longer races on loaded CI runners.
  • Minor ruff format fixups.

No changes to runtime behavior of the plugin.

Full changelog: v0.3.0...v0.3.1

v0.3.0

31 May 03:57

Choose a tag to compare

What's changed

  • Fresh-context children get a correct preamble. Previously every child — including fresh, isolated sessions — was told it was "running in a forked session … that inherited the full context of your parent agent." Fresh children now receive an accurate preamble stating they have no inherited context. Forked children are unchanged.
  • Version alignment: pyproject.toml (which had drifted to 0.1.1) bumped in lockstep with the plugin manifest to 0.3.0.

Full changelog: v0.2.0...v0.3.0