Skip to content

Commit 847d4a2

Browse files
committed
更新 Directory.Packages.props 文件中的多个包版本,删除 MYSQL_IMPLEMENTATION.md 文件,修改 .claude/settings.local.json 文件以添加新配置,更新 KoalaHttpClientHandler.cs 文件以支持取消令牌,增强 FileFunction.cs 文件中的文件模式匹配功能,优化 DocumentsHelper.cs 文件中的目录扫描逻辑,调整 DocumentsService.cs 文件中的目录生成逻辑,更新 DocumentOptions.cs 文件以限制最大文件读取数量,改进 PromptExtensions.cs 文件中的系统提醒内容,添加新的文档生成和分析提示文件,更新 Dockerfile 以直接启动 server.js。
1 parent b09670a commit 847d4a2

File tree

16 files changed

+1166
-722
lines changed

16 files changed

+1166
-722
lines changed

Directory.Packages.props

Lines changed: 22 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -33,27 +33,33 @@
3333
<ItemGroup>
3434
<!-- Web API 和 框架包 -->
3535
<PackageVersion Include="AngleSharp" Version="1.3.0" />
36-
<PackageVersion Include="Microsoft.AspNetCore.OpenApi" Version="9.0.6" />
37-
<PackageVersion Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="9.0.6" />
36+
<PackageVersion Include="Microsoft.AspNetCore.OpenApi" Version="9.0.7" />
37+
<PackageVersion Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="9.0.7" />
3838
<PackageVersion Include="MySql.EntityFrameworkCore" Version="9.0.3" />
39-
<PackageVersion Include="Scalar.AspNetCore" Version="2.5.0" />
39+
<PackageVersion Include="Scalar.AspNetCore" Version="2.6.5" />
4040
<!-- Entity Framework Core -->
41-
<PackageVersion Include="Microsoft.EntityFrameworkCore" Version="9.0.6" />
42-
<PackageVersion Include="Microsoft.EntityFrameworkCore.Abstractions" Version="9.0.6" />
43-
<PackageVersion Include="Microsoft.EntityFrameworkCore.Design" Version="9.0.6" />
44-
<PackageVersion Include="Microsoft.EntityFrameworkCore.Tools" Version="9.0.6" />
45-
<PackageVersion Include="Microsoft.EntityFrameworkCore.Relational" Version="9.0.6" />
46-
<PackageVersion Include="Microsoft.EntityFrameworkCore.Sqlite" Version="9.0.6" />
41+
<PackageVersion Include="Microsoft.EntityFrameworkCore" Version="9.0.7" />
42+
<PackageVersion Include="Microsoft.EntityFrameworkCore.Abstractions" Version="9.0.7" />
43+
<PackageVersion Include="Microsoft.EntityFrameworkCore.Design" Version="9.0.7">
44+
<PrivateAssets>all</PrivateAssets>
45+
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
46+
</PackageVersion>
47+
<PackageVersion Include="Microsoft.EntityFrameworkCore.Tools" Version="9.0.7">
48+
<PrivateAssets>all</PrivateAssets>
49+
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
50+
</PackageVersion>
51+
<PackageVersion Include="Microsoft.EntityFrameworkCore.Relational" Version="9.0.7" />
52+
<PackageVersion Include="Microsoft.EntityFrameworkCore.Sqlite" Version="9.0.7" />
4753
<PackageVersion Include="Microsoft.EntityFrameworkCore.SqlServer" Version="9.0.6" />
4854
<!-- 数据库提供程序 -->
4955
<PackageVersion Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="9.0.4" />
5056
<!-- Microsoft Extensions -->
51-
<PackageVersion Include="Microsoft.Extensions.Caching.Memory" Version="9.0.6" />
52-
<PackageVersion Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="9.0.6" />
57+
<PackageVersion Include="Microsoft.Extensions.Caching.Memory" Version="9.0.7" />
58+
<PackageVersion Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="9.0.7" />
5359
<!-- AI 和 机器学习 -->
54-
<PackageVersion Include="Microsoft.SemanticKernel" Version="1.57.0" />
55-
<PackageVersion Include="Microsoft.SemanticKernel.Connectors.AzureOpenAI" Version="1.57.0" />
56-
<PackageVersion Include="Microsoft.SemanticKernel.Connectors.OpenAI" Version="1.57.0" />
60+
<PackageVersion Include="Microsoft.SemanticKernel" Version="1.61.0" />
61+
<PackageVersion Include="Microsoft.SemanticKernel.Connectors.AzureOpenAI" Version="1.61.0" />
62+
<PackageVersion Include="Microsoft.SemanticKernel.Connectors.OpenAI" Version="1.61.0" />
5763
<PackageVersion Include="Lost.SemanticKernel.Connectors.Anthropic" Version="1.25.0-alpha3" />
5864
<PackageVersion Include="Mem0.NET" Version="1.1.3" />
5965
<!-- AWS SDK - 解决版本冲突 -->
@@ -75,12 +81,12 @@
7581
<PackageVersion Include="Serilog.Sinks.Console" Version="6.0.0" />
7682
<PackageVersion Include="Serilog.Sinks.File" Version="7.0.0" />
7783
<!-- 弹性和重试 -->
78-
<PackageVersion Include="Polly" Version="8.6.1" />
84+
<PackageVersion Include="Polly" Version="8.6.2" />
7985
<!-- 服务和分析 -->
8086
<PackageVersion Include="FastService" Version="0.2.2" />
8187
<PackageVersion Include="FastService.Analyzers" Version="0.2.2" />
8288
<!-- 协议支持 -->
83-
<PackageVersion Include="ModelContextProtocol.AspNetCore" Version="0.3.0-preview.1" />
89+
<PackageVersion Include="ModelContextProtocol.AspNetCore" Version="0.3.0-preview.3" />
8490
<!-- Thor 框架相关包 (来自子模块) -->
8591
<PackageVersion Include="System.IdentityModel.Tokens.Jwt" Version="8.6.1" />
8692
<PackageVersion Include="Microsoft.Extensions.Logging.Abstractions" Version="9.0.2" />

MYSQL_IMPLEMENTATION.md

Lines changed: 0 additions & 77 deletions
This file was deleted.

Provider/KoalaWiki.Provider.PostgreSQL/KoalaWiki.Provider.PostgreSQL.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<ItemGroup>
1515
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" />
16-
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" />
16+
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" />
1717
</ItemGroup>
1818

1919
</Project>

0 commit comments

Comments
 (0)