Skip to content

feat: close the chat ↔ task loop#35

Merged
rogerchappel merged 1 commit into
mainfrom
feat/chat-task-execution-loop
Apr 2, 2026
Merged

feat: close the chat ↔ task loop#35
rogerchappel merged 1 commit into
mainfrom
feat/chat-task-execution-loop

Conversation

@rogerchappel
Copy link
Copy Markdown
Owner

Completes the bidirectional link between chat and tasks:

Agent → Task Board: Agents call the CrewCmd API directly (via the skill from PR #34). When their response mentions created/updated tasks, the chat UI auto-detects references and renders inline task cards.

User → Task Board: Type /task Fix the login bug in chat for instant task creation — no gateway round-trip, shows inline card immediately.

Task cards in chat: Compact, clickable cards inside message bubbles showing title, status badge, priority. Auto-fetches task data if only an ID was referenced.

New in tool executor: addComment and getMyTasks handlers for future structured tool calling.

…parsing

- Parse task references from agent responses (natural language + JSON)
- Render inline TaskReferenceCard components in chat bubbles
- /task <title> slash command for instant task creation from chat
- Extended tool executor with addComment and getMyTasks handlers
- Task cards auto-fetch details when only ID is available
@rogerchappel rogerchappel merged commit 47a5cd6 into main Apr 2, 2026
1 check 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.

1 participant