Commit Graph

4 Commits

Author SHA1 Message Date
Harry 4fa55bcdf5 feat: support tool references 2026-01-19 23:03:54 +08:00
Harry 24cee3b2e7 feat: enhance help command output for tool parameters
- Added detailed descriptions for tool parameter types in the help command, including options for "select", "file", "files", "boolean", and "number".
- Improved user guidance by specifying accepted values and formats for each parameter type.

This update enhances the usability of the CLI by providing clearer information on tool parameters during help command execution.
2026-01-13 16:56:15 +08:00
Harry 4522bfc094 feat: improve tool help display in execute command
- Added a check for empty arguments in the InvokeTool function to display tool help when no arguments are provided.
- Refactored the printToolHelp function to PrintToolHelp for consistency in naming conventions.

This update enhances user experience by providing immediate help information when invoking tools without arguments.
2025-12-30 18:03:47 +08:00
Harry ff13761290 feat: update tool description output in list command
- Changed the output format in the list command to display the LLM description instead of the human-readable description.
- Added a hidden help command and disabled the default command completion options for improved command structure.

This update enhances the clarity of tool descriptions in the CLI and improves command usability.
2025-12-30 17:30:31 +08:00