bluera-knowledge 0.22.2 → 0.22.3
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 +18 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,24 @@
|
|
|
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.22.3](https://github.com/blueraai/bluera-knowledge/compare/v0.21.6...v0.22.3) (2026-02-01)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
* **setup:** auto-setup on SessionStart instead of invalid Setup hook ([4f575f2](https://github.com/blueraai/bluera-knowledge/commit/4f575f21565597e4f7e915f955c022aae6a574fd))
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* **hooks:** warn when MCP wrapper missing on session start ([007462f](https://github.com/blueraai/bluera-knowledge/commit/007462f160914746f5a26ee0757e22794742c1c5))
|
|
16
|
+
* **hooks:** write build tools error to /dev/tty for visibility ([7e27a35](https://github.com/blueraai/bluera-knowledge/commit/7e27a352c6e8047805ce6909c6d2230d4c0bfcd7)), closes [#12653](https://github.com/blueraai/bluera-knowledge/issues/12653)
|
|
17
|
+
* **mcp:** check build tools unconditionally before bootstrap ([5f7c649](https://github.com/blueraai/bluera-knowledge/commit/5f7c649d2bf21255e429273f6743fd495fc6a7e1))
|
|
18
|
+
* **mcp:** show build tools error on MCP server startup ([ea07403](https://github.com/blueraai/bluera-knowledge/commit/ea074037f28b3750ea516f0eebde3495900bd92c))
|
|
19
|
+
* **mcp:** use exit 2 for blocking errors in wrapper script ([2b07a95](https://github.com/blueraai/bluera-knowledge/commit/2b07a9520449be54d0f4ef6a9b0fa2944e1f932f))
|
|
20
|
+
* **setup:** exit 2 when build tools missing in auto-setup ([c37c639](https://github.com/blueraai/bluera-knowledge/commit/c37c639af003ff7c3082827fcab430f798d8e900))
|
|
21
|
+
* **tests:** increase timeout for CLI integration tests ([042ddee](https://github.com/blueraai/bluera-knowledge/commit/042ddee831043bea015b3e4e6a4211a530929380))
|
|
22
|
+
|
|
5
23
|
## [0.22.2](https://github.com/blueraai/bluera-knowledge/compare/v0.21.6...v0.22.2) (2026-02-01)
|
|
6
24
|
|
|
7
25
|
|