Files
Felipe GenéandBohdan Triapitsyn a12b9be443 feat(chat): Comments and review in VS Code, like the OpenChamber desktop app (#1724)
* feat(chat): render code comments as cards instead of fenced text

* fix(vscode): route Add Comment to the active session editor panel

* fix(chat): persist queued inline comments and tighten file-chip path matching

* feat(vscode): comment on code from the editor

* fix(chat): keep attached context in the message and broadcast comment removal

* fix(vscode): hold every pending comment and gate both entry points on the workspace

* fix(vscode): let only the owning surface decide its comment threads

* fix(vscode): drop a comment removed while its delivery was still in flight

* test(vscode): cover the in-flight comment removal guard

* test(vscode): cover comment removal reaching every chat surface

* fix(vscode): give up on a comment the chat never confirmed holding

* fix(vscode): retract a comment everywhere before reporting it discarded

* fix(chat): preserve queued comment cards

* fix: preserve inline comment context across send paths

* fix(chat): preserve command routing with context

* fix(chat): keep unavailable actions on normal send path

---------

Co-authored-by: Bohdan Triapitsyn <artmore@protonmail.com>
2026-09-05 12:28:17 +03:00

31 lines
2.3 KiB
JSON

{
"OpenChamber: Failed to open sidebar - {0}": "OpenChamber: Failed to open sidebar - {0}",
"OpenChamber: Chat sidebar is not ready": "OpenChamber: Chat sidebar is not ready",
"OpenChamber: No active session": "OpenChamber: No active session",
"OpenChamber: API connection restarted": "OpenChamber: API connection restarted",
"OpenChamber: Failed to restart API - {0}": "OpenChamber: Failed to restart API - {0}",
"OpenChamber [Add to Context]: No active editor": "OpenChamber [Add to Context]: No active editor",
"OpenChamber [Add to Context]: No text selected": "OpenChamber [Add to Context]: No text selected",
"OpenChamber: No file selected to mention": "OpenChamber: No file selected to mention",
"OpenChamber: Some selected entries were skipped (folders or unsupported resources)": "OpenChamber: Some selected entries were skipped (folders or unsupported resources)",
"OpenChamber [Explain]: No active editor": "OpenChamber [Explain]: No active editor",
"Explain the following Code / Text:": "Explain the following Code / Text:",
"OpenChamber [Improve Code]: No active editor": "OpenChamber [Improve Code]: No active editor",
"OpenChamber [Improve Code]: No text selected": "OpenChamber [Improve Code]: No text selected",
"Improve the following Code:": "Improve the following Code:",
"OpenChamber [Add Comment]: No active editor": "OpenChamber [Add Comment]: No active editor",
"OpenChamber [Add Comment]: File is outside the workspace": "OpenChamber [Add Comment]: File is outside the workspace",
"OpenChamber [Add Comment]: The comment never reached the chat and was discarded": "OpenChamber [Add Comment]: The comment never reached the chat and was discarded",
"Comment on line {0}": "Comment on line {0}",
"Comment on lines {0}-{1}": "Comment on lines {0}-{1}",
"OpenChamber": "OpenChamber",
"Not sent yet": "Not sent yet",
"OpenCode CLI not found. Install it and ensure it's in PATH.": "OpenCode CLI not found. Install it and ensure it's in PATH.",
"OpenCode CLI not found. Please install it and ensure it's in PATH.": "OpenCode CLI not found. Please install it and ensure it's in PATH.",
"More Info": "More Info",
"Failed to start OpenCode: {0}": "Failed to start OpenCode: {0}",
"New Session": "New Session",
"Session": "Session",
"Agent Manager": "Agent Manager"
}