Skip to content

Commit ef3edce

Browse files
Version Packages (#34)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 612ce4b commit ef3edce

8 files changed

Lines changed: 20 additions & 22 deletions

File tree

.changeset/add-bash-bg.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/bash-bg-bash-tool-description.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/friendly-bash-bg-logs.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/snapshot-error-messages.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/bash-bg/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# pi-bash-bg
2+
3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- ce02a93: New package: pi-bash-bg. Makes `command &` work in pi's bash tool by intercepting bash tool calls, detecting background processes via AST parsing (@aliou/sh), and rewriting commands to redirect output to temp log files and disown. Compound commands (&&, ||, pipelines) are wrapped in braces so the redirect applies to the entire background subshell. The agent sees the PID, label, and log file path in the tool output.
8+
9+
### Patch Changes
10+
11+
- ce02a93: Append background-job behavior guidance to the bash tool description so models see that background jobs keep running, output is captured to a log file, and the PID plus log path are returned.
12+
- ce02a93: Make background log file names human-readable by basing them on the detected command label and using a simple numeric suffix for uniqueness.

packages/bash-bg/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pi-bash-bg",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"description": "Makes command & work in pi's bash tool by detaching background processes from pipes · from yapp",
55
"author": "mgabor3141",
66
"license": "MIT",

packages/jujutsu/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# pi-jujutsu
22

3+
## 0.1.2
4+
5+
### Patch Changes
6+
7+
- c98b535: Show jj error details in snapshot failure notifications instead of a generic message.
8+
39
## 0.1.1
410

511
### Patch Changes

packages/jujutsu/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pi-jujutsu",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "Live jj (jujutsu) working copy status and repo context for pi",
55
"author": "mgabor3141",
66
"license": "MIT",

0 commit comments

Comments
 (0)