mirror of
https://github.com/hnewcity/KiroaaS.git
synced 2026-04-24 23:15:50 +03:00
[PR #10] [MERGED] feat(ui): expose fake_reasoning toggle in settingsCodex/add fake reasoning toggle #14
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/KiroaaS#14
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/hnewcity/KiroaaS/pull/10
Author: @RegenLau
Created: 3/8/2026
Status: ✅ Merged
Merged: 3/10/2026
Merged by: @hnewcity
Base:
main← Head:codex/add-fake-reasoning-toggle📝 Commits (2)
7e5abc1feat: add fake reasoning toggle to settings25ff088feat: surface thinking toggle in settings📊 Changes
6 files changed (+59 additions, -30 deletions)
View changed files
📝
README.md(+1 -0)📝
docs/README_zh.md(+1 -0)📝
src-tauri/src/main.rs(+1 -1)📝
src/App.tsx(+0 -26)📝
src/components/SettingsForm.tsx(+32 -3)📝
src/lib/i18n.ts(+24 -0)📄 Description
Summary
fake_reasoningconfig as a toggle in SettingsMotivation
fake_reasoningwas already supported internally, but it was not available in the desktop UI. Users had to editconfig.jsonmanually to control whether thinking output was shown.This change only surfaces the existing option in Settings and does not change the default behavior.
This PR is intentionally limited to exposing the existing config option in the UI.
Testing
npm run buildconfig.fake_reasoning🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.