Skip to content

Releases: perstack-ai/perstack

perstack@0.0.127

13 Mar 19:02
6c64d91

Choose a tag to compare

Patch Changes

  • #776 de15c78 Thanks @FL4TLiN3! - Fix cache hit rate double-counting cached tokens in denominator and improve display format

  • #778 b8c7111 Thanks @FL4TLiN3! - Remove dynamic content from system prompt to improve cross-run prefix caching

perstack@0.0.126

13 Mar 13:54
952c6f6

Choose a tag to compare

Patch Changes

  • #765 1e35e27 Thanks @FL4TLiN3! - fix: add --text flag to log E2E test to avoid Ink raw mode error in CI

@perstack/runtime@0.0.139

13 Mar 19:42
d5c176f

Choose a tag to compare

Patch Changes

  • #779 44ddd54 Thanks @FL4TLiN3! - Streamline coordinator meta instruction: reduce over-emphasis on parallel delegation, simplify general instructions, and clarify workspace cleanup rules

@perstack/runtime@0.0.138

13 Mar 19:02
6c64d91

Choose a tag to compare

Patch Changes

  • #778 b8c7111 Thanks @FL4TLiN3! - Remove dynamic content from system prompt to improve cross-run prefix caching

@perstack/runtime@0.0.137

13 Mar 13:54
952c6f6

Choose a tag to compare

Patch Changes

  • #752 e26139e Thanks @FL4TLiN3! - feat: add git-graph style run tree display with colored lanes and improved delegation error reporting

    • Add git-graph style visualization for delegation tree in log viewer with colored lanes
    • Render resume runs as separate navigable nodes instead of merging into originals
    • Use commit-chain style (single lane per delegation group) for better information density
    • Fix missing delegated child runs by using directory-based run discovery
    • Include error details in delegation failure messages propagated to parent runs
    • Log warnings instead of silently swallowing storeEvent errors in delegation catch block

perstack@0.0.124

11 Mar 19:47
0be32ab

Choose a tag to compare

Patch Changes

@perstack/runtime@0.0.136

11 Mar 19:37
a4d4aad

Choose a tag to compare

Patch Changes

  • #741 356fa58 Thanks @FL4TLiN3! - Persist startRun and stopRunByError events for failed delegations

@perstack/runtime@0.0.135

11 Mar 13:11
255a2d1

Choose a tag to compare

Patch Changes

  • #736 3d25bcc Thanks @FL4TLiN3! - Soften coordinator cleanup criteria to preserve workflow artifacts

perstack@0.0.123

05 Mar 09:10
a2fb808

Choose a tag to compare

Patch Changes

  • #709 3f86d3a Thanks @FL4TLiN3! - Inject sandbox environment info into meta-prompt when PERSTACK_SANDBOX=1, enabling agents to freely install packages and run commands in isolated container environments

perstack@0.0.122

05 Mar 01:27
68b9c82

Choose a tag to compare

Patch Changes

  • #707 e5e3d99 Thanks @FL4TLiN3! - Split InstructionMessage into multiple system message blocks for improved prompt clarity and per-block cache control