Skip to content

Releases: perstack-ai/perstack

perstack@0.0.129

14 Mar 00:16
c19134a

Choose a tag to compare

Patch Changes

  • #788 4359a33 Thanks @FL4TLiN3! - fix: add file creation discipline to delegate meta instruction and prevent infinite verify loops

@perstack/runtime@0.0.140

14 Mar 00:16
c19134a

Choose a tag to compare

Patch Changes

  • #788 4359a33 Thanks @FL4TLiN3! - fix: add file creation discipline to delegate meta instruction and prevent infinite verify loops

perstack@0.0.128

13 Mar 21:44
a0db7f8

Choose a tag to compare

Patch Changes

  • #781 240409d Thanks @FL4TLiN3! - refactor: adopt Hard Signal Framework for create-expert verification pipeline

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