Every release file now carries a title: two to six plain words naming the change a user would remember it for. The generator refuses a release without one, promote carries the title from unreleased.md, and the unreleased template opens with a title line. The changelog-authoring skill and the format README describe how to write it. Claude-Session: https://claude.ai/code/session_01VqV56Hez25hTxXH4ipJfzH
57 lines
3.7 KiB
Markdown
57 lines
3.7 KiB
Markdown
---
|
|
version: 1.13.3
|
|
date: 2026-06-24
|
|
title: Sign commits with SSH
|
|
---
|
|
|
|
## App
|
|
|
|
### New
|
|
- **Git:** a Git identity can sign your commits with SSH.
|
|
- Agents: agent settings have thinking variant, temperature, and top-p controls (thanks to @bashrusakh).
|
|
|
|
### Improvements
|
|
- Agents: clearing temperature or top-p removes the override (thanks to @bashrusakh).
|
|
- Git: pushing from the Git view syncs first, so fewer pushes come back rejected.
|
|
- Settings: your font size and padding apply inside the VS Code extension too (thanks to @Sin991114).
|
|
|
|
### Fixes
|
|
- Chat: picking one of your own skills from the slash menu runs the skill instead of typing its name into the message (thanks to @IbrahimKhan12).
|
|
- Chat: a code block in your own message keeps characters like `<` and `->` (thanks to @bashrusakh).
|
|
- Chat: Arrow Up opens prompt history again when the cursor sits at the start of the composer.
|
|
- Chat: pasting text with an `@` in it no longer pops up file mentions (thanks to @charpeni).
|
|
- Chat: switching sessions or loading older messages no longer jumps the conversation backward or makes it wobble (thanks to @herjarsa).
|
|
- Sessions: a new session stays with the project or folder you picked (thanks to @bashrusakh).
|
|
- Sessions: pinned sessions and folders stay in the sidebar when a session list comes back empty (thanks to @bashrusakh).
|
|
- Settings/Models: per-model visibility and sibling model choices stay saved (thanks to @attilaszasz).
|
|
- Settings/Skills: the skills catalog reloads after you change catalog settings (thanks to @gokulkgm).
|
|
- Providers: disconnecting a provider from settings works.
|
|
- Usage: MiniMax M3 and Token Plan usage read the provider's current responses again (thanks to @baruchvitorino).
|
|
- Files: downloading a file with non-Latin characters in its name keeps the name (thanks to @FanFan4204).
|
|
- Startup: managed OpenCode processes left over from a crash are cleaned up on the next start.
|
|
- CLI: a leftover server PID file no longer makes the CLI treat an unrelated process as OpenChamber.
|
|
- Mobile: subagent chevrons no longer sit on top of a long session title (thanks to @weixiang1862, @lilyzhaun).
|
|
- Mobile: sessions are grouped by their exact folder (thanks to @weixiang1862, @lilyzhaun).
|
|
|
|
## VS Code
|
|
|
|
### New
|
|
- Agents: agent settings have thinking variant, temperature, and top-p controls (thanks to @bashrusakh).
|
|
|
|
### Improvements
|
|
- Agents: clearing temperature or top-p removes the override (thanks to @bashrusakh).
|
|
- Settings: your font size and padding apply inside the extension (thanks to @Sin991114).
|
|
|
|
### Fixes
|
|
- Chat: picking one of your own skills from the slash menu runs the skill instead of typing its name into the message (thanks to @IbrahimKhan12).
|
|
- Chat: a code block in your own message keeps characters like `<` and `->` (thanks to @bashrusakh).
|
|
- Chat: Arrow Up opens prompt history again when the cursor sits at the start of the composer.
|
|
- Chat: pasting text with an `@` in it no longer pops up file mentions (thanks to @charpeni).
|
|
- Chat: switching sessions or loading older messages no longer jumps the conversation backward or makes it wobble (thanks to @herjarsa).
|
|
- Sessions: a new session stays with the folder you picked (thanks to @bashrusakh).
|
|
- Sessions: pinned sessions and folders stay in the sidebar when a session list comes back empty (thanks to @bashrusakh).
|
|
- Settings/Models: per-model visibility and sibling model choices stay saved (thanks to @attilaszasz).
|
|
- Settings/Skills: the skills catalog reloads after you change catalog settings (thanks to @gokulkgm).
|
|
- Usage: MiniMax M3 and Token Plan usage read the provider's current responses again (thanks to @baruchvitorino).
|
|
- Startup: managed OpenCode processes left over from a crash are cleaned up on the next start.
|