vibespot 1.0.4 → 1.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -75,6 +75,7 @@ vibeSpot needs an AI engine to generate code. Use **one** of these:
75
75
  | Engine | Install | Notes |
76
76
  |--------|---------|-------|
77
77
  | Anthropic API | No install — just need an API key | Get one at [console.anthropic.com](https://console.anthropic.com) |
78
+ | Claude OAuth | Run `claude setup-token` → paste token | Uses your Claude Pro/Max subscription |
78
79
  | OpenAI API | No install — just need an API key | Any OpenAI model |
79
80
  | Gemini API | No install — just need an API key | Google Gemini models |
80
81
  | [Claude Code](https://claude.ai/code) | `npm install -g @anthropic-ai/claude-code` | Uses your Claude subscription |
@@ -123,7 +124,7 @@ Most users only need `npx vibespot` — the web UI handles everything.
123
124
 
124
125
  Settings are managed in the **Settings** panel (tabbed: AI, HubSpot, GitHub, vibeSpot) and saved in `~/.vibespot/config.json`:
125
126
 
126
- - `aiEngine` — Your preferred AI engine (`anthropic-api`, `openai-api`, `gemini-api`, `claude-code`, `gemini-cli`, `codex-cli`)
127
+ - `aiEngine` — Your preferred AI engine (`anthropic-api`, `claude-oauth`, `openai-api`, `gemini-api`, `claude-code`, `gemini-cli`, `codex-cli`)
127
128
  - `anthropicApiKey`, `openaiApiKey`, `geminiApiKey` — API keys (stored locally, never sent except to the provider)
128
129
  - `hubspotAccounts` — Connected HubSpot accounts (PAK-based auth)
129
130
  - `hubspotUploadMode` — `api` (default, direct API) or `cli` (legacy, requires HubSpot CLI)