Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: AIDotNet/OpenDeepWiki
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.9.3
Choose a base ref
...
head repository: AIDotNet/OpenDeepWiki
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.9.4
Choose a head ref
  • 15 commits
  • 46 files changed
  • 2 contributors

Commits on Sep 22, 2025

  1. 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.
    239573049 committed Sep 22, 2025
    Configuration menu
    Copy the full SHA
    428538b View commit details
    Browse the repository at this point in the history
  2. 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.
    239573049 committed Sep 22, 2025
    Configuration menu
    Copy the full SHA
    35e4927 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2025

  1. Configuration menu
    Copy the full SHA
    e3fbfa5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3c4d50c View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2025

  1. Configuration menu
    Copy the full SHA
    7bcf654 View commit details
    Browse the repository at this point in the history
  2. 更新文档

    239573049 authored Sep 24, 2025
    Configuration menu
    Copy the full SHA
    a3ae388 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0c3ce62 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    85d0067 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2025

  1. 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.
    239573049 committed Sep 25, 2025
    Configuration menu
    Copy the full SHA
    4bd8bbd View commit details
    Browse the repository at this point in the history
  2. 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.
    239573049 committed Sep 25, 2025
    Configuration menu
    Copy the full SHA
    7fa8e8c View commit details
    Browse the repository at this point in the history
  3. refactor: 重构前端构建和启动脚本,简化docker-compose配置

    删除单独的前端启动脚本,合并到统一的启动脚本中
    简化Makefile中的前端构建相关命令
    为docker-compose添加aspire-dashboard端口映射
    移除不再使用的前端服务容器配置
    239573049 committed Sep 25, 2025
    Configuration menu
    Copy the full SHA
    ed86c6b View commit details
    Browse the repository at this point in the history
  4. style(DocumentFileItem): 清理代码格式并初始化Content属性

    移除多余的空行并统一字典类型的空格格式
    将Content属性初始化为空字符串以避免潜在的空引用异常
    239573049 committed Sep 25, 2025
    Configuration menu
    Copy the full SHA
    b7a96a0 View commit details
    Browse the repository at this point in the history
  5. refactor: 移除MaxFileLimit配置并增加文档处理指南

    - 从DynamicOptionsManager中移除不再使用的MaxFileLimit配置项
    - 在DocumentPendingService中添加详细的文档处理操作指南
    - 将文档处理超时时间从20分钟延长至30分钟
    239573049 committed Sep 25, 2025
    Configuration menu
    Copy the full SHA
    c4b6f25 View commit details
    Browse the repository at this point in the history
  6. docs(DocumentPendingService): 更新系统提醒内容以加强文档工具使用规范

    添加了更严格的文档工具使用要求,包括强制使用Docs工具输出、禁止在聊天中直接显示文档内容、以及添加合规性验证步骤。这些修改旨在确保所有文档操作都通过专用工具完成,提高操作规范性和安全性。
    239573049 committed Sep 25, 2025
    Configuration menu
    Copy the full SHA
    b61f755 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2025

  1. Configuration menu
    Copy the full SHA
    bbd9295 View commit details
    Browse the repository at this point in the history
Loading