cherry-studio/src
xerxesliu 0836eef1a6
fix: store JSON custom parameters as strings instead of objects (#11501) (#11503)
Previously, JSON-type custom parameters were incorrectly parsed and stored
as objects in the UI layer, causing API requests to fail when getCustomParameters()
attempted to JSON.parse() an already-parsed object.

Changes:
- AssistantModelSettings.tsx: Remove JSON.parse() in onChange handler, store as string
- reasoning.ts: Add comments explaining JSON parsing flow
- BaseApiClient.ts: Add comments for legacy API clients
2025-11-27 20:22:27 +08:00
..
main fix(code-tools): support Chinese paths and validate directory existence (#11489) 2025-11-27 14:05:14 +08:00
preload feat: add Git Bash detection and requirement check for Windows agents (#11388) 2025-11-21 21:32:53 +08:00
renderer fix: store JSON custom parameters as strings instead of objects (#11501) (#11503) 2025-11-27 20:22:27 +08:00