release v1.11.3
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@openchamber/desktop",
|
||||
"version": "1.11.2",
|
||||
"version": "1.11.3",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"desktopPrerequisites": [
|
||||
|
||||
Generated
+1
-1
@@ -2684,7 +2684,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "openchamber-desktop"
|
||||
version = "1.11.2"
|
||||
version = "1.11.3"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"base64 0.22.1",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "openchamber-desktop"
|
||||
version = "1.11.2"
|
||||
version = "1.11.3"
|
||||
edition = "2021"
|
||||
publish = false
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"$schema": "../node_modules/@tauri-apps/cli/schema.json",
|
||||
"productName": "OpenChamber",
|
||||
"version": "1.11.2",
|
||||
"version": "1.11.3",
|
||||
"identifier": "ai.opencode.openchamber",
|
||||
"build": {
|
||||
"beforeDevCommand": "node ./scripts/dev-web-server.mjs",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@openchamber/electron",
|
||||
"version": "1.11.2",
|
||||
"version": "1.11.3",
|
||||
"private": true,
|
||||
"description": "Electron desktop runtime for OpenChamber",
|
||||
"author": "OpenChamber",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@openchamber/ui",
|
||||
"version": "1.11.2",
|
||||
"version": "1.11.3",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"main": "src/main.tsx",
|
||||
@@ -39,7 +39,7 @@
|
||||
"@fontsource/ibm-plex-sans": "^5.1.1",
|
||||
"@ibm/plex": "^6.4.1",
|
||||
"@lezer/highlight": "^1.2.3",
|
||||
"@opencode-ai/sdk": "^1.4.49",
|
||||
"@opencode-ai/sdk": "^1.15.5",
|
||||
"@pierre/diffs": "1.1.0-beta.13",
|
||||
"@base-ui/react": "^1.4.0",
|
||||
"@simplewebauthn/browser": "13.3.0",
|
||||
|
||||
@@ -1,3 +1,15 @@
|
||||
## [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.
|
||||
- Editor Integration: Add File to Chat now attaches selected files instead of inserting file mentions.
|
||||
- Editor Integration: Add to Context, Add File to Chat, Explain, and Improve Code now target the active session editor when one is open.
|
||||
- Chat: session editor tabs now update their title to match the session title.
|
||||
- Sessions: session rows now include an action to open a chat as editor tab.
|
||||
- Notifications: completion, question, and permission notifications now use the extension notification settings and shows as multi-platforn native notifications.
|
||||
- Chat: question cards now include copy buttons for Markdown and JSON (thanks to @robertoberto).
|
||||
- Chat: slash command autocomplete now includes skills and clearer command/type badges.
|
||||
- Usage: added Wafer.ai quota tracking (thanks to @bowber).
|
||||
|
||||
## [1.11.2] - 2026-05-18
|
||||
|
||||
- Chat: thinking blocks can now be collapsed, and expanding tool details feels smooth (thanks to @ermanhavuc).
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"name": "openchamber",
|
||||
"displayName": "OpenChamber",
|
||||
"description": "AI coding assistant powered by OpenCode",
|
||||
"version": "1.11.2",
|
||||
"version": "1.11.3",
|
||||
"publisher": "fedaykindev",
|
||||
"private": true,
|
||||
"repository": {
|
||||
@@ -243,7 +243,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@openchamber/ui": "workspace:*",
|
||||
"@opencode-ai/sdk": "^1.4.49",
|
||||
"@opencode-ai/sdk": "^1.15.5",
|
||||
"adm-zip": "^0.5.16",
|
||||
"jsonc-parser": "^3.3.1",
|
||||
"react": "^19.1.1",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@openchamber/web",
|
||||
"version": "1.11.2",
|
||||
"version": "1.11.3",
|
||||
"private": false,
|
||||
"type": "module",
|
||||
"main": "./server/index.js",
|
||||
@@ -25,7 +25,7 @@
|
||||
"dependencies": {
|
||||
"@clack/prompts": "^1.1.0",
|
||||
"@octokit/rest": "^22.0.1",
|
||||
"@opencode-ai/sdk": "^1.4.49",
|
||||
"@opencode-ai/sdk": "^1.15.5",
|
||||
"@simplewebauthn/server": "13.3.0",
|
||||
"adm-zip": "^0.5.16",
|
||||
"better-sqlite3": "^11.7.0",
|
||||
|
||||
Reference in New Issue
Block a user