sandcastle: Cesium Copilot UI and app integration (2/2)#13414
Closed
Guillar1 wants to merge 1 commit intocesium-copilot-enginefrom
Closed
sandcastle: Cesium Copilot UI and app integration (2/2)#13414Guillar1 wants to merge 1 commit intocesium-copilot-enginefrom
Guillar1 wants to merge 1 commit intocesium-copilot-enginefrom
Conversation
Builds the Copilot UI on top of the AI engine from the previous commit: - Chat interface: ChatPanel, ChatMessage (markdown rendering via react-markdown), ThinkingBlock, ThinkingAccordion, ToolCallDisplay, PromptInput. - Diff review UI: DiffPreview, SimpleDiffPreview, StreamingDiffPreview, DiffReviewPanel, InlineChangeWidget. - Settings: ApiKeyDialog, ModelPicker, AdvancedSettings, FeatureSettings, SettingsPanel, plus SettingsContext/Provider. - State: ModelContext / useModel, hooks (useAutoFix, useChatMessages, useToolChainExecution). - Integration: App.tsx wires the Copilot panel, SandcastleEditor exposes code context, Bucket / ConsoleMirror / util adjustments for console streaming and iframe bridging, icons.ts additions, main.tsx update, ErrorBoundary. - Adds Justin Dehorty to CONTRIBUTORS.md. Adds react-markdown, remark-gfm, and react-virtuoso as runtime deps.
Contributor
|
Thank you for the pull request, @Guillar1! ✅ We can confirm we have a CLA on file for you. |
8 tasks
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.
Description
Part 2 of 2. Builds the Cesium Copilot UI on top of the engine from #13413 and wires it into the Sandcastle application.
ChatPanel,ChatMessage(markdown rendering viareact-markdown+remark-gfm),ThinkingBlock,ThinkingAccordion,ToolCallDisplay,PromptInput.DiffPreview,SimpleDiffPreview,StreamingDiffPreview,DiffReviewPanel,InlineChangeWidget.ApiKeyDialog,ModelPicker,AdvancedSettings,FeatureSettings,SettingsPanel,SettingsContext,SettingsProvider.ModelContext,useModel, plus hooks (useAutoFix,useChatMessages,useToolChainExecution).App.tsxmounts the Copilot pane,SandcastleEditorexposes code context,Bucket/ConsoleMirror/utiladjustments for console streaming and iframe bridging, plusErrorBoundary, icon additions, and a chat logo.New runtime dependencies:
react-markdown,remark-gfm,react-virtuoso.Base branch
This PR targets
cesium-copilot-engine(notmain), so GitHub shows only the UI/integration diff. Once part 1 merges tomain, this PR auto-retargets tomain.Issue number and link
N/A (feature branch).
Testing plan
tsc -bpasses insidepackages/sandcastle/standalone (with part 1's changes present).cesium-copilotintegration branch deploying to the sandbox.Author checklist
CONTRIBUTORS.md(added in part 1)CHANGES.mdwith a short summary of my changeAI acknowledgment