mirror of
https://github.com/KeygraphHQ/shannon.git
synced 2026-08-13 23:10:20 +02:00
feat: migrate from MCP tools to CLI based tools (#252)
* feat: migrate from MCP tools to CLI tools * fix: restore browser action emoji formatters for CLI output Adapt formatBrowserAction for playwright-cli commands, replacing the old mcp__playwright__browser_* tool name matching removed during migration.
This commit is contained in:
+2
-2
@@ -12,7 +12,7 @@ if [ -n "$TARGET_UID" ] && [ "$TARGET_UID" != "$CURRENT_UID" ]; then
|
||||
addgroup -g "$TARGET_GID" pentest
|
||||
adduser -u "$TARGET_UID" -G pentest -s /bin/bash -D pentest
|
||||
|
||||
chown -R pentest:pentest /app/sessions /app/deliverables /app/workspaces
|
||||
chown -R pentest:pentest /app/sessions /app/deliverables /app/workspaces /tmp/.claude
|
||||
fi
|
||||
|
||||
exec su pentest -c "exec $*"
|
||||
exec su -m pentest -c "exec $*"
|
||||
|
||||
Reference in New Issue
Block a user