You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,12 @@ All notable changes to VibeProxy will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
+
## [1.0.7] - 2025-11-14
9
+
10
+
### Added
11
+
-**GPT-5.1 Docs** - Updated README and Factory setup instructions so you can register the new `gpt-5.1*` and `gpt-5.1-codex*` (each with minimal/low/medium/high presets) with Factory CLI and route them through VibeProxy.
12
+
-**CLIProxyAPI 6.3.41** - Bundled the latest upstream binary so GPT-5.1/GPT-5.1 Codex names resolve without manual upgrades.
13
+
8
14
## [1.0.6] - 2025-10-15
9
15
10
16
### Added
@@ -154,6 +160,7 @@ All future changes will be documented here before release.
-`gpt-5.1-codex-low` / `medium` / `high` - Same model with explicit reasoning effort presets
259
+
260
+
### Upgrading to GPT-5.1 / GPT-5.1 Codex
261
+
262
+
1.**Update your Factory config**: Add the `"gpt-5.1*"` and `"gpt-5.1-codex*"` blocks from the sample above to `~/.factory/config.json` (keep the GPT-5 entries if teammates still rely on them).
263
+
2.**Reload Factory CLI**: Quit and relaunch `droid`, then run `/model` to refresh the picker. The new GPT-5.1 + GPT-5.1 Codex variants will now appear.
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,9 @@ Built on [CLIProxyAPI](https://github.com/router-for-me/CLIProxyAPI), it handles
21
21
> [!IMPORTANT]
22
22
> **NEW: Extended Thinking Support! 🧠** VibeProxy now supports Claude's extended thinking feature with dynamic budgets (4K, 10K, 32K tokens). Use model names like `claude-sonnet-4-5-20250929-thinking-10000` to enable extended thinking. See the [Factory Setup Guide](FACTORY_SETUP.md#step-3-configure-factory-cli) for details.
23
23
24
+
> [!IMPORTANT]
25
+
> **NEW: GPT-5.1 & GPT-5.1 Codex Support! ⚡️** Drop the brand-new `gpt-5.1*` and `gpt-5.1-codex*` models into your Factory CLI config and VibeProxy will route them through your ChatGPT subscription automatically. Follow the updated [Factory setup](FACTORY_SETUP.md#step-3-configure-factory-cli) snippet.
0 commit comments