claude-brain 0.30.1 → 0.30.2

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/VERSION CHANGED
@@ -1 +1 @@
1
- 0.30.1
1
+ 0.30.2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-brain",
3
- "version": "0.30.1",
3
+ "version": "0.30.2",
4
4
  "description": "Local development assistant bridging Obsidian vaults with Claude Code via MCP",
5
5
  "type": "module",
6
6
  "main": "src/index.ts",
@@ -15,7 +15,7 @@ import { CircuitBreaker } from '@/utils'
15
15
 
16
16
  // Configure transformers.js for Bun compatibility
17
17
  env.allowLocalModels = true
18
- env.allowRemoteModels = true
18
+ env.allowRemoteModels = false
19
19
  env.useBrowserCache = false
20
20
  // Disable web workers to avoid ONNX blob URL issues in Bun
21
21
  env.backends.onnx.wasm.numThreads = 1