feat(cockpit): add render and chat product sections#68
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
04e183d to
85232d5
Compare
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Adds the messages capability demonstrating ChatMessagesComponent, ChatInputComponent, and ChatTypingIndicatorComponent primitives. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Adds the input capability showcasing ChatInputComponent with keyboard handling, disabled state, custom placeholder, and loading indicators. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Adds the interrupts capability demonstrating human-in-the-loop approval gates using LangGraph interrupt() and ChatInterruptPanelComponent. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Adds the tool-calls capability with search, calculator, and weather tools demonstrating ChatToolCallsComponent and ChatToolCallCardComponent. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Adds the subagents capability demonstrating orchestrator pattern with ChatSubagentsComponent and ChatSubagentCardComponent for tracking research, analysis, and summary subagents. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Adds the threads capability demonstrating multi-thread conversation management with ChatThreadListComponent for creating and switching threads. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Adds the timeline capability demonstrating conversation checkpoint navigation with ChatTimelineSliderComponent for time-travel debugging. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Adds the generative-ui capability demonstrating dynamic UI generation within chat messages using ChatGenerativeUiComponent and provideRender. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Adds the debug capability using ChatDebugComponent with a multi-step graph (generate/process/summarize) for rich state inspection, diffs, and timeline debugging. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Adds the theming capability demonstrating CSS custom property customization with CHAT_THEME_STYLES and a runtime theme picker supporting dark, light, ocean, and forest presets. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…t dependency Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…gular Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…y registry Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…nd update tests Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
85232d5 to
dfe7e80
Compare
…state-management, and repeat-loops demos
…reaming JSON Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…r signal for reactivity
…onsive mobile layout - Sandbox eval() in tool-calls graph.py with restricted builtins - Remove unused CHAT_THEME_STYLES import from theming component - Make all 6 render examples responsive: stack vertically on mobile
1 task
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.
Summary
renderandchatas new top-level cockpit products with 16 capabilitiesagent()API from@cacheplane/angularwith purpose-built Python backendsRender Capabilities (6)
spec-rendering, element-rendering, state-management, registry, repeat-loops, computed-functions
Chat Capabilities (10)
messages, input, interrupts, tool-calls, subagents, threads, timeline, generative-ui, debug, theming
Test plan
Generated with Claude Code