Skip to content

Conversation

@github-actions
Copy link

🤖 I have created a release beep boop

chat-client-ui-types: 0.2.0

0.2.0 (2025-08-26)

⚠ 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.

Features

  • add protocol for export chat history (#418) (c31fadc)
  • add stopResponse ui event (#463) (6934a1b)
  • extend sendToPrompt to support optional prompt messages (#484) (90384e3)
  • extend tabdata interface to include support for welcome screen (#411) (68354d9)
  • extended UI and protocol types for openning settings (#474) (f622458)
  • extending ui contract with dynamic feature config types (#448) (5012832)
  • improvements for "openTab" request flow (#366) (8aa0a83)
  • protocol extensions for chat tab actions and export features (#433) (10019fe)
  • types: add protocol for open file dialog for import image as context (#564) (8c9cac7)

Bug Fixes

  • change pair programming acknowledged to chat prompt option acknowledged (#460) (3d9431d)

Reverts

  • feat: extend tabdata interface to include support for welcome screen (#411) (#420) (53084ad)

Documentation

  • chat-client-ui-types: updated README (d2a569f)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @aws/language-server-runtimes-types bumped from ^0.1.56 to ^0.2.0
language-server-runtimes: 0.2.128

0.2.128 (2025-08-26)

Features

  • add agent interface for tool creation and usage (c420d68)
  • add buttonClick event to chat (#464) (32b3bb9)
  • add cancellation token to agent spec (#472) (1e65017)
  • add diagnostic checking and workspace file opening support (#658) (1013f32)
  • add displayLocation property and inlineEditSupport capability for tab-tab-tab workflow (#492) (b7c4718)
  • add endpoint override option for easier dev setup (#633) (835e7aa)
  • add env variables getter in runtime (#295) (93be997)
  • add extension for inline chat (#391) (52abd83)
  • add initialization configuration options for file indexing (#436) (155546f)
  • add listAvailableModels request method (#593) (0d9d557)
  • add LSP extension for sending telemetry for inline chat result action (#408) (26c7a0f)
  • add new lsp extension to send dependency information from client to servers (#338) (cbaf65f)
  • add operational telemetry interface (#312) (44ae86c)
  • add opt-out mechanism to operational telemetry (#330) (0de11b1)
  • add routing to didCreateFiles, didDeleteFiles, didRenameFiles & didSaveTextDocument (#512) (c4c2bc4)
  • add save option to initializeResult to allow LSP server to listen to save file events (#309) (d80688f)
  • add support for pinned context and rules (#548) (6606dcc)
  • add workspaceIdentifier to AWSInitializationOptions (#497) (256c549)
  • added chat history protocol (#410) (a4fcef6)
  • adding new params for mcp servers buttons (#502) (73fd208)
  • adding support for readFileSync method in workspace.fs (#299) (3ef292a)
  • allow write stream for tool invocations (07e7c53)
  • change getConfigurationFromServer to fetch from all servers and aggregate (#489) (5c13d69)
  • collect telemetry data from standalone runtime (#392) (76d6869)
  • context support in protocol (#404) (70b8507)
  • delete cognito, update optel sdk, use otlp exporters (#437) (446b1b8)
  • emit telemetry event to lsp client on standalone process crash (432a68a)
  • empty line PR to release chore: notify servers of bearer token signout so that servers can update/reset local state aws/language-server-runtimes#379 (#382) (2663a5e)
  • enable operational telemetry (#539) (f49206f)
  • expose predicate to check symbolic link (02002af)
  • extended protocol for conversation-based agents experience support (#368) (0bc496e)
  • get telemetry aws config from env variables (#345) (e2d7267)
  • implement sdk runtime configurator to configure sdk clients at runtime (#316) (ef82756)
  • inject home directory into runtimes. (#424) (595475e)
  • notifications to client about file system operations (#500) (a7efcf8)
  • protocol extensions for chat tab actions and export features (#433) (10019fe)
  • runtimes: add auto-discovery for OS proxy settings (#553) (d3e961a)
  • runtimes: add handlers for IAM and STS credentials management (#599) (6276983)
  • runtimes: add UpdateConfiguration protocol and server handlers (df24447)
  • runtimes: cache and expose initializeParams as a feature (#378) (e3d4e17)
  • runtimes: emit telemetry from SDK proxy configuration utility (a82a708)
  • runtimes: extend awsClientCapabilities generically to signal server-specific capabilities (9fd0f00)
  • runtimes: extend lsp with didSaveTextDocument and lsp.worksapce with didCreateFiles, didDeleteFiles and didRenameFiles (e8df283)
  • runtimes: extend TestFeatures with API for simulating LSP init flow (#483) (fa41c3d)
  • runtimes: extended network proxy support (7369086)
  • runtimes: extract reusable runtime logic into the base-runtime.ts (ebcb52f)
  • runtimes: log detail server info during initialization (#285) (cd4ac14)
  • show dev profile protocol changes (#432) (730460c)
  • subscription details protocols (#620) (ebc2dbb)
  • support remove tool in Agent (#501) (443415e)
  • support using rootUri for workspaceFolders and handle workspaceChangeEvent (#509) (fa9892e)
  • types: add a feature flag support for show logs (#631) (eec091e)
  • types: add mode to fs writeFile (#423) (daae4e8)
  • types: add next token to inline completion interface (d42a832)
  • types: add prompt input option change (#449) (dea0fb9)
  • types: add protocol for open file dialog for import image as context (#564) (8c9cac7)
  • types: enable show logs feature (#629) (7f2814f)
  • types: introduce new completion API for edits suggestion (#635) (26ecf77)
  • types: types for device code support (#353) (aa2fd53)
  • update protocol for regions use cases (#355) (50ef5c7)

Bug Fixes

  • add aws-sdk to dependencies (#535) (d8890a6)
  • add document change params (#618) (76d258f)
  • add file context override for inline completion (#660) (f6f0da8)
  • add methods to fetch builtIn and builtInWrite tools (#581) (aa914a7)
  • add missing telemetry files (#344) (e592796)
  • add open tab params to inline completion protocol (#645) (56c9fe0)
  • add open tab params to inline completion protocol (#638) (fcdf0ac)
  • add requestId to InlineChat response (#403) (3bee702)
  • adding try/catch to initialize lsp server, added telemetry log events (#320) (48b064b)
  • agent tools are shared between servers (01a9f08)
  • align proxy detection with Node.js CLI behavior in Windows (#562) (90aa4d3)
  • avoid deprecated attribute path (8efb2de)
  • avoid duplicate url with forward slash in the end (#592) (ac2eb62)
  • avoid path import (5ee633a)
  • correct global context configuration param type (#439) (95c40fc)
  • explicit check for initializationOptions and add optional chaining (#310) (e97456d)
  • export operational telemetry schemas (#340) (5b4ca25)
  • filter expired certificates in tets (#506) (2dbb80f)
  • fix the flaky test timeout error (#359) (b907843)
  • handling of aws object of initializationOptions and initialize error handling (#306) (f71547a)
  • improve diffs array error msg (#639) (10b0371)
  • improve tool input validation logic to return specific error message (#578) (5923cf8)
  • initialize telemetry asynchronously without blocking (#666) (28ee764)
  • log uncaughtException errors directly to stderr (#612) (a4648ea)
  • make test independent of sdk version (#519) (112feba)
  • moving the telemetry logging for initialization options to the l… (#337) (3f0a826)
  • onDidSaveTextDocument routing (#590) (3660267)
  • put extended proxy behind feature flag (#385) (41b01bd)
  • refactor auto-discovery for OS proxy settings (#595) (0e68235)
  • refactor auto-discovery for OS proxy settings (#654) (e1b033f)
  • remove duplicate uri of workspace paths sent by VS (#585) (aed6187)
  • remove the supports workspace check for didChangeWorkspaceFolder event (#522) (f5977cc)
  • replace path.basename with custom browser-safe implementation (#636) (a2b8532)
  • resolve Windows issue with system proxy detection (#560) (e59a220)
  • revert the version of jose to 5.9.6 (#441) (6ebc326)
  • route correct request type to button click (#467) (d481123)
  • runtimes: add doUpdateConfiguration to TestFeatures (21d5d1d)
  • runtimes: add PII filtering for process crash error reporting (4ee967d)
  • runtimes: catch unhandled encryption validation and process exeptions (e950103)
  • runtimes: fix protocol/lsp circular dependency (#573) (2231db0)
  • runtimes: maintain nodejs built-in certificates for SDK proxy configuration (#362) (83fa698)
  • runtimes: timeout for exiting to emit logs (#602) (0a062a3)
  • skip PAC URLs in macOS proxy detection (#664) (92fb02d)
  • support JSON Schema extension keywords and properly infer required fields (995a306)
  • syntax errors on some Mac builds and flaky Darwin test (#550) (687ec5a)
  • throw error on initialize fail (#307) (df148a2)
  • update shape of process crash telemetry event (0ccd083)
  • use logging instead of lspConsole (#545) (bcd5ef9)

Reverts

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @aws/language-server-runtimes-types bumped from ^0.1.56 to ^0.2.0
language-server-runtimes-types: 0.2.0

0.2.0 (2025-08-26)

⚠ BREAKING CHANGES

  • types: update the version of package to next minor. This commit does not actually contain a breaking change, only to trigger a release.

Features

  • add additional messages in support of the final response (bc7522a)
  • add buttonClick event to chat (#464) (32b3bb9)
  • add contextList to chat message for supporting context transparency (#401) (839247d)
  • add diagnostic checking and workspace file opening support (#658) (1013f32)
  • add displayLocation property and inlineEditSupport capability for tab-tab-tab workflow (#492) (b7c4718)
  • add extension for inline chat (#391) (52abd83)
  • add ideDiagnostic type (#586) (eedb5e6)
  • add listAvailableModels request method (#593) (0d9d557)
  • add LSP extension for sending telemetry for inline chat result action (#408) (26c7a0f)
  • add modelId to chatOptionsUpdateParams (#530) (77d6f56)
  • add new lsp extension to send dependency information from client to servers (#338) (cbaf65f)
  • add protocol for export chat history (#418) (c31fadc)
  • add support for pinned context and rules (#548) (6606dcc)
  • add tabId to ChatOptionsUpdateParams (#540) (a0b7940)
  • added action to the list mcp servers result header for buttons (#651) (1a8461c)
  • added chat history protocol (#410) (a4fcef6)
  • adding additional fields to LogInlineCompletionSessionResultsParams (#537) (edc1ada)
  • adding isInlineEdit to LogInlineCompletionSessionResultsParams (7cdb1af)
  • adding new params for mcp servers buttons (#502) (73fd208)
  • context support in protocol (#404) (70b8507)
  • editable variable for modify functionality (#655) (6480d22)
  • extend tabdata interface to include support for welcome screen (#411) (68354d9)
  • extended protocol for conversation-based agents experience support (#368) (0bc496e)
  • extended UI and protocol types for openning settings (#474) (f622458)
  • notifications to client about file system operations (#500) (a7efcf8)
  • protocol extensions for chat tab actions and export features (#433) (10019fe)
  • runtimes: add handlers for IAM and STS credentials management (#599) (6276983)
  • show dev profile protocol changes (#432) (730460c)
  • subscription details protocols (#620) (ebc2dbb)
  • support additional chat message content to enable tool use (68319c9)
  • support clickable in fileDetails (#656) (2325ccb)
  • support file snapshot for diffs (#486) (9a52fd7)
  • support status in header (#477) (a4812d4)
  • support visibleName in fileDetails props (#648) (ce522ce)
  • types: add context to ChatParams (cea7a71)
  • types: add imports to InlineCompletionItemWithReferences type (#388) (e16977c)
  • types: add method type for execute shell command shortcut (#614) (4bc30a8)
  • types: add next token to inline completion interface (d42a832)
  • types: add prompt input option change (#449) (dea0fb9)
  • types: add protocol for open file dialog for import image as context (#564) (8c9cac7)
  • types: add type to executeShellCommandShortCut param (#607) (1be8ccf)
  • types: add types for quickSettings to update permission in tool executions (#642) (88f19a8)
  • types: adding modelSelection flag in ChatOptions for server to … (#566) (e2a3f69)
  • types: enable show logs feature (#629) (7f2814f)
  • types: make the insertPosition optional in OpenFileDialogParams and OpenFileDialogResult (#576) (9fb6013)
  • types: updated readme (#290) (4a3cc75)
  • update protocol for regions use cases (#355) (50ef5c7)

Bug Fixes

Reverts

Documentation


This PR was generated with Release Please. See documentation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants