diff --git a/CHANGELOG.md b/CHANGELOG.md index f0a0d4e..8ec4255 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ ## Change Log +## 2.0.0 + - Inline Suggestions: Real-time, context-aware code completions for TypeScript, Concerto, and more. + - Prompt Provider UI: Context-aware prompts based on user input and surrounding code context. + - Status Bar Item: Quick access to actions and status updates for AI model connections. + - Configuration Settings UI: Seamless AI model configuration and API key integration. + - Chat Panel: Interactive chat for code analysis, debugging, and Q&A with AI models. + - Grammar/Model Generation Wizard: Automates grammar and data model creation from markdown files. + ### 0.22.0 - Update to Cicero 0.22.0 ### 0.21.17 diff --git a/README.md b/README.md index 8c2f8fc..b25ecd3 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,9 @@ This is a [Web Extension](https://code.visualstudio.com/api/extension-guides/web - Compilation of Concerto files to other languages - Syntax highlighting for all files - Compilation and problem markers +- AI-powered context-aware inline code suggestions +- Chat Panel for AI-driven Q&A sessions and debugging support +- Grammar/Model generation from markdown files - Find all references for Concerto concepts and primitives - Code actions: - Update major, minor or patch version of a namespace, updating references in model files and vocabularies @@ -48,6 +51,10 @@ This is a [Web Extension](https://code.visualstudio.com/api/extension-guides/web ![Code Gen GIF](./assets/Code%20Gen.gif) - Work offline by downloading Concerto model dependencies (context-click on a `*.cto` file) +- Configure copilot settings +- Access AI-powered suggestions and chat with the Co-Pilot for real-time assistance +- Generate grammar and data models from markdown files +- Toggle inline suggestions and code actions ### Concerto Snippets