vault backup: 2026-05-23 02:19:37
This commit is contained in:
28
.obsidian/plugins/copilot/data.json
vendored
28
.obsidian/plugins/copilot/data.json
vendored
@@ -48,7 +48,6 @@
|
||||
"chatNoteContextTags": [],
|
||||
"enableIndexSync": true,
|
||||
"debug": false,
|
||||
"enableEncryption": true,
|
||||
"maxSourceChunks": 30,
|
||||
"enableInlineCitations": true,
|
||||
"groqApiKey": "",
|
||||
@@ -78,6 +77,26 @@
|
||||
],
|
||||
"apiKey": ""
|
||||
},
|
||||
{
|
||||
"name": "gpt-5.5",
|
||||
"provider": "openai",
|
||||
"enabled": true,
|
||||
"isBuiltIn": true,
|
||||
"core": true,
|
||||
"capabilities": [
|
||||
"vision"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "gpt-5.4-mini",
|
||||
"provider": "openai",
|
||||
"enabled": true,
|
||||
"isBuiltIn": true,
|
||||
"core": true,
|
||||
"capabilities": [
|
||||
"vision"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "gpt-5.4",
|
||||
"provider": "openai",
|
||||
@@ -474,16 +493,18 @@
|
||||
"promptSortStrategy": "timestamp",
|
||||
"chatHistorySortStrategy": "recent",
|
||||
"projectListSortStrategy": "recent",
|
||||
"projectsFolder": "copilot/projects",
|
||||
"defaultConversationNoteName": "{$topic}@{$date}_{$time}",
|
||||
"inlineEditCommands": [],
|
||||
"projectList": [],
|
||||
"lastDismissedVersion": "3.2.7",
|
||||
"lastDismissedVersion": "3.3.3",
|
||||
"passMarkdownImages": true,
|
||||
"enableAutonomousAgent": true,
|
||||
"enableCustomPromptTemplating": true,
|
||||
"enableSemanticSearchV3": false,
|
||||
"enableSelfHostMode": false,
|
||||
"enableMiyo": false,
|
||||
"miyoSearchAll": false,
|
||||
"selfHostModeValidatedAt": null,
|
||||
"selfHostValidationCount": 0,
|
||||
"selfHostUrl": "",
|
||||
@@ -520,5 +541,6 @@
|
||||
"userSystemPromptsFolder": "copilot/system-prompts",
|
||||
"defaultSystemPromptTitle": "",
|
||||
"autoCompactThreshold": 128000,
|
||||
"convertedDocOutputFolder": ""
|
||||
"convertedDocOutputFolder": "",
|
||||
"_keychainVaultId": "f34b6db6"
|
||||
}
|
||||
1969
.obsidian/plugins/copilot/main.js
vendored
1969
.obsidian/plugins/copilot/main.js
vendored
File diff suppressed because one or more lines are too long
5
.obsidian/plugins/copilot/manifest.json
vendored
5
.obsidian/plugins/copilot/manifest.json
vendored
@@ -1,8 +1,9 @@
|
||||
{
|
||||
"id": "copilot",
|
||||
"name": "Copilot",
|
||||
"version": "3.2.7",
|
||||
"minAppVersion": "0.15.0",
|
||||
"version": "3.3.3",
|
||||
"minAppVersion": "1.11.4",
|
||||
"isDesktopOnly": false,
|
||||
"description": "Your AI Copilot: Chat with Your Second Brain, Learn Faster, Work Smarter.",
|
||||
"author": "Logan Yang",
|
||||
"authorUrl": "https://twitter.com/logancyang",
|
||||
|
||||
2
.obsidian/plugins/copilot/styles.css
vendored
2
.obsidian/plugins/copilot/styles.css
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user