Skip to content

Commit d00db3d

Browse files
Version Packages (#50)
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## pi-bash-bg@0.1.2 ### Patch Changes - 6c014b5: Stop replacing pi's built-in `bash` tool so `shellCommandPrefix`, `shellPath`, and `spawnHook` keep working; background-job guidance is now injected into the system prompt instead. ## pi-enclave@0.3.1 ### Patch Changes - fd663da: Pass the architecture-specific QEMU binary through to Gondolin when starting the VM. Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 18f2c99 commit d00db3d

6 files changed

Lines changed: 14 additions & 12 deletions

File tree

.changeset/bash-bg-preserve-command-prefix.md

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

.changeset/red-vms-sneeze.md

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

packages/bash-bg/CHANGELOG.md

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

3+
## 0.1.2
4+
5+
### Patch Changes
6+
7+
- 6c014b5: Stop replacing pi's built-in `bash` tool so `shellCommandPrefix`, `shellPath`, and `spawnHook` keep working; background-job guidance is now injected into the system prompt instead.
8+
39
## 0.1.1
410

511
### Patch Changes

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.1.1",
3+
"version": "0.1.2",
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/enclave/CHANGELOG.md

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

3+
## 0.3.1
4+
5+
### Patch Changes
6+
7+
- fd663da: Pass the architecture-specific QEMU binary through to Gondolin when starting the VM.
8+
39
## 0.3.0
410

511
### Minor Changes

packages/enclave/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pi-enclave",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "VM-isolated sandbox for pi with automatic secret protection · from yapp",
55
"author": "mgabor3141",
66
"license": "MIT",

0 commit comments

Comments
 (0)