Commit Graph
17 Commits
Author SHA1 Message Date
jxxghp a05ffc07d4 refactor: remove legacy LLM_DISABLE_THINKING and LLM_REASONING_EFFORT config, unify thinking_level handling
- Eliminate support for LLM_DISABLE_THINKING and LLM_REASONING_EFFORT in config, code, and tests
- Simplify LLM thinking level logic to rely solely on LLM_THINKING_LEVEL
- Refactor LLMHelper and related endpoints to remove legacy parameter handling
- Update system API and test utilities to match new configuration structure
- Minor code cleanup and formatting improvements
2026-04-25 10:42:03 +08:00
jxxghp c7fa3dc863 feat: unify llm thinking level controls 2026-04-24 19:50:23 +08:00
jxxghp 38933d5882 feat(agent): support disabling model thinking 2026-04-22 10:36:36 +08:00
jxxghp 1282ad5004 feat: improve local CLI startup management 2026-04-21 11:26:56 +08:00
jxxghp 93a19b467b Add uninstall workflow to local CLI 2026-04-20 13:38:06 +08:00
jxxghp f3d9f25d02 优化资源包下载逻辑,只下载对应操作系统和Python版本的sites文件 2026-04-17 08:37:50 +08:00
jxxghp eea7e3b55f feat(cli): optimize installation command and support initializing user password 2026-04-16 23:43:20 +08:00
jxxghp 810cb0a203 relax local install python requirement to 3.11 2026-04-16 23:13:45 +08:00
jxxghp 89f6164eba automate local bootstrap prerequisites 2026-04-16 19:47:56 +08:00
jxxghp 70350aa39f fix local update dirty check 2026-04-16 19:36:55 +08:00
jxxghp 61a0a66c47 support local restart and site auth wizard 2026-04-16 19:21:00 +08:00
jxxghp 5995b3f3e8 extend setup wizard for database and agent 2026-04-16 17:10:25 +08:00
jxxghp 49b50e5975 run setup config step inside venv 2026-04-16 17:00:49 +08:00
jxxghp 262bd6808b update reused bootstrap repo before setup 2026-04-16 16:51:44 +08:00
jxxghp e9c8db9950 fix bootstrap script for macos bash 2026-04-16 16:43:21 +08:00
jxxghp 02a98f832f fix local cli install and config workflow 2026-04-16 14:55:31 +08:00
jxxghp 9a2a241a30 add full-stack local cli install flow 2026-04-16 09:52:15 +08:00