Conversation
…de search, and resource creation Full-page chat UI with multi-conversation support (SQLite-backed), Claude Opus 4.6, and 16 tools: org state, templates, node library search, workflow CRUD + editing, secrets, endpoints, emails, queues, datasets, databases, and integration OAuth linking. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
… and richer resource tools - Add AssistantSidebar as persistent right panel in AppLayout with rounded container and symmetric padding/margin - Move assistant toggle from header chat icon to collapsible sidebar (matching left sidebar width when collapsed) - Add navigateUser tool and listResources tool to DafthunkAgent for in-app navigation and resource listing - Enrich getOrgState with all resource types (endpoints, emails, queues, datasets, databases, bots) - Add navigate message type for server-driven browser navigation via WebSocket - Suppress pre-tool-call streaming text to avoid showing reasoning to users - Fix stream lifecycle: clear content on turn_complete instead of stream_end to prevent flash - Remove standalone /assistant route in favor of sidebar-based assistant Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- Add ToolStep type and include tool steps in turn_complete messages - Show collapsible intermediate steps above assistant responses - Move chat state from sidebar into AssistantProvider to survive navigation - Split context into stable actions (useAssistant) and volatile chat state (useAssistantChat) to prevent re-render blast radius - Extract shared ToolStepsBlock component - Fix WebSocket reconnect race on disconnect during backoff - Rename all Onboarding* types/files to Assistant* for consistency - Remove dead onboarding chat panel and hook Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ❌ Deployment failed View logs |
dafthunk-api | 3deeadf | Mar 22 2026, 10:21 PM |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.