diff --git a/CHANGELOG.md b/CHANGELOG.md index 6edb2e5b..be0ffe4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +- **Walkthrough:** a new guided walkthrough reorders a diff into a sequence of stops — the model groups related changes, explains what each one does, and orders them so each builds on the last. Start one from the Changes and pull-request views for uncommitted work, a branch against its base, or a pull request; nothing runs on its own. +- **Mobile/Tablet:** reworked the tablet and foldable layout around the phone's navigation — a persistent resizable sessions sidebar on the left, the workspace (Changes, Files, Terminal, Notes, MCP) as a resizable right sidebar, and app pages like settings and instances shown as centered dialogs. An open diff, edited file, or attached terminal now survives rotation. +- Sessions: launching OpenChamber from a directory other than your project (for example your home folder) no longer produces repeated "not a git repository" errors that could stop sessions and projects from loading (thanks to @makeittech). +- Sidebar: a worktree shared by more than one project no longer appears twice (thanks to @makeittech). +- Sessions: archiving and unarchiving now stays scoped to the current instance and workspace (thanks to @alexandrereyes). +- Chat: assistant messages no longer render active HTML. +- VSCode: clicking an apply_patch tool result now opens each changed file at its correct path instead of always opening the first file (thanks to @nabsiddiqui). + ## [1.17.2] - 2026-08-01 - **Mobile:** rebuilt the app navigation around two swipe drawers — a sessions drawer (left) with a cross-project tree, swipe actions to rename, archive, or delete sessions, and a workspace drawer (right) with Changes, Files, Terminal, Notes, and MCP tabs. Tapping the session title in the header switches recents from a compact overlay with live status indicators. Cold launches reopen the last active session and land on an explicit connect screen on failure instead of flashing an empty draft. diff --git a/packages/vscode/CHANGELOG.md b/packages/vscode/CHANGELOG.md index e8b77d20..10fc3888 100644 --- a/packages/vscode/CHANGELOG.md +++ b/packages/vscode/CHANGELOG.md @@ -1,3 +1,10 @@ +## [Unreleased] + +- Chat: clicking an apply_patch tool result now opens each changed file at its correct path instead of always opening the first file (thanks to @nabsiddiqui). +- Chat: assistant messages no longer render active HTML. +- Sidebar: a worktree shared by more than one project no longer appears twice. +- Sessions: archiving and unarchiving now stays scoped to the current workspace. + ## [1.17.2] - 2026-08-01 - Per-session permission auto-accept now replies to live permission requests correctly when auto-accept is turned on.