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.7.4
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.7.5
Choose a head ref
  • 11 commits
  • 27 files changed
  • 3 contributors

Commits on Aug 15, 2025

  1. fix: 修复日文等特殊字符文档URL编码问题

    - 修复项目页面重定向时日文字符导致的redirect错误
    - 在前端重定向时对URL进行编码处理
    - 在后端DocumentCatalogService中对path参数进行解码
    - 优化API调用中的URL参数编码策略
    - 解决访问日文文档时的500错误和Invalid character in header异常
    
    影响范围:
    - web/app/[owner]/[name]/page.tsx: 重定向URL编码
    - src/KoalaWiki/Services/DocumentCatalogService.cs: 添加URL解码逻辑
    - web/app/services/warehouseService.ts: 优化API参数编码
    FlintyLemming committed Aug 15, 2025
    Configuration menu
    Copy the full SHA
    50d6201 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2025

  1. Configuration menu
    Copy the full SHA
    5cc0ff7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #234 from FlintyLemming/fix/japanese-url-encoding-…

    …20250815
    
    fix: 修复日文等特殊字符文档URL编码问题
    239573049 authored Aug 16, 2025
    Configuration menu
    Copy the full SHA
    5319667 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2025

  1. Configuration menu
    Copy the full SHA
    6dab9cd View commit details
    Browse the repository at this point in the history
  2. feat: 添加GLM-4.5模型支持并优化Git代理配置

    refactor: 重构Git服务以支持代理设置并改进错误处理
    style: 统一文档处理步骤的方法签名格式
    perf: 为知识图谱和目录生成添加重试机制
    fix: 修复头像上传和设置页面的加载状态显示
    docs: 更新架构分析和提示模板以增强AI理解
    239573049 committed Aug 20, 2025
    Configuration menu
    Copy the full SHA
    ffcc61e View commit details
    Browse the repository at this point in the history
  3. Update Program.cs

    239573049 authored Aug 20, 2025
    Configuration menu
    Copy the full SHA
    97bfdf1 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2025

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

Commits on Aug 27, 2025

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

Commits on Aug 28, 2025

  1. Initial plan

    Copilot committed Aug 28, 2025
    Configuration menu
    Copy the full SHA
    31a92e3 View commit details
    Browse the repository at this point in the history
  2. Fix ExcludedFolders configuration not working properly

    Co-authored-by: 239573049 <[email protected]>
    Copilot and 239573049 committed Aug 28, 2025
    Configuration menu
    Copy the full SHA
    c7aa3eb View commit details
    Browse the repository at this point in the history
  3. Merge pull request #245 from AIDotNet/copilot/fix-244

    Fix ExcludedFolders configuration not working in directory scanning
    239573049 authored Aug 28, 2025
    Configuration menu
    Copy the full SHA
    8315396 View commit details
    Browse the repository at this point in the history
Loading