vault backup: 2025-06-15 20:33:38

Affected files:
.obsidian/plugins/copilot/data.json
.obsidian/plugins/copilot/main.js
.obsidian/plugins/copilot/manifest.json
.obsidian/plugins/copilot/styles.css
21.02. Windows/Windows 11 重灌.md
22.01. 軟體工具、設定/Windows Terminal.md
This commit is contained in:
2025-06-15 20:33:38 +08:00
parent 408ea08421
commit 3a54c06022
6 changed files with 764 additions and 486 deletions

View File

@@ -48,6 +48,59 @@
"isBuiltIn": true,
"core": true,
"plusExclusive": true,
"projectEnabled": false,
"capabilities": [
"vision"
]
},
{
"name": "gpt-4.1",
"provider": "openai",
"enabled": true,
"isBuiltIn": true,
"core": true,
"projectEnabled": true,
"capabilities": [
"vision"
]
},
{
"name": "gpt-4.1-mini",
"provider": "openai",
"enabled": true,
"isBuiltIn": true,
"core": true,
"projectEnabled": true,
"capabilities": [
"vision"
]
},
{
"name": "gpt-4.1-nano",
"provider": "openai",
"enabled": true,
"isBuiltIn": true,
"core": true,
"capabilities": [
"vision"
]
},
{
"name": "o4-mini",
"provider": "openai",
"enabled": true,
"isBuiltIn": true,
"core": true,
"capabilities": [
"reasoning"
]
},
{
"name": "claude-3-5-sonnet-latest",
"provider": "anthropic",
"enabled": true,
"isBuiltIn": true,
"core": true,
"capabilities": [
"vision"
]
@@ -72,16 +125,6 @@
"vision"
]
},
{
"name": "claude-3-5-sonnet-latest",
"provider": "anthropic",
"enabled": true,
"isBuiltIn": true,
"core": true,
"capabilities": [
"vision"
]
},
{
"name": "o1-mini",
"provider": "openai",
@@ -305,5 +348,11 @@
"prompt": "<instruction>Transform the text below into a professional press release:\n 1. Use formal, journalistic style\n 2. Include headline and dateline\n 3. Follow inverted pyramid structure\n Return only the press release format.</instruction>\n\n<text>{copilot-selection}</text>",
"showInContextMenu": false
}
]
],
"userId": "467c8709-6b72-4777-b4fe-0f17289c9459",
"includeActiveNoteAsContext": true,
"passMarkdownImages": true,
"enableCustomPromptTemplating": true,
"allowAdditionalContext": true,
"enableWordCompletion": false
}

File diff suppressed because one or more lines are too long

View File

@@ -1,9 +1,9 @@
{
"id": "copilot",
"name": "Copilot",
"version": "2.8.8",
"version": "2.9.0",
"minAppVersion": "0.15.0",
"description": "An AI Copilot in Obsidian.",
"description": "Your AI Copilot: Chat with Your Second Brain, Learn Faster, Work Smarter.",
"author": "Logan Yang",
"authorUrl": "https://twitter.com/logancyang",
"fundingUrl": {

File diff suppressed because one or more lines are too long