mirror of
https://gitcode.com/ageerle/ruoyi-ai.git
synced 2026-09-13 00:14:59 +00:00
1. OllamaServiceImpl 补 .think() + .returnThinking(),对齐其他 provider (#306) 2. ChatServiceFacade.createCombinedHandler 新增 onPartialThinking, reasoning 内容经 SseMessageUtils.sendReasoning 流式推到前端 (#303) 3. SqlAgent 系统提示词追加无表时禁止执行 SQL 的规则 (#279) 4. ExecuteSqlQueryTool 代码层硬拦截:空白名单直接拒绝, 有白名单则校验 SQL 中 FROM/JOIN 引用的表名 (#279) Closes #303 #306 #279 Co-Authored-By: Claude <noreply@anthropic.com>