After following the installation and auth instructions for Claude Code Max subscriptions, the plugin view still shows the "API Key Required" alert box. This is probably due to the claude code/agent-sdk process spawned by the /Applications/Obsidian.app inheriting the app/plugin environment, not the user environment.
The following has been verified to work:
export CLAUDE_CODE_OAUTH_TOKEN="sk-ant-oat01-..."
open /Applications/Obsidian.app
After following the installation and auth instructions for Claude Code Max subscriptions, the plugin view still shows the "API Key Required" alert box. This is probably due to the
claude code/agent-sdkprocess spawned by the/Applications/Obsidian.appinheriting the app/plugin environment, not the user environment.The following has been verified to work: