Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions .changeset/fix-docker-start-exit.md

This file was deleted.

8 changes: 8 additions & 0 deletions apps/perstack/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# perstack

## 0.0.108

### Patch Changes

- [#657](https://github.com/perstack-ai/perstack/pull/657) [`6b83bb6`](https://github.com/perstack-ai/perstack/commit/6b83bb6de723ed41a8c32c41dafb11b13aab71be) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - Short-circuit selection TUI when expert key is provided to fix immediate exit in compiled binaries.

In Bun-compiled binaries, the first Ink `render()` call for the selection phase caused the event loop to exit before React effects could fire, resulting in `start` exiting silently with code 0. By returning the selection result directly when `initialExpertKey` is known, the Ink render is skipped entirely.

## 0.0.107

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/perstack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "perstack",
"version": "0.0.107",
"version": "0.0.108",
"description": "PerStack CLI",
"author": "Wintermute Technologies, Inc.",
"license": "Apache-2.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/tui-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @perstack/tui-components

## 0.0.23

### Patch Changes

- [#657](https://github.com/perstack-ai/perstack/pull/657) [`6b83bb6`](https://github.com/perstack-ai/perstack/commit/6b83bb6de723ed41a8c32c41dafb11b13aab71be) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - Short-circuit selection TUI when expert key is provided to fix immediate exit in compiled binaries.

In Bun-compiled binaries, the first Ink `render()` call for the selection phase caused the event loop to exit before React effects could fire, resulting in `start` exiting silently with code 0. By returning the selection result directly when `initialExpertKey` is known, the Ink render is skipped entirely.

## 0.0.22

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/tui-components/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@perstack/tui-components",
"private": true,
"version": "0.0.22",
"version": "0.0.23",
"description": "Ink/React TUI components for Perstack terminal interface",
"author": "Wintermute Technologies, Inc.",
"license": "Apache-2.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/tui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @perstack/tui

## 0.0.21

### Patch Changes

- Updated dependencies [[`6b83bb6`](https://github.com/perstack-ai/perstack/commit/6b83bb6de723ed41a8c32c41dafb11b13aab71be)]:
- @perstack/tui-components@0.0.23

## 0.0.20

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/tui/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@perstack/tui",
"private": true,
"version": "0.0.20",
"version": "0.0.21",
"description": "Non-React TUI logic layer for Perstack CLI applications",
"type": "module",
"exports": {
Expand Down