Skip to content

Commit b7f97bd

Browse files
Version Packages (#23)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 504a7e8 commit b7f97bd

4 files changed

Lines changed: 15 additions & 15 deletions

File tree

.changeset/enclave-cache-safe-hints.md

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

.changeset/enclave-relative-mounts.md

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

packages/enclave/CHANGELOG.md

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

3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- 504a7e8: Support relative mount paths and skip missing directories.
8+
9+
Mount paths in config are now resolved against the workspace directory, so project configs can use short relative paths like `mounts = [".jj", ".git"]` instead of hardcoded absolute paths. Missing mount paths are silently skipped at VM start, making optional mounts safe to declare unconditionally.
10+
11+
### Patch Changes
12+
13+
- cfdbedb: Use conversation messages instead of system prompt for enclave hints.
14+
15+
The enclave context hint is now a regular message added once per session, instead of being injected via `before_agent_start`. This avoids invalidating the prompt cache when toggling enclave on/off mid-session.
16+
317
## 0.1.1
418

519
### Patch 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.1.1",
3+
"version": "0.2.0",
44
"description": "VM-isolated sandbox for pi with automatic secret protection · from yapp",
55
"author": "mgabor3141",
66
"license": "MIT",

0 commit comments

Comments
 (0)