feat: Add WebSearch to always-allowed permissions for installed repos#174
Merged
feat: Add WebSearch to always-allowed permissions for installed repos#174
Conversation
When DeepWork is installed into a user's repository, WebSearch is now automatically added to the permissions.allow list in settings.json. This enables research-based jobs to use web search without permission prompts. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
c7594b5 to
32e6fcc
Compare
- Add templates/claude/settings.json with permissions structure that mirrors the target settings.json format for easy merging - Update ClaudeAdapter to load permissions from the template file instead of hardcoding them in Python - Update tests to dynamically read expected permissions from the template file This makes permissions declarative configuration rather than code, making it easier to review and modify what permissions DeepWork requests. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Add assertion that permissions count > 2 to ensure template is being read - Remove changelog entries since these are internal changes, not user-facing Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
WebSearchto the required permissions for installed reposChanges
src/deepwork/templates/claude/settings.json- Contains permissions in a structure that mirrors the target settings.json for easy mergingClaudeAdapter.sync_permissions()now loads permissions from the template fileBenefits
Test plan
🤖 Generated with Claude Code