Skip to content

feat: add /tools command to CLI#14

Merged
baranylcn merged 1 commit intomainfrom
feat/cli-tools-command
Apr 3, 2026
Merged

feat: add /tools command to CLI#14
baranylcn merged 1 commit intomainfrom
feat/cli-tools-command

Conversation

@baranylcn
Copy link
Copy Markdown
Owner

Summary

  • Adds /tools command to the REPL chat loop in ronnyx/cli.py
  • Derives the tools endpoint by replacing /api/chat with /api/tools in the base URL
  • Displays loaded tool names as a formatted list; handles both string and object responses
  • Updates the startup hint message to mention the new command

Closes #8

@baranylcn baranylcn merged commit 7e49d09 into main Apr 3, 2026
2 checks passed
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.

Add /tools command to the CLI to list available tools

1 participant