vault backup: 2026-04-20 22:05:37

This commit is contained in:
Dmitry
2026-04-20 22:05:38 +03:00
parent db0802a20c
commit a49633c529
21 changed files with 4041 additions and 369 deletions
+60 -62
View File
@@ -1,5 +1,5 @@
{
"userId": "cdb8f3c7-888c-450e-a7c1-f620b460c75d",
"userId": "806b7f27-e3d1-4f51-bfec-b110773d28e3",
"isPlusUser": false,
"plusLicenseKey": "",
"openAIApiKey": "",
@@ -20,12 +20,12 @@
"amazonBedrockApiKey": "",
"amazonBedrockRegion": "",
"siliconflowApiKey": "",
"githubCopilotAccessToken": "ghu_GFKs4GHPcgpaA92WRCwNDQUj9oXc6z37jfQa",
"githubCopilotToken": "tid=c06644a4ea6965ca7038c7904e2d8c30;exp=1776685585;sku=free_educational_quota;proxy-ep=proxy.individual.githubcopilot.com;st=dotcom;chat=1;cit=1;malfil=1;editor_preview_features=1;agent_mode=1;agent_mode_auto_approval=1;mcp=1;client_byok=0;ccr=1;8kp=1;ip=45.159.12.12;asn=AS212238:c1d524fffc7e9e1b74e39e3b0f16109009fb07a2cc54d2eae2c1d1b6cfcd2c91",
"githubCopilotTokenExpiresAt": 1776685585000,
"defaultChainType": "vault_qa",
"defaultModelKey": "qwen2.5:3b|ollama",
"embeddingModelKey": "embeddinggemma:latest|ollama",
"githubCopilotAccessToken": "",
"githubCopilotToken": "",
"githubCopilotTokenExpiresAt": 0,
"defaultChainType": "llm_chain",
"defaultModelKey": "google/gemini-2.5-flash|openrouterai",
"embeddingModelKey": "openai/text-embedding-3-small|openrouterai",
"temperature": 0.1,
"maxTokens": 6000,
"contextTurns": 15,
@@ -33,16 +33,16 @@
"openAIProxyBaseUrl": "",
"openAIEmbeddingProxyBaseUrl": "",
"stream": true,
"defaultSaveFolder": "99 System/copilot/copilot-conversations",
"defaultSaveFolder": "copilot/copilot-conversations",
"defaultConversationTag": "copilot-conversation",
"autosaveChat": true,
"generateAIChatTitleOnSave": true,
"autoAddActiveContentToContext": true,
"defaultOpenArea": "view",
"defaultSendShortcut": "enter",
"customPromptsFolder": "99 System/copilot/copilot-custom-prompts",
"indexVaultToVectorStore": "NEVER",
"qaExclusions": "99%20System,05%20NoxPKB",
"customPromptsFolder": "copilot/copilot-custom-prompts",
"indexVaultToVectorStore": "ON MODE SWITCH",
"qaExclusions": "copilot",
"qaInclusions": "",
"chatNoteContextPath": "",
"chatNoteContextTags": [],
@@ -50,7 +50,7 @@
"debug": false,
"enableEncryption": false,
"maxSourceChunks": 30,
"enableInlineCitations": false,
"enableInlineCitations": true,
"groqApiKey": "",
"activeModels": [
{
@@ -79,7 +79,7 @@
{
"name": "gpt-5.4",
"provider": "openai",
"enabled": false,
"enabled": true,
"isBuiltIn": true,
"core": true,
"capabilities": [
@@ -89,7 +89,7 @@
{
"name": "gpt-5-mini",
"provider": "openai",
"enabled": false,
"enabled": true,
"isBuiltIn": true,
"core": true,
"capabilities": [
@@ -99,17 +99,17 @@
{
"name": "claude-sonnet-4-6",
"provider": "anthropic",
"enabled": false,
"enabled": true,
"isBuiltIn": true,
"capabilities": [
"reasoning",
"vision"
"vision",
"reasoning"
]
},
{
"name": "gemini-3.1-flash-lite-preview",
"provider": "google",
"enabled": false,
"enabled": true,
"isBuiltIn": true,
"projectEnabled": true,
"capabilities": [
@@ -119,7 +119,7 @@
{
"name": "gemini-2.5-flash",
"provider": "google",
"enabled": false,
"enabled": true,
"isBuiltIn": true,
"projectEnabled": true,
"capabilities": [
@@ -132,8 +132,8 @@
"enabled": false,
"isBuiltIn": true,
"capabilities": [
"reasoning",
"vision"
"vision",
"reasoning"
]
},
{
@@ -142,8 +142,8 @@
"enabled": false,
"isBuiltIn": true,
"capabilities": [
"reasoning",
"vision"
"vision",
"reasoning"
]
},
{
@@ -229,8 +229,8 @@
"enabled": false,
"isBuiltIn": true,
"capabilities": [
"reasoning",
"vision"
"vision",
"reasoning"
]
},
{
@@ -239,8 +239,8 @@
"enabled": false,
"isBuiltIn": true,
"capabilities": [
"reasoning",
"vision"
"vision",
"reasoning"
]
},
{
@@ -249,8 +249,8 @@
"enabled": false,
"isBuiltIn": true,
"capabilities": [
"reasoning",
"vision"
"vision",
"reasoning"
]
},
{
@@ -294,24 +294,6 @@
"capabilities": [
"reasoning"
]
},
{
"name": "claude-haiku-4.5",
"provider": "github-copilot",
"enabled": false,
"enableCors": false
},
{
"name": "qwen2.5:3b",
"provider": "ollama",
"enabled": true,
"isBuiltIn": false,
"baseUrl": "http://localhost:11434",
"apiKey": "",
"isEmbeddingModel": false,
"capabilities": [],
"stream": true,
"displayName": "qwen"
}
],
"activeEmbeddingModels": [
@@ -387,16 +369,32 @@
"baseUrl": "https://api.siliconflow.com/v1"
},
{
"name": "embeddinggemma:latest",
"provider": "ollama",
"name": "text-embedding-3-large",
"provider": "openai",
"enabled": true,
"isBuiltIn": false,
"baseUrl": "http://localhost:11434",
"apiKey": "",
"isEmbeddingModel": true,
"capabilities": [],
"enableCors": false,
"displayName": "embeddinggemma"
"isBuiltIn": true,
"isEmbeddingModel": true
},
{
"name": "embed-multilingual-light-v3.0",
"provider": "cohereai",
"enabled": true,
"isBuiltIn": true,
"isEmbeddingModel": true
},
{
"name": "text-embedding-004",
"provider": "google",
"enabled": true,
"isBuiltIn": true,
"isEmbeddingModel": true
},
{
"name": "azure-openai",
"provider": "azure openai",
"enabled": true,
"isBuiltIn": true,
"isEmbeddingModel": true
}
],
"embeddingRequestsPerMin": 60,
@@ -417,7 +415,7 @@
"passMarkdownImages": true,
"enableAutonomousAgent": true,
"enableCustomPromptTemplating": true,
"enableSemanticSearchV3": true,
"enableSemanticSearchV3": false,
"enableSelfHostMode": false,
"enableMiyo": false,
"selfHostModeValidatedAt": null,
@@ -444,17 +442,17 @@
],
"reasoningEffort": "low",
"verbosity": "medium",
"memoryFolderName": "99 System/copilot/memory",
"memoryFolderName": "copilot/memory",
"enableRecentConversations": true,
"maxRecentConversations": 30,
"enableSavedMemory": true,
"quickCommandIncludeNoteContext": true,
"autoIncludeTextSelection": false,
"autoAddSelectionToContext": true,
"autoAddSelectionToContext": false,
"autoAcceptEdits": false,
"diffViewMode": "split",
"userSystemPromptsFolder": "99 System/copilot/system-prompts",
"defaultSystemPromptTitle": "Base",
"autoCompactThreshold": 256000,
"userSystemPromptsFolder": "copilot/system-prompts",
"defaultSystemPromptTitle": "",
"autoCompactThreshold": 128000,
"convertedDocOutputFolder": ""
}
+3444
View File
File diff suppressed because one or more lines are too long