vault backup: 2026-01-07 18:02:26
This commit is contained in:
Vendored
+3
-1
@@ -1 +1,3 @@
|
||||
{}
|
||||
{
|
||||
"promptDelete": false
|
||||
}
|
||||
Vendored
+4
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"folder": "00_Inbox",
|
||||
"template": "06_Metadata/Templates/Daily Note Template"
|
||||
}
|
||||
Vendored
+22
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"collapse-filter": true,
|
||||
"search": "",
|
||||
"showTags": false,
|
||||
"showAttachments": false,
|
||||
"hideUnresolved": false,
|
||||
"showOrphans": true,
|
||||
"collapse-color-groups": true,
|
||||
"colorGroups": [],
|
||||
"collapse-display": true,
|
||||
"showArrow": false,
|
||||
"textFadeMultiplier": 0,
|
||||
"nodeSizeMultiplier": 1,
|
||||
"lineSizeMultiplier": 1,
|
||||
"collapse-forces": true,
|
||||
"centerStrength": 0.518713248970312,
|
||||
"repelStrength": 10,
|
||||
"linkStrength": 1,
|
||||
"linkDistance": 250,
|
||||
"scale": 1,
|
||||
"close": false
|
||||
}
|
||||
+1
Submodule .obsidian/plugins/claudian/.claude/plugins/obsidian added at 2302b8e4cf
Vendored
+1
-1
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"activeConversationId": "conv-1767620030117-cqj3f0arx",
|
||||
"activeConversationId": "conv-1767757538235-u1e3hirap",
|
||||
"lastEnvHash": "",
|
||||
"lastClaudeModel": "sonnet",
|
||||
"lastCustomModel": ""
|
||||
|
||||
Vendored
+8
@@ -22248,6 +22248,7 @@ function findClaudeCLIPath() {
|
||||
// Native binary paths (preferred)
|
||||
path2.join(homeDir, ".claude", "local", "claude"),
|
||||
path2.join(homeDir, ".local", "bin", "claude"),
|
||||
path2.join(homeDir, ".bun", "bin", "claude"),
|
||||
"/usr/local/bin/claude",
|
||||
"/opt/homebrew/bin/claude",
|
||||
path2.join(homeDir, "bin", "claude"),
|
||||
@@ -34902,6 +34903,13 @@ ${content}
|
||||
|
||||
${promptToSend}`;
|
||||
}
|
||||
// --- Claude Code SDK /compact passthrough ---
|
||||
const trimmedInput = (content || "").trimStart();
|
||||
if (/^\/(compact|comact)(\s|$)/.test(trimmedInput)) {
|
||||
promptToSend = trimmedInput.replace(/^\/comact(\s|$)/, "/compact$1");
|
||||
}
|
||||
// --- end passthrough ---
|
||||
|
||||
fileContextManager == null ? void 0 : fileContextManager.markCurrentNoteSent();
|
||||
const userMsg = {
|
||||
id: this.deps.generateId(),
|
||||
|
||||
Vendored
+1
-1
@@ -1 +1 @@
|
||||
{"history":{"2026-01-05":{"words":0,"characters":0,"sentences":0,"pages":0,"files":0,"footnotes":0,"citations":0,"totalWords":715315,"totalCharacters":4209751,"totalSentences":15845,"totalFootnotes":15,"totalCitations":4,"totalPages":2384.000000000001}},"modifiedFiles":{}}
|
||||
{"history":{"2026-01-05":{"words":0,"characters":0,"sentences":0,"pages":0,"files":0,"footnotes":0,"citations":0,"totalWords":715315,"totalCharacters":4209751,"totalSentences":15845,"totalFootnotes":15,"totalCitations":4,"totalPages":2384.000000000001},"2026-01-07":{"words":925,"characters":2796,"sentences":14,"pages":3.1,"files":511,"footnotes":0,"citations":0,"totalWords":718917,"totalCharacters":4247982,"totalSentences":16165,"totalFootnotes":15,"totalCitations":3,"totalPages":2396.300000000001}},"modifiedFiles":{"00_Inbox/2026-01-07.md":{"words":{"initial":24,"current":949},"characters":{"initial":172,"current":2968},"sentences":{"initial":1,"current":15},"footnotes":{"initial":0,"current":0},"citations":{"initial":0,"current":0},"pages":{"initial":0.1,"current":3.2}}}}
|
||||
Reference in New Issue
Block a user