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
Copy file name to clipboardExpand all lines: container/.devcontainer/CHANGELOG.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,20 @@
22
22
### Skills
23
23
- Added `agent-browser` skill to skill-engine plugin — guides headless browser automation with CLI reference, workflow patterns, and authentication
24
24
25
+
### Scope Guard
26
+
27
+
- Fix false positives blocking writes to system paths (`/dev/null`, `/usr/`, `/etc/`, `$HOME/`) — scope guard now only enforces isolation between workspace projects
28
+
- Remove complex system-command exemption logic (no longer needed)
29
+
30
+
### Dangerous Command Blocker
31
+
32
+
- Remove system directory write redirect blocks (`> /usr/`, `> /etc/`, `> /bin/`, `> /sbin/`) — caused false positives on text content in command arguments (e.g. PR body text containing paths); write location enforcement is the scope guard's responsibility
33
+
34
+
### CLI Integration
35
+
36
+
- Add codeforge-cli devcontainer feature — installs the CodeForge CLI (`codeforge` command) globally via npm
37
+
- Remove dead `codeforge` alias from setup-aliases.sh (was pointing to obsolete `setup.js`)
38
+
25
39
### Windows Compatibility
26
40
27
41
- Fix `claude-code-native` install failure on Windows/macOS Docker Desktop — installer now falls back to `HOME` override when `su` is unavailable
Copy file name to clipboardExpand all lines: container/.devcontainer/plugins/devs-marketplace/plugins/dangerous-command-blocker/scripts/block-dangerous.py
Copy file name to clipboardExpand all lines: container/.devcontainer/plugins/devs-marketplace/plugins/workspace-scope-guard/scripts/guard-workspace-scope.py
0 commit comments