Releases: AIDotNet/OpenDeepWiki
Releases · AIDotNet/OpenDeepWiki
v0.9.8
What's Changed
- Fix build error: Add missing DocumentQuality and WikiGeneration components by @Copilot in #278
- fix(stats): assign Id for DailyStatistics on creation to prevent PK null (#261) by @chouzz in #280
- fix: Dockercompose by @marcinkubica in #282
- feat(ai): Custom AI Body Parameters Support - Added configurable custom parameters for all AI model API requests via
CUSTOM_BODY_PARAMSenvironment variable - feat(mcp): Enhanced MCP Protocol Support - Full MCP 2.0 support with streamable HTTP transport and improved JSON Schema handling
- refactor: Project Architecture Optimization - Removed OpenDeepWiki.CodeFoundation project and consolidated code compression functionality (-6,865 lines)
- fix: Corrected error messages when documents don't exist
- style: Optimized console output colors and formatting
- docs: Updated README with comprehensive MCP configuration examples
New Contributors
- @marcinkubica made their first contribution in #282
Full Changelog: v0.9.5...v0.9.8
v0.9.7
What's Changed
- Fix build error: Add missing DocumentQuality and WikiGeneration components by @Copilot in #278
- fix(stats): assign Id for DailyStatistics on creation to prevent PK null (#261) by @chouzz in #280
- fix: Dockercompose by @marcinkubica in #282
New Contributors
- @marcinkubica made their first contribution in #282
Full Changelog: v0.9.5...v0.9.7
What's Changed
- Fix build error: Add missing DocumentQuality and WikiGeneration components by @Copilot in #278
- fix(stats): assign Id for DailyStatistics on creation to prevent PK null (#261) by @chouzz in #280
- fix: Dockercompose by @marcinkubica in #282
New Contributors
- @marcinkubica made their first contribution in #282
Full Changelog: v0.9.5...v0.9.7
What's Changed
- Fix build error: Add missing DocumentQuality and WikiGeneration components by @Copilot in #278
- fix(stats): assign Id for DailyStatistics on creation to prevent PK null (#261) by @chouzz in #280
- fix: Dockercompose by @marcinkubica in #282
New Contributors
- @marcinkubica made their first contribution in #282
Full Changelog: v0.9.5...v0.9.7
What's Changed
- Fix build error: Add missing DocumentQuality and WikiGeneration components by @Copilot in #278
- fix(stats): assign Id for DailyStatistics on creation to prevent PK null (#261) by @chouzz in #280
- fix: Dockercompose by @marcinkubica in #282
New Contributors
- @marcinkubica made their first contribution in #282
Full Changelog: v0.9.5...v0.9.7
What's Changed
- Fix build error: Add missing DocumentQuality and WikiGeneration components by @Copilot in #278
- fix(stats): assign Id for DailyStatistics on creation to prevent PK null (#261) by @chouzz in #280
- fix: Dockercompose by @marcinkubica in #282
New Contributors
- @marcinkubica made their first contribution in #282
Full Changelog: v0.9.5...v0.9.7
v0.9.5
🚀 What's Changed
🌐 Internationalization (i18n)
- Complete multilingual support for Chinese, English, Japanese, and Korean
- Admin pages internationalization enhancement
- Added comprehensive i18n documentation and guides
💬 Chat System Overhaul
- New chat components with image upload support
- IndexedDB-based local storage for chat history
- SSE streaming response implementation
- Enhanced message display with Git Issues, reasoning content, and tool calls
🎨 UI/UX Improvements
- Optimized admin pages (Users, Roles, Repository Details)
- Enhanced repository layout and alert dialog components
- Better user interaction and responsive design
🔧 Backend Updates
- Improved catalogue generation service formatting
Full Changelog: [https://github.com/AIDotNet/OpenDeepWiki/compare/v0.9.4...v0.9.5](vscode-file://vscode-app/c:/Users/Administrator/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/code/electron-sandbox/workbench/workbench.html)
v0.9.4
Full Changelog: v0.9.3...v0.9.4
v0.9.3
Full Changelog: v0.9.2...v0.9.3
v0.9.2
Full Changelog: v0.9.1...v0.9.2
v0.9.1
What's Changed
- Dynamic version extraction from Directory.Packages.props for GitHub workflows by @Copilot in #257
- fix the problem of exporting MD zip by @huanghuang0913 in #260
New Contributors
- @huanghuang0913 made their first contribution in #260
Full Changelog: v.9.0...v0.9.1
v0.9.0
What's Changed
- Feature/web spa by @239573049 in #254
Full Changelog: v0.7.6...v.9.0
- 优化AI步骤提示词
- 优化tool指向效率
- 优化提示词
- 思维导图步骤优化
- 优化Tool功能
- 前端重大更新
- 使用spa重写所有前端界面
- 简化部署流程,提供更快加载
v0.7.6
Full Changelog: v0.7.5...v0.7.6
feat: 添加SharpToken支持并优化文档生成工具
- 在Directory.Packages.props中添加SharpToken包的引用
- 在KernelFactory中将FunctionResultInterceptor替换为ToolResultInterceptor。
- 在KoalaWiki项目中新增TokenHelper类以处理GPT编码。
- 更新DocumentPendingService和GenerateThinkCatalogueService以支持语言参数。
- 重构DocumentOptions以调整最大读取token限制。
- 新增多个工具类以支持代码分析和Gitee/Github功能。
feat: 增强文档生成工具,新增CatalogueFunction类并优化TokenHelper
- 在DocumentsHelper中添加对"zai-org/glm-4.5"的支持。
- 更新TokenHelper以使用"cl100k_base"编码。
- 新增CatalogueFunction类,提供Write、Read和Edit功能以管理文档结构JSON。
- 在GenerateThinkCatalogueService中集成CatalogueFunction,优化JSON生成和编辑流程。
- 更新AnalyzeCatalogue.md文档,明确JSON生成和编辑的步骤与要求
v0.7.5
What's Changed
- fix: 修复日文等特殊字符文档URL编码问题 by @FlintyLemming in #234
- Fix ExcludedFolders configuration not working in directory scanning by @Copilot in #245
New Contributors
- @FlintyLemming made their first contribution in #234
Full Changelog: v0.7.4...v0.7.5