vault backup: 2026-01-07 18:02:26

This commit is contained in:
windyboy
2026-01-07 18:02:26 +08:00
parent 09e19cecfd
commit 6991f07b06
17 changed files with 2137 additions and 5 deletions
Submodule .obsidian/plugins/claudian/.claude/plugins/obsidian added at 2302b8e4cf
+1 -1
View File
@@ -1,5 +1,5 @@
{
"activeConversationId": "conv-1767620030117-cqj3f0arx",
"activeConversationId": "conv-1767757538235-u1e3hirap",
"lastEnvHash": "",
"lastClaudeModel": "sonnet",
"lastCustomModel": ""
+8
View File
@@ -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(),