Skip to content

Releases: perstack-ai/perstack

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.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

@perstack/runtime@0.0.134

05 Mar 01:27
68b9c82

Choose a tag to compare

Patch Changes

  • #710 8d848f3 Thanks @FL4TLiN3! - Merge consecutive system messages for OpenAI/Azure OpenAI providers to prevent empty responses from reasoning models

perstack@0.0.121

04 Mar 21:57
f27b2fe

Choose a tag to compare

Patch Changes

  • #705 87cd6e2 Thanks @FL4TLiN3! - Refactor coordinator meta prompt: add role definition, rules (gatekeeper verification, context isolation), structured workflow, and task completion criteria

perstack@0.0.120

04 Mar 16:51
945d112

Choose a tag to compare

Patch Changes

  • #702 788a860 Thanks @FL4TLiN3! - Flatten delegation tree node to single Text element with truncate, reorder columns so action is last