Skip to content

Commit

Permalink
Merge pull request #59 from kshitij79/kshitij79/Release-2.0.0/Documen…
Browse files Browse the repository at this point in the history
…tation

Updated README and CHANGELOG for v2.0.0 release
  • Loading branch information
dselman authored Nov 1, 2024
2 parents dc0482c + 7d9256a commit 1bdbc9d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand Down

0 comments on commit 1bdbc9d

Please sign in to comment.