fix: worker handlers should read analysisModel from user config fallback#5
Closed
story2u wants to merge 4 commits intosaturndec:mainfrom
Closed
fix: worker handlers should read analysisModel from user config fallback#5story2u wants to merge 4 commits intosaturndec:mainfrom
story2u wants to merge 4 commits intosaturndec:mainfrom
Conversation
- Changed 6 worker handlers to use getProjectModelConfig instead of direct DB read - Added regression tests for user config fallback scenario - Fixes issue where user-configured analysisModel was not recognized by workers
saturndec
added a commit
that referenced
this pull request
Feb 28, 2026
### ✨ 新功能 - 增加 OpenAI 兼容图片、视频格式支持 ### 🐛 修复 - 修复默认模型配置后项目模型需要二次选择的问题 - 修复部分情况 resolution 无法读取的问题 - 修复模型链路为 LangGraph - 修复默认参数无选择问题 - 修复关闭计费依然触发计费问题 - 修复 openai-compatible 被误判为原生 OpenAI 推理问题 - 修复 JSON 解析失败问题 ### ⚙️ 优化 - 修改为默认计费 off - 增强提示词 JSON 格式限制
p1927
pushed a commit
to p1927/waoowaoo-2
that referenced
this pull request
Mar 4, 2026
### ✨ 新功能 - 增加 OpenAI 兼容图片、视频格式支持 ### 🐛 修复 - 修复默认模型配置后项目模型需要二次选择的问题 - 修复部分情况 resolution 无法读取的问题 - 修复模型链路为 LangGraph - 修复默认参数无选择问题 - 修复关闭计费依然触发计费问题 - 修复 openai-compatible 被误判为原生 OpenAI 推理问题 - 修复 JSON 解析失败问题 ### ⚙️ 优化 - 修改为默认计费 off - 增强提示词 JSON 格式限制
androidly
pushed a commit
to androidly/waoowaoo
that referenced
this pull request
Mar 7, 2026
### ✨ 新功能 - 增加 OpenAI 兼容图片、视频格式支持 ### 🐛 修复 - 修复默认模型配置后项目模型需要二次选择的问题 - 修复部分情况 resolution 无法读取的问题 - 修复模型链路为 LangGraph - 修复默认参数无选择问题 - 修复关闭计费依然触发计费问题 - 修复 openai-compatible 被误判为原生 OpenAI 推理问题 - 修复 JSON 解析失败问题 ### ⚙️ 优化 - 修改为默认计费 off - 增强提示词 JSON 格式限制
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Architecture Plan Sync (Required)
/Users/earth/Desktop/waoowaoo/docs/architecture-unification-master-plan.md✅/🔄/⏸/⚠️) in the same PR.Phase Status Delta (Required)
src/lib/query/task-target-overlay.tsGuardrails Checklist (Required)
Validation
Risks