release v1.11.4

This commit is contained in:
Bohdan Triapitsyn
2026-05-22 02:07:11 +03:00
parent a22433ed71
commit 07eb9d50d3
11 changed files with 30 additions and 9 deletions
+9
View File
@@ -1,3 +1,12 @@
## [1.11.4] - 2026-05-22
- Sessions: switching between chat sessions now keeps less inactive message history in the webview, especially after opening large conversations.
- Sessions: opening a session now fetches a smaller initial message page, while still expanding enough to show the latest user turn when needed.
- Chat: task tool results use final task summaries when available instead of repeatedly loading child-session messages.
- Chat: task tool polling in the extension now uses smaller message fetches while subtasks are active or idle.
- Chat: markdown file links now cap path checks in the extension, reducing stalls in messages with many inline paths.
- Chat: the extension header reads only the active session title and latest usage data instead of reacting to the full session list.
## [1.11.3] - 2026-05-19
- Editor Integration: Add to Context now attaches the selected code as context instead of pasting a formatted block into the input.
+1 -1
View File
@@ -2,7 +2,7 @@
"name": "openchamber",
"displayName": "OpenChamber",
"description": "AI coding assistant powered by OpenCode",
"version": "1.11.3",
"version": "1.11.4",
"publisher": "fedaykindev",
"private": true,
"repository": {