Release v26.04.16.1 — Fix tool actions mismatch in system prompt #37
Reference in New Issue
Block a user
Delete Branch "dev"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
create_task,delete_task,get_note) that don't exist and omitted most real tools. The model would spiral or fail silently when users asked to create tasks under a project. Replaced the hardcoded string with a dynamically-built actions list matching all registered tools, with conditional caldav/searxng extensions.Test plan
create_note(status='todo')under the correct project without confusioncreate_note(notcreate_task)