Compare commits

..

9 Commits

Author SHA1 Message Date
Simos Mikelatos
9bcd82834c Merge branch 'main' into feat/claude-codex-effort 2026-07-03 17:30:19 +02:00
Haileyesus
10a0e3ff8d fix: use portal for showing effort dropdown 2026-07-01 23:41:02 +03:00
Haileyesus
78968fe33c chore: update gpt fallback models 2026-07-01 23:40:22 +03:00
Haileyesus
7785763c14 feat: add effort support for opencode 2026-07-01 23:32:13 +03:00
Simos Mikelatos
85e8facfbb Merge branch 'main' into feat/claude-codex-effort 2026-07-01 16:09:10 +02:00
Simos Mikelatos
ff4f8d6ac7 fix: pass effort through external agent api 2026-07-01 04:44:27 +00:00
Simos Mikelatos
eb08aadaa0 fix: reconcile provider effort after model changes 2026-07-01 00:08:32 +00:00
Simos Mikelatos
0206a1f6aa refactor: generic provider effort handling 2026-06-30 23:56:01 +00:00
Simos Mikelatos
d618abb075 feat: add Claude and Codex effort controls 2026-06-30 23:29:57 +00:00
3 changed files with 3 additions and 9 deletions

View File

@@ -3,12 +3,6 @@
All notable changes to CloudCLI UI will be documented in this file.
## [](https://github.com/siteboon/claudecodeui/compare/v1.35.1...vnull) (2026-07-03)
### New Features
* add Claude and Codex effort controls ([#943](https://github.com/siteboon/claudecodeui/issues/943)) ([d272922](https://github.com/siteboon/claudecodeui/commit/d272922d87e4ee74bf8b0fdeac83b2c1e77973f3))
## [1.35.1](https://github.com/siteboon/claudecodeui/compare/v1.35.0...v1.35.1) (2026-07-01)
### Bug Fixes

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "@cloudcli-ai/cloudcli",
"version": "1.36.0",
"version": "1.35.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@cloudcli-ai/cloudcli",
"version": "1.36.0",
"version": "1.35.1",
"hasInstallScript": true,
"license": "AGPL-3.0-or-later",
"dependencies": {

View File

@@ -1,6 +1,6 @@
{
"name": "@cloudcli-ai/cloudcli",
"version": "1.36.0",
"version": "1.35.1",
"productName": "CloudCLI",
"description": "A web-based UI for Claude Code CLI",
"type": "module",