Add Cesium Copilot AI assistant to Sandcastle#13185
Closed
jdehorty wants to merge 3 commits intoCesiumGS:mainfrom
Closed
Add Cesium Copilot AI assistant to Sandcastle#13185jdehorty wants to merge 3 commits intoCesiumGS:mainfrom
jdehorty wants to merge 3 commits intoCesiumGS:mainfrom
Conversation
|
Thank you for the pull request, @jdehorty! ✅ We can confirm we have a CLA on file for you. |
Integrates an AI-powered coding assistant into Sandcastle that helps users write and modify Cesium code. Features include: - Multi-model support (Gemini, Anthropic Claude) with API key management - Intelligent diff parsing and application for code modifications - Chat interface with streaming responses and tool call handling - Error context extraction for debugging assistance - Comprehensive test coverage for AI client and diff logic
b1d6c5a to
7538b6d
Compare
7538b6d to
007ae09
Compare
007ae09 to
722fc5d
Compare
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
This PR introduces Cesium Copilot, an AI-powered coding assistant integrated directly into Sandcastle. Copilot helps users write, modify, and debug CesiumJS code through a conversational interface with intelligent code generation and real-time diff previews.
Features
Multi-Model AI Support
Intelligent Code Assistance
createWorldTerrain()→Terrain.fromWorldTerrain())Code Editing with Diff Preview
Tool Use Integration
Conversation Management
User Experience
Architecture
Testing
Screenshots
[Screenshots would be added here showing the chat panel, diff preview, and settings]
Checklist
packages/sandcastleNotes