@aws/chat-client-ui-types
Advanced tools
Comparing version 0.0.9 to 0.1.0
# Changelog | ||
## [0.1.0](https://github.com/aws/language-server-runtimes/compare/chat-client-ui-types/v0.0.9...chat-client-ui-types/v0.1.0) (2024-12-16) | ||
### ⚠ BREAKING CHANGES | ||
* **chat-client-ui-types:** update the version of package to next minor. This commit does not actually contain a breaking change, only to trigger a release. | ||
### Documentation | ||
* **chat-client-ui-types:** updated README ([d2a569f](https://github.com/aws/language-server-runtimes/commit/d2a569fe9b839f61461661832407a4e9b0f16086)) | ||
## [0.0.9] - 2024-12-11 | ||
@@ -42,2 +53,2 @@ | ||
- Initial release containing type definitions | ||
- Initial release containing type definitions |
{ | ||
"name": "@aws/chat-client-ui-types", | ||
"version": "0.0.9", | ||
"version": "0.1.0", | ||
"description": "Type definitions for Chat UIs in Language Servers and Runtimes for AWS", | ||
@@ -5,0 +5,0 @@ "main": "./out/index.js", |
@@ -1,7 +0,21 @@ | ||
# Chat Client UI Types | ||
# Chat Client UI Types for AWS Language Server Runtimes | ||
TODO | ||
This package provides type definitions for Chat UIs in Language Servers and Runtimes for AWS. | ||
The `@aws/chat-client-ui-types` package is a component of the AWS Language Server Runtimes ecosystem. It defines the type interfaces and contracts for chat client UI components, enabling seamless integration between the UI layer and the backend services of AWS language servers and runtimes. | ||
This package serves as a bridge between the chat client UI and the underlying language server functionality, ensuring type safety and consistency across the application. It provides a set of well-defined interfaces for various UI interactions, such as sending messages to the prompt, handling authentication follow-ups, executing generic commands, and managing chat options. | ||
## Usage Instructions | ||
### Installation | ||
To install the package, run the following command in your project directory: | ||
```bash | ||
npm install @aws/chat-client-ui-types | ||
``` | ||
## License | ||
This project is licensed under the Apache-2.0 License. | ||
This project is licensed under the Apache-2.0 License. |
19404
21