eclipse-theia / theia

Eclipse Theia is a cloud & desktop IDE framework implemented in TypeScript.
http://theia-ide.org
Eclipse Public License 2.0
19.38k stars 2.45k forks source link

[vscode] Implement Chat and Language Model initial APIs #13756

Closed rschnekenbu closed 1 week ago

rschnekenbu commented 1 month ago

VS Code 1.90 introduced the extension support for Chat (ChatParticipant) and Language Models

rschnekenbu commented 1 month ago

This large API will be stubbed as an initial step, as it requires some root implementation and vscode extension support. A new issue has be opened to track real implementation of this API: #13777