Files
openchamber/changelog/1.4.5.md
T
Bohdan Triapitsyn a1bc1368ae docs(changelog): title every release and require one
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
2026-09-05 16:45:29 +03:00

31 lines
1.1 KiB
Markdown

---
version: 1.4.5
date: 2026-01-08
title: Model thinking effort and MCP toggles
---
## App
### New
- Chat: added support for model variants (thinking effort).
- Skills: added autocomplete for skills on "/" when it is not the first character in input.
- Autocomplete: added scope badges for commands/agents/skills.
- MCP: added the ability to dynamically enable or disable configured MCP servers.
- Web: refactored the Add Project UI with autocomplete.
### Improvements
- Shortcuts: switched the agent cycling shortcut from Tab to Shift+Tab.
- Compact: changed `/summarize` to `/compact` and moved compaction to the SDK.
## VS Code
### New
- Chat: added support for model variants (thinking effort).
- Skills: added autocomplete for skills on "/" when it is not the first character in input.
- Autocomplete: added scope badges for commands/agents/skills.
- MCP: added the ability to dynamically enable or disable configured MCP servers.
### Improvements
- Shortcuts: switched the agent cycling shortcut from Tab to Shift+Tab.
- Compact: changed `/summarize` to `/compact` and moved compaction to the SDK.