mirror of
https://github.com/epistemic-technology/co-intelligence.git
synced 2026-07-22 06:45:17 +00:00
API keys for OpenAI, Anthropic, Google, and Perplexity now live in app.secretStorage rather than the unencrypted plugin data file. loadSettings runs a one-shot migration that copies any pre-existing *ApiKey values into SecretStorage and strips them from saved data, so upgrading users keep their keys without leaving an unencrypted copy behind. Bumps minAppVersion to 1.11.4 (required by SecretStorage) and the obsidian devDep to match. Addresses the plugin reviewer feedback on PR obsidianmd/obsidian-releases#6690. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
12 lines
467 B
JSON
12 lines
467 B
JSON
{
|
|
"id": "co-intelligence",
|
|
"name": "Co-Intelligence AI",
|
|
"version": "1.0.10",
|
|
"minAppVersion": "1.11.4",
|
|
"description": "A full AI chat experience with models from OpenAI, Anthropic, Google, and Perplexity.",
|
|
"author": "Mike Thicke",
|
|
"authorUrl": "https://github.com/Epistemic-Technology",
|
|
"fundingUrl": "https://ko-fi.com/epistemictechnology",
|
|
"helpUrl": "https://github.com/Epistemic-Technology/co-intelligence#readme",
|
|
"isDesktopOnly": false
|
|
}
|