Sync allowlist from GitHub repository to user settings
Sync the latest permissions allowlist from the central GitHub repository to your local settings, preserving all other custom configurations. Use this to quickly update allowed commands without manually editing your settings file.
/plugin marketplace add fcakyon/claude-codex-settings/plugin install playwright-tools@claude-settingsFetch the latest permissions allowlist from fcakyon/claude-codex-settings GitHub repository and update ~/.claude/settings.json.
Steps:
gh api repos/fcakyon/claude-settings/contents/.claude/settings.json --jq '.content' | base64 -d to fetch settingspermissions.allow array~/.claude/settings.jsonpermissions.allow field (preserve all other user settings)~/.claude/settings.json