You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Use POSIX-compatible case/esac in /etc/profile.d/bun.sh (was bash-only [[]])
- Make changelog Bun entry user-focused (result over mechanism)
- Comment out Rust in docs configuration.md example to match devcontainer.json
Copy file name to clipboardExpand all lines: .devcontainer/CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@
30
30
### Fixed
31
31
32
32
#### Bun
33
-
- Bun PATH not available in non-interactive shells — added `/etc/profile.d/bun.sh` via postStart hook
33
+
- Bun PATH not available in non-interactive shells — Bun is now accessible in all shell contexts
34
34
35
35
#### Session Context Plugin
36
36
-**Commit reminder** no longer blocks Claude from stopping — switched from `decision: "block"` to advisory `systemMessage` wrapped in `<system-reminder>` tags
0 commit comments