epistemic-technology_co-int.../manifest.json
Mike Thicke 3b5449c199 Store API keys in SecretStorage instead of plugin data
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>
2026-04-13 20:56:38 +00:00

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
}