diff --git a/.claude/settings.local.json b/.claude/settings.local.json index 852aca2..267012a 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -6,7 +6,12 @@ "Bash(npm run build)", "Bash(npm install)", "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 -:*)" ] } } diff --git a/README.md b/README.md index a487525..57a0e00 100644 --- a/README.md +++ b/README.md @@ -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 - **`@Notizname` mentions** — reference specific notes directly in your message with autocomplete - **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 - **Prompt buttons** — header mode buttons that extend Claude's system prompt (e.g. draft check, monthly review)