bluera-knowledge 0.19.0 → 0.19.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,14 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
4
4
 
5
+ ## [0.19.1](https://github.com/blueraai/bluera-knowledge/compare/v0.19.0...v0.19.1) (2026-01-31)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * **plugin:** add default value to CLAUDE_PLUGIN_ROOT for --plugin-dir mode ([905deec](https://github.com/blueraai/bluera-knowledge/commit/905deecc695685c58d7413130f7836ce288c542b))
11
+ * **validate:** make intelligent crawl search non-blocking ([b86a3ba](https://github.com/blueraai/bluera-knowledge/commit/b86a3ba1c2dd1cef14d2a01d9797975c8602bd43))
12
+
5
13
  ## [0.19.0](https://github.com/blueraai/bluera-knowledge/compare/v0.18.2...v0.19.0) (2026-01-29)
6
14
 
7
15
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bluera-knowledge",
3
- "version": "0.19.0",
3
+ "version": "0.19.1",
4
4
  "description": "CLI tool for managing knowledge stores with semantic search",
5
5
  "type": "module",
6
6
  "bin": {
@@ -1,2 +1 @@
1
- crawl4ai==0.7.8
2
- playwright>=1.57.0
1
+ # ast_worker.py uses only Python standard library - no external deps required