vault-cortex 0.6.6 → 0.7.0
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/dist/env.js +6 -0
- package/package.json +1 -1
package/dist/env.js
CHANGED
|
@@ -54,6 +54,9 @@ RERANK_MODE=blended
|
|
|
54
54
|
# Enable or disable the memory layer (default: true).
|
|
55
55
|
# Set to false to hide memory tools and skip About Me/ creation.
|
|
56
56
|
MEMORY_ENABLED=true
|
|
57
|
+
# Enable or disable file tools — vault_read_file and vault_list_files (default: true).
|
|
58
|
+
# Set to false when Obsidian Sync has attachment syncing disabled.
|
|
59
|
+
FILE_TOOLS_ENABLED=true
|
|
57
60
|
# Memory folder name in your vault (default: About Me).
|
|
58
61
|
MEMORY_DIR=About Me
|
|
59
62
|
|
|
@@ -143,6 +146,9 @@ MAX_PDF_RENDER_PAGES=5
|
|
|
143
146
|
# Enable or disable the memory layer (default: true).
|
|
144
147
|
# Set to false to hide memory tools and skip About Me/ creation.
|
|
145
148
|
MEMORY_ENABLED=true
|
|
149
|
+
# Enable or disable file tools — vault_read_file and vault_list_files (default: true).
|
|
150
|
+
# Set to false when Obsidian Sync has attachment syncing disabled.
|
|
151
|
+
FILE_TOOLS_ENABLED=true
|
|
146
152
|
# Memory folder name in your vault (default: About Me).
|
|
147
153
|
MEMORY_DIR=About Me
|
|
148
154
|
|