feat: add working indicator and get_current_time to system prompt
Send "mimi😗is working..." to user when processing starts. List get_current_time in system prompt available tools so the agent knows to call it for time/date queries. Remove auto time fetch from system prompt builder — agent calls the tool on demand. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -149,6 +149,7 @@ MimiClaw uses Anthropic's tool use protocol — Claude can call tools during a c
|
||||
| Tool | Description |
|
||||
|------|-------------|
|
||||
| `web_search` | Search the web via Brave Search API for current information |
|
||||
| `get_current_time` | Fetch current date/time via HTTP and set the system clock |
|
||||
|
||||
To enable web search, set a [Brave Search API key](https://brave.com/search/api/) in your config file or via CLI (`set_search_key`).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user