Functions§
- create_
event - Add an event to a task
- create_
task - Create a new task
- delete_
event - Delete an event
- delete_
task - Delete a task
- done_
task - Complete the current task
- get_
current_ task - Get current task
- get_
task - Get a single task by ID
- get_
task_ context - Get task context (ancestors, siblings, children)
- handle_
cli_ notification - Handle CLI notification (internal endpoint for CLI → Dashboard sync)
- list_
events - List events for a task
- list_
projects - List all registered projects (from known_projects state loaded from global registry)
- list_
tasks - Get all tasks with optional filters
- pick_
next_ task - Pick next task recommendation
- remove_
project - Remove a project from the Dashboard and global registry DELETE /api/projects
- search
- Unified search across tasks and events
- shutdown_
handler - Shutdown the Dashboard server gracefully POST /api/internal/shutdown
- spawn_
subtask - Spawn a subtask and switch to it Note: This creates a subtask of the CURRENT task, not an arbitrary parent
- start_
task - Start a task (set as current)
- switch_
project - Switch to a different project database dynamically
- update_
event - Update an event
- update_
task - Update a task