This commit is contained in:
svemagie
2026-03-05 08:35:34 +01:00
parent 223188d164
commit b4a730b878
2 changed files with 6 additions and 2 deletions
+6 -1
View File
@@ -6,7 +6,12 @@
"Bash(npm run build)", "Bash(npm run build)",
"Bash(npm install)", "Bash(npm install)",
"WebFetch(domain:docs.obsidian.md)", "WebFetch(domain:docs.obsidian.md)",
"Bash(grep -n \"data\\\\.json\\\\|apiKey\\\\|saveData\\\\|loadData\" src/*.ts)" "Bash(grep -n \"data\\\\.json\\\\|apiKey\\\\|saveData\\\\|loadData\" src/*.ts)",
"WebFetch(domain:github.com)",
"WebFetch(domain:smartconnections.app)",
"Bash(npx tsc --noEmit)",
"Bash(node -e \"const t = require\\(''@xenova/transformers''\\); console.log\\(''keys:'', Object.keys\\(t\\).slice\\(0,20\\)\\); console.log\\(''env:'', typeof t.env\\); console.log\\(''env.backends:'', t.env?.backends ? ''ok'' : ''missing''\\);\")",
"Bash(python3 -:*)"
] ]
} }
} }
-1
View File
@@ -11,7 +11,6 @@ Chat with your Obsidian vault using Claude AI. Semantic context retrieval, `@` m
- **Context preview** — see and edit which notes are included before sending - **Context preview** — see and edit which notes are included before sending
- **`@Notizname` mentions** — reference specific notes directly in your message with autocomplete - **`@Notizname` mentions** — reference specific notes directly in your message with autocomplete
- **Thread history** — chats saved as Markdown in your vault (default: `Calendar/Chat/`) - **Thread history** — chats saved as Markdown in your vault (default: `Calendar/Chat/`)
- **Streaming responses** — Claude's answer appears token by token
- **Source links** — every answer shows which notes were used - **Source links** — every answer shows which notes were used
- **Prompt buttons** — header mode buttons that extend Claude's system prompt (e.g. draft check, monthly review) - **Prompt buttons** — header mode buttons that extend Claude's system prompt (e.g. draft check, monthly review)