Skip to content

Conversation

@ezynda3
Copy link
Contributor

@ezynda3 ezynda3 commented May 17, 2025

Summary

  • Add --allowedTools and --excludedTools flags to restrict which tools the AI assistant can use in non-interactive mode
  • Add --verbose flag to enable logging to stderr in non-interactive mode
  • Update README with documentation for the new flags

Test plan

  • Run OpenCode in non-interactive mode with --allowedTools=view,ls,glob to verify only those tools are available
  • Run OpenCode in non-interactive mode with --excludedTools=bash,edit to verify those tools are not available
  • Run OpenCode in non-interactive mode with --verbose to verify logs are printed to stderr

🤖 Generated with opencode

ezynda3 and others added 8 commits May 17, 2025 13:13
Add documentation for --allowedTools and --excludedTools flags that allow restricting which tools the AI assistant can use in non-interactive mode. Also document the --verbose flag for enabling logs.

🤖 Generated with opencode
Co-Authored-By: opencode <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants