chore(release): prepare v0.8.45

Harvested from PR #2118 by @Hmbown.

Includes Kimi/Moonshot OAuth, v0.8.45 release prep, the Codex/ChatGPT OAuth removal, open-source-first model defaults, and the safe green PR batch merged into main before the release branch refresh.
This commit is contained in:
Hunter Bown
2026-05-25 18:45:36 -05:00
committed by GitHub
parent c7bd7f161e
commit 228372935e
44 changed files with 1879 additions and 998 deletions
+3 -3
View File
@@ -196,11 +196,11 @@ default_text_model = "openrouter/deepseek/deepseek-v4-pro"`}
sources: ["README.md", "#1207"],
},
{
q: "What is Goal mode? Is it available?",
q: "What does /goal do?",
a: (
<>
Goal mode is a future workflow/tab direction for long-running, multi-step objectives — not the current <code className="inline">/goal</code> command.
The current <code className="inline">/goal</code> is a simple goal-setter. The full Goal mode (autonomous multi-turn task execution with checkpoint/resume) is planned but not yet implemented.
<code className="inline">/goal</code> is a simple goal-setter for the current session.
It does not add another app mode; the mode switcher remains Plan, Agent, and YOLO.
Track progress in <a href="https://github.com/Hmbown/CodeWhale/issues/891" className="body-link">#891</a>.
</>
),