Skip to content

feat: split bit_commands_info into discovery and help tools#9732

Merged
davidfirst merged 3 commits intomasterfrom
feat/split-commands-info-tools
Jun 4, 2025
Merged

feat: split bit_commands_info into discovery and help tools#9732
davidfirst merged 3 commits intomasterfrom
feat/split-commands-info-tools

Conversation

@davidfirst
Copy link
Member

@davidfirst davidfirst commented Jun 3, 2025

Overview

Replaces the single bit_commands_info tool with two focused tools for helping AI agents to use these tools.

Changes

  • bit_commands_list: Fast command discovery with basic info
  • bit_command_help: Detailed help for specific commands
  • Updated README.docs.mdx to reflect the new tool structure

Replace the single bit_commands_info tool with two focused tools:
- bit_commands_list: For discovering available commands (lightweight)
- bit_command_help: For detailed command help with args/flags

This improves UX by separating command discovery from detailed help,
allowing faster command browsing and more targeted help requests.
@davidfirst davidfirst enabled auto-merge (squash) June 3, 2025 21:38
@davidfirst davidfirst merged commit afeaad8 into master Jun 4, 2025
10 checks passed
@davidfirst davidfirst deleted the feat/split-commands-info-tools branch June 4, 2025 01:56
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