feat(runtime): add model context and session thinking controls - #454
feat(runtime): add model context and session thinking controls#454GTC2333 wants to merge 5 commits into
Conversation
|
Addressed both code-quality comments in 7b7ce89 by removing the unused |
Fxde42
left a comment
There was a problem hiding this comment.
Request changes:已有 session 的 Thinking 控件仍由当前全局 activeProvider/selectedModel 判定,而不是该 session 实际绑定的模型。切换全局 provider 后,旧 session 可能显示禁用的 off,或错误开放 Thinking。建议把服务端计算的 reasoningSupported 作为 Session contract 的权威字段;已有 session 读取该字段,只有 draft 使用当前全局 provider。请补跨 provider 切换的回归测试。
|
Addressed the requested Session authority change in 44a2147. The runtime now computes, persists, restores, and exposes |
Summary
Stage 3 PR 8/9.
Verification
Merge notes
Targets
maindirectly and is independent of the plugin PRs.