What's Changed
- fix compilation failure by @nblog in #325
- Add Slack messaging provider by @manana2520 in #324
- Add collapsible sidebar to admin panel by @manana2520 in #322
- Add MCP server with OAuth 2.1 authentication by @manana2520 in #323
- Add Slack platform integration with database-backed configuration by @manana2520 in #329
- Add LLM Provider Quick Setup UI to admin settings by @manana2520 in #326
- Add GitHub App integration and user-level repository import by @manana2520 in #333
- Sync repository visibility with Git platform API by @manana2520 in #336
- Add integrations dialog to home page by @manana2520 in #335
- Modify OpenAIClientOptions timeout settings by @YaKun9 in #341
- Add URL encoding support for repository routes by @lohaaa in #340
- Fix repository ownership model for organization imports by @manana2520 in #339
- Fix SSR auth for private repository pages by @manana2520 in #338
- 增加上传压缩包和输入服务器目录 by @lusile2024 in #346
- fix(web): localize repo pages and share UI by @bpetrynski in #345
- i18n: translate processing logs and default UI locale to English by @bbopen in #350
- fix(web): fix build errors from broken merge in layout.tsx and api-client.ts by @bbopen in #349
- Add API key authentication and MCP search improvements by @manana2520 in #352
- fix: multiple bug fixes and enhancements by @Silwings-git in #359
- feat(graphify): add repository graph artifacts by @DarkGenius in #360
- feat: add opt-in publish to understand-quickly registry by @amacsmith in #361
New Contributors
- @manana2520 made their first contribution in #324
- @YaKun9 made their first contribution in #341
- @lohaaa made their first contribution in #340
- @bpetrynski made their first contribution in #345
- @bbopen made their first contribution in #350
- @Silwings-git made their first contribution in #359
- @amacsmith made their first contribution in #361
Added
- Added AI billing and token usage accounting across chat, document tools, and admin statistics.
- Added AI provider preset loading and expanded admin controls for AI providers and model configs.
Changed
- Reworked repository processing, incremental updates, wiki generation, and prompt cache handling.
- Updated admin pages, repository UI, SEO metadata, sitemap, and i18n content.
Fixed
- Fixed Graphify build tooling support.
- Fixed several backend and frontend regressions surfaced by the new AI and admin flows.
Added
- Added AI provider and model config management with built-in preset loading.
- Added repository skill export support and related data model and pipeline updates.
Changed
- Reworked repository processing, chat, Graphify, statistics, and admin settings flows.
- Updated frontend admin screens, repository views, and i18n content.
- Upgraded several foundational dependencies to match the current platform stack.
Fixed
- Fixed database initialization, API mapping, and frontend property passing issues.
- Expanded test coverage to reduce regression risk.