v2.2.0: styled reasoning switch + error handling for dialogs

- Reasoning switch: green ON, orange OFF, gentle rounded pill shape
- Error handling on Add/Edit/Manage Endpoints dialogs
- Updated CHANGELOG.md
This commit is contained in:
Roman
2026-05-20 12:59:04 +04:00
Unverified
parent 96bf00213c
commit 9bcb6998e0
3 changed files with 32 additions and 15 deletions

View File

@@ -11,6 +11,8 @@
- Strip `reasoning_content` from proxy output — Codex doesn't use it, avoids token waste
- Force `max_tokens=64000` minimum for openai-compat providers — room for both reasoning and content
- Inspired by unsloth's reasoning control patterns for Qwen/GPT-OSS models
- Styled reasoning switch: green = ON, orange = OFF, gentle rounded pill shape
- Added error handling to endpoint manager Add/Edit/Manage dialogs (prevents silent failures)
## v2.1.3 (2026-05-19)