-
Notifications
You must be signed in to change notification settings - Fork 285
Comparing changes
Open a pull request
base repository: AIDotNet/OpenDeepWiki
base: v0.9.3
head repository: AIDotNet/OpenDeepWiki
compare: v0.9.4
- 15 commits
- 46 files changed
- 2 contributors
Commits on Sep 22, 2025
-
Handle temperature for gpt-5 models in HTTP client
Updated KoalaHttpClientHandler to also remove the 'temperature' parameter for models starting with 'gpt-5', in addition to those starting with 'o'. This ensures correct request formatting for these model types.
Configuration menu - View commit details
-
Copy full SHA for 428538b - Browse repository at this point
Copy the full SHA 428538bView commit details -
Improve async handling and add retry logic to services
Added ConfigureAwait(false) to async calls for better context management and improved performance. Enhanced KoalaHttpClientHandler with retry logic for HTTP requests. Refactored document generation and catalogue services to streamline kernel usage and document refinement. Removed unused code and improved error handling throughout the pipeline.
Configuration menu - View commit details
-
Copy full SHA for 35e4927 - Browse repository at this point
Copy the full SHA 35e4927View commit details
Commits on Sep 23, 2025
-
Configuration menu - View commit details
-
Copy full SHA for e3fbfa5 - Browse repository at this point
Copy the full SHA e3fbfa5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c4d50c - Browse repository at this point
Copy the full SHA 3c4d50cView commit details
Commits on Sep 24, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 7bcf654 - Browse repository at this point
Copy the full SHA 7bcf654View commit details -
Configuration menu - View commit details
-
Copy full SHA for a3ae388 - Browse repository at this point
Copy the full SHA a3ae388View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c3ce62 - Browse repository at this point
Copy the full SHA 0c3ce62View commit details -
Configuration menu - View commit details
-
Copy full SHA for 85d0067 - Browse repository at this point
Copy the full SHA 85d0067View commit details
Commits on Sep 25, 2025
-
Increase HTTP timeouts and adjust retry logic
Extended HttpClient timeout from 60 to 240 seconds in KernelFactory for both OpenAI and AzureOpenAI providers. In KoalaHttpClientHandler, added a 20-second timeout for reading error content and reduced retry delay from 3 seconds to 1 second to improve responsiveness.
Configuration menu - View commit details
-
Copy full SHA for 4bd8bbd - Browse repository at this point
Copy the full SHA 4bd8bbdView commit details -
Increase HTTP request timeout to 30 seconds
Changed the cancellation timeout for HTTP requests from 20 seconds to 30 seconds to allow more time for responses before timing out.
Configuration menu - View commit details
-
Copy full SHA for 7fa8e8c - Browse repository at this point
Copy the full SHA 7fa8e8cView commit details -
refactor: 重构前端构建和启动脚本,简化docker-compose配置
删除单独的前端启动脚本,合并到统一的启动脚本中 简化Makefile中的前端构建相关命令 为docker-compose添加aspire-dashboard端口映射 移除不再使用的前端服务容器配置
Configuration menu - View commit details
-
Copy full SHA for ed86c6b - Browse repository at this point
Copy the full SHA ed86c6bView commit details -
style(DocumentFileItem): 清理代码格式并初始化Content属性
移除多余的空行并统一字典类型的空格格式 将Content属性初始化为空字符串以避免潜在的空引用异常
Configuration menu - View commit details
-
Copy full SHA for b7a96a0 - Browse repository at this point
Copy the full SHA b7a96a0View commit details -
refactor: 移除MaxFileLimit配置并增加文档处理指南
- 从DynamicOptionsManager中移除不再使用的MaxFileLimit配置项 - 在DocumentPendingService中添加详细的文档处理操作指南 - 将文档处理超时时间从20分钟延长至30分钟
Configuration menu - View commit details
-
Copy full SHA for c4b6f25 - Browse repository at this point
Copy the full SHA c4b6f25View commit details -
docs(DocumentPendingService): 更新系统提醒内容以加强文档工具使用规范
添加了更严格的文档工具使用要求,包括强制使用Docs工具输出、禁止在聊天中直接显示文档内容、以及添加合规性验证步骤。这些修改旨在确保所有文档操作都通过专用工具完成,提高操作规范性和安全性。
Configuration menu - View commit details
-
Copy full SHA for b61f755 - Browse repository at this point
Copy the full SHA b61f755View commit details
Commits on Sep 26, 2025
-
Configuration menu - View commit details
-
Copy full SHA for bbd9295 - Browse repository at this point
Copy the full SHA bbd9295View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.9.3...v0.9.4