docs: changelog entries for the upcoming release

This commit is contained in:
Bohdan Triapitsyn
2026-08-03 13:55:51 +03:00
parent ce09ca6190
commit e0bd787468
2 changed files with 11 additions and 0 deletions
+5
View File
@@ -1,5 +1,10 @@
## [Unreleased]
- **Providers:** custom OpenAI-compatible providers can now be added and edited from Settings, including their endpoint, models, credentials, headers, and configuration scope (thanks to @makeittech).
- UI/Localization: added German interface translations (thanks to @SGD-DEV).
- Chat/Tools: Bash output now applies terminal control characters and strips ANSI formatting, preventing progress output and rewritten lines from appearing as raw escape sequences (thanks to @catan271).
- Chat: queued messages now retry after a temporary send failure or an interrupted turn instead of remaining stuck until another session update.
- Settings/Skills: repository-local `.agents/skills` now appear for the active workspace (thanks to @makeittech).
- 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.