v0.2.9
Tencent/WeKnorav0.2.9Jan 5, 2026by lyingbug
AI Summary
WeKnora v0.2.9 is a minor release focused on improving tag handling logic, adding DuckDB spatial extension support, and enabling task ID specification when copying knowledge bases. The release includes both feature enhancements and code refactoring for better maintainability.
Key Highlights
- Improved handling logic for uncategorized tags with unified rendering
- Added DuckDB spatial extension support with download_spatial target
- Enabled specifying task ID when copying knowledge bases
- Cleaned up unused tags in Replace mode
- Refactored tag list rendering to remove duplicate code
New Features
- Improved uncategorized tag handling logic
- DuckDB spatial extension support (download_spatial target)
- Task ID specification when copying knowledge base
- Unused tag cleanup in Replace mode
- Unified tag list rendering
- Documentation updates for SequentialThinkingTool
Full Release Notes
## What's Changed * chore: update comments and documentation for SequentialThinkingTool by @begoniezhao in https://github.com/Tencent/WeKnora/pull/519 * feat: 改进未分类标签的处理逻辑 by @lyingbug in https://github.com/Tencent/WeKnora/pull/520 * refactor: 统一标签列表渲染逻辑,移除重复的未分类标签处理代码 by @lyingbug in https://github.com/Tencent/WeKnora/pull/522 * feat: add download_spatial target and DuckDB spatial extension handling by @begoniezhao in https://github.com/Tencent/WeKnora/pull/523 * Replace模式清理未使用标签 by @lyingbug in https://github.com/Tencent/WeKnora/pull/524 * feat: 支持复制知识库时指定任务ID by @lyingbug in https://github.com/Tencent/WeKnora/pull/525 **Full Changelog**: https://github.com/Tencent/WeKnora/compare/v0.2.8...v0.2.9