release v1.22.2
This commit is contained in:
@@ -1,3 +1,28 @@
|
||||
## [1.22.2] - 2026-09-05
|
||||
|
||||
### New
|
||||
|
||||
- **Comments on code.** Select lines, click the `+` in the gutter or right-click → OpenChamber → Add Comment, and write your note. It stays pinned to the code and goes out with your next message as a context card. Works in diffs too (thanks to @felipegenef).
|
||||
- The extension is available in Turkish (thanks to @fitzgpt).
|
||||
- Chat: prompt history. Arrow up and down in the composer bring back your earlier prompts, attachments included, and the history survives a reload. It covers the current session; Settings → Chat can widen it to every project and set how many prompts to keep, 40 by default (thanks to @mattv8).
|
||||
- Chat: an "Enter sends" switch in Settings → Chat. On, Enter sends and Shift+Enter adds a line; off, the other way round. Ctrl/Cmd+Enter always sends. Nothing changes until you flip it (thanks to @claymor333).
|
||||
|
||||
### Improvements
|
||||
|
||||
- Chat: Markdown tables are readable again, columns take the width their content needs (thanks to @ChangeHow).
|
||||
- Chat: the Summary, Tree, or Raw view you pick for a JSON tool result is remembered for every JSON card and after a reload (thanks to @karimodm).
|
||||
- A fresh install uses VS Code's display language until you choose one in Settings.
|
||||
|
||||
### Fixes
|
||||
|
||||
- Settings/Providers: editing a custom provider keeps all of its model settings, and the protocol you chose is saved (thanks to @hehuaiyu).
|
||||
- Chat: huge patches in tool cards open without freezing the page (thanks to @karimodm).
|
||||
- Chat: pressing Enter to confirm text on a Japanese, Chinese, or Korean keyboard no longer sends a comment by accident (thanks to @ChangeHow).
|
||||
- Goal Mode: when a reply is cut off by the length limit, the goal continues, and Resume gives it another try (thanks to @bashrusakh).
|
||||
- Sessions: subagent sessions are found in projects with more than 200 sessions (thanks to @bashrusakh).
|
||||
- Permission auto-accept works again with the stable OpenCode (thanks to @bashrusakh).
|
||||
- On Windows, the status command and adding a folder to the workspace handle drive-letter case correctly (thanks to @pttydou).
|
||||
|
||||
## [1.22.1] - 2026-09-04
|
||||
|
||||
### New
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"name": "openchamber",
|
||||
"displayName": "OpenChamber",
|
||||
"description": "%extension.description%",
|
||||
"version": "1.22.1",
|
||||
"version": "1.22.2",
|
||||
"publisher": "fedaykindev",
|
||||
"private": true,
|
||||
"repository": {
|
||||
|
||||
Reference in New Issue
Block a user