Claude is configured in ~/.claude/settings.json (in macosx) and
Codex is configured in ~/.codex/config.toml
ADE does not read above configuration and hence does not do any vibe coding or chat.
Possible solutions:
- Add provision to configure OpenAI or Anthropic API compatible AI provider - in Agents & Models - section in settings.
- Read provider-specific configuration from above file locations
Since ADE seems based on electron, it does not cleanly pass the environment variables to helper process, so best approach is (1) above.
OPENAI_API_KEY="sk_xxxx" /Applications/ADE.app/Contents/MacOS/ADE -> this does not pick OPEN_API_KEY.
@arul28 @nsxdavid - please take a look at this.
Claude is configured in ~/.claude/settings.json (in macosx) and
Codex is configured in ~/.codex/config.toml
ADE does not read above configuration and hence does not do any vibe coding or chat.
Possible solutions:
Since ADE seems based on electron, it does not cleanly pass the environment variables to helper process, so best approach is (1) above.
OPENAI_API_KEY="sk_xxxx" /Applications/ADE.app/Contents/MacOS/ADE -> this does not pick OPEN_API_KEY.
@arul28 @nsxdavid - please take a look at this.