Skip to content

Conversation

@0xeb
Copy link
Member

@0xeb 0xeb commented Jan 27, 2026

Summary

  • Add --config [path] [value] CLI option to view/set agent configuration without entering interactive mode
  • Support provider-specific BYOK paths: agent.byok.{claude,copilot}.{enabled,key,endpoint,model,type}

Examples

idasql --config                              # Show all settings
idasql --config agent.provider copilot       # Set provider
idasql --config agent.byok.copilot.model     # Get copilot model
idasql --config agent.byok.copilot.key "..." # Set copilot API key

Test plan

  • idasql --config displays current settings (requires $IDASDK/src/bin in PATH)
  • idasql --config agent.byok.copilot.model returns configured value

- Add --config [path] [value] CLI option to view/set agent configuration
- Support provider-specific BYOK paths: agent.byok.{claude,copilot}.{enabled,key,endpoint,model,type}
- Enable IDASQL_WITH_AI_AGENT=ON by default
@0xeb 0xeb force-pushed the feature/cli-config branch from e5bf63d to 9837872 Compare January 27, 2026 00:10
@0xeb 0xeb merged commit 617cd75 into main Jan 27, 2026
14 checks passed
@0xeb 0xeb deleted the feature/cli-config branch January 27, 2026 00:18
@ke355

This comment was marked as spam.

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.

3 participants