release v1.11.1

This commit is contained in:
Bohdan Triapitsyn
2026-05-15 23:18:55 +03:00
parent 88fc8bff22
commit 947f725976
11 changed files with 31 additions and 9 deletions
+8
View File
@@ -1,3 +1,11 @@
## [1.11.1] - 2026-05-15
- Chat/Sessions: added a session switcher to the chat header, making it faster to jump between recent chats.
- Chat/Subagents: opened subagent sessions read-only in the context panel and made subagent chats read-only, making delegated work safer to inspect without accidental edits.
- Chat/UI: animated sorted-mode tool paths more consistently and guarded tooltip crashes more defensively, keeping active tool output smoother.
- Usage: quota reset times now display in your local timezone, reducing confusion when tracking provider limits.
- Skills: the skills catalog now keeps the selected source label visible when switching sources (thanks to @kjhq).
## [1.11.0] - 2026-05-14
- Chat/Permissions: restored `@agent` mentions in sent messages and parent-session auto-accept for child-session permissions, reducing missed routing and approval friction in delegated work.
+1 -1
View File
@@ -2,7 +2,7 @@
"name": "openchamber",
"displayName": "OpenChamber",
"description": "AI coding assistant powered by OpenCode",
"version": "1.11.0",
"version": "1.11.1",
"publisher": "fedaykindev",
"private": true,
"repository": {