mirror of
https://github.com/blamouche/obsidian-any-ai-code.git
synced 2026-07-22 06:53:38 +00:00
Leads with a 3-step beginner path: install the plugin from Obsidian's Community plugins browser, install one AI coding CLI (Claude Code, Codex, opencode, Ollama) with copy-paste installers and official links, then open the panel. Reframes "Install in a Vault" so the community browser is the primary path. Docs only. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
10 lines
321 B
JSON
10 lines
321 B
JSON
{
|
|
"id": "any-ai-cli",
|
|
"name": "Any AI CLI",
|
|
"version": "0.2.18",
|
|
"minAppVersion": "1.7.2",
|
|
"description": "Run an AI assistant CLI like Claude from a right sidebar terminal panel, with a customizable runtime list.",
|
|
"author": "Benoit Lamouche",
|
|
"authorUrl": "https://lamouche.fr",
|
|
"isDesktopOnly": true
|
|
}
|