Update Claudian plugin and configuration settings
- Update Claudian plugin to latest version (main.js, manifest.json, styles.css) - Merge community plugins list with remote changes - Update Claude Code settings and core plugins configuration Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Sonnet 4.5
parent
9cf2428793
commit
37b29f36b3
+6
-61
@@ -1,63 +1,8 @@
|
|||||||
{
|
{
|
||||||
"userName": "windy",
|
"$schema": "https://json.schemastore.org/claude-code-settings.json",
|
||||||
"enableBlocklist": true,
|
"permissions": {
|
||||||
"blockedCommands": {
|
"allow": [],
|
||||||
"unix": [
|
"deny": [],
|
||||||
"rm -rf",
|
"ask": []
|
||||||
"chmod 777",
|
}
|
||||||
"chmod -R 777"
|
|
||||||
],
|
|
||||||
"windows": [
|
|
||||||
"del /s /q",
|
|
||||||
"rd /s /q",
|
|
||||||
"rmdir /s /q",
|
|
||||||
"format",
|
|
||||||
"diskpart",
|
|
||||||
"Remove-Item -Recurse -Force",
|
|
||||||
"Remove-Item -Force -Recurse",
|
|
||||||
"Remove-Item -r -fo",
|
|
||||||
"Remove-Item -fo -r",
|
|
||||||
"Remove-Item -Recurse",
|
|
||||||
"Remove-Item -r",
|
|
||||||
"ri -Recurse",
|
|
||||||
"ri -r",
|
|
||||||
"ri -Force",
|
|
||||||
"ri -fo",
|
|
||||||
"rm -r -fo",
|
|
||||||
"rm -Recurse",
|
|
||||||
"rm -Force",
|
|
||||||
"del -Recurse",
|
|
||||||
"del -Force",
|
|
||||||
"erase -Recurse",
|
|
||||||
"erase -Force",
|
|
||||||
"rd -Recurse",
|
|
||||||
"rmdir -Recurse",
|
|
||||||
"Format-Volume",
|
|
||||||
"Clear-Disk",
|
|
||||||
"Initialize-Disk",
|
|
||||||
"Remove-Partition"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"model": "haiku",
|
|
||||||
"enableAutoTitleGeneration": true,
|
|
||||||
"titleGenerationModel": "",
|
|
||||||
"thinkingBudget": "off",
|
|
||||||
"permissionMode": "normal",
|
|
||||||
"lastNonPlanPermissionMode": "normal",
|
|
||||||
"permissions": [],
|
|
||||||
"excludedTags": [],
|
|
||||||
"mediaFolder": "05_Attachments",
|
|
||||||
"environmentVariables": "",
|
|
||||||
"envSnippets": [],
|
|
||||||
"systemPrompt": "",
|
|
||||||
"allowedExportPaths": [
|
|
||||||
"~/Downloads"
|
|
||||||
],
|
|
||||||
"allowedContextPaths": [],
|
|
||||||
"keyboardNavigation": {
|
|
||||||
"scrollUpKey": "w",
|
|
||||||
"scrollDownKey": "s",
|
|
||||||
"focusInputKey": "i"
|
|
||||||
},
|
|
||||||
"claudeCliPath": "/Users/windy/.local/bin/claude"
|
|
||||||
}
|
}
|
||||||
Vendored
+14
-18
@@ -1,29 +1,25 @@
|
|||||||
[
|
[
|
||||||
"claudian",
|
"cm-chs-patch",
|
||||||
"obsidian-local-rest-api",
|
|
||||||
"table-editor-obsidian",
|
|
||||||
"obsidian-git",
|
|
||||||
"templater-obsidian",
|
"templater-obsidian",
|
||||||
"obsidian-tasks-plugin",
|
"obsidian-tasks-plugin",
|
||||||
"calendar",
|
|
||||||
"obsidian-kanban",
|
|
||||||
"obsidian-style-settings",
|
"obsidian-style-settings",
|
||||||
"obsidian-icon-folder",
|
|
||||||
"omnisearch",
|
|
||||||
"copilot",
|
|
||||||
"easy-typing-obsidian",
|
|
||||||
"obsidian-advanced-uri",
|
|
||||||
"advanced-canvas",
|
|
||||||
"better-word-count",
|
|
||||||
"dataview",
|
|
||||||
"obsidian-excalidraw-plugin",
|
|
||||||
"obsidian-mind-map",
|
|
||||||
"cm-chs-patch",
|
|
||||||
"quickadd",
|
"quickadd",
|
||||||
"any-block",
|
"any-block",
|
||||||
"obsidian-opencode",
|
"obsidian-opencode",
|
||||||
"opencode-obsidian",
|
"opencode-obsidian",
|
||||||
|
"omnisearch",
|
||||||
|
"obsidian-local-rest-api",
|
||||||
|
"obsidian-kanban",
|
||||||
|
"obsidian-icon-folder",
|
||||||
"highlightr-plugin",
|
"highlightr-plugin",
|
||||||
|
"obsidian-git",
|
||||||
|
"obsidian-excalidraw-plugin",
|
||||||
"code-styler",
|
"code-styler",
|
||||||
"note-buddy"
|
"note-buddy",
|
||||||
|
"claudian",
|
||||||
|
"calendar",
|
||||||
|
"better-word-count",
|
||||||
|
"table-editor-obsidian",
|
||||||
|
"obsidian-advanced-uri",
|
||||||
|
"advanced-canvas"
|
||||||
]
|
]
|
||||||
Vendored
+2
-2
@@ -14,7 +14,7 @@
|
|||||||
"templates": true,
|
"templates": true,
|
||||||
"note-composer": true,
|
"note-composer": true,
|
||||||
"command-palette": true,
|
"command-palette": true,
|
||||||
"slash-command": false,
|
"slash-command": true,
|
||||||
"editor-status": true,
|
"editor-status": true,
|
||||||
"bookmarks": true,
|
"bookmarks": true,
|
||||||
"markdown-importer": true,
|
"markdown-importer": true,
|
||||||
@@ -29,5 +29,5 @@
|
|||||||
"publish": false,
|
"publish": false,
|
||||||
"sync": false,
|
"sync": false,
|
||||||
"bases": true,
|
"bases": true,
|
||||||
"webviewer": false
|
"webviewer": true
|
||||||
}
|
}
|
||||||
Vendored
+45311
-17477
File diff suppressed because it is too large
Load Diff
+3
-3
@@ -1,9 +1,9 @@
|
|||||||
{
|
{
|
||||||
"id": "claudian",
|
"id": "claudian",
|
||||||
"name": "Claudian",
|
"name": "Claudian",
|
||||||
"version": "1.3.16",
|
"version": "1.3.55",
|
||||||
"minAppVersion": "1.0.0",
|
"minAppVersion": "1.4.5",
|
||||||
"description": "Embed Claude AI as a sidebar chat with full agentic capabilities for file operations and bash commands.",
|
"description": "Embeds Claude Code as an AI collaborator in your vault. Your vault becomes Claude's working directory, giving it full agentic capabilities: file read/write, search, bash commands, and multi-step workflows.",
|
||||||
"author": "Yishen Tu",
|
"author": "Yishen Tu",
|
||||||
"authorUrl": "https://github.com/YishenTu",
|
"authorUrl": "https://github.com/YishenTu",
|
||||||
"isDesktopOnly": true
|
"isDesktopOnly": true
|
||||||
|
|||||||
+1244
-1337
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user