You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update README with complete feature list, all AI providers, and comprehensive documentation
- Added AI Flexibility section with all 4 providers (Gemini, OpenRouter, Ollama Cloud, Local Ollama)
- Expanded configuration table with all settings
- Complete commands list with keyboard shortcuts
- Added What Makes Vertex Unique section
- Privacy & Security section highlighting local options
- Supported languages list
- Link to comprehensive DOCS.md
-**Local Development**: Full support for local Ollama models for offline development.
32
+
-**Quick Switching**: Use keyboard shortcuts (`Ctrl+J` / `Cmd+J`) to quickly change models mid-session.
21
33
22
34
---
23
35
24
36
## 🚀 Quick Start
25
37
26
38
### 1. Prerequisites
27
-
-**VS Code**: v1.9x+
28
-
-**Gemini API Key**: If not set in your environment (`GEMINI_API_KEY`), Vertex will securely prompt you for it and store it in your VS Code Secret Storage.
39
+
-**VS Code**: v1.107.0+
40
+
-**AI Provider**: Choose one or more:
41
+
-**Gemini API Key** (default)
42
+
-**OpenRouter API Key**
43
+
-**Ollama Cloud API Key**
44
+
-**Local Ollama** (no API key needed)
45
+
- Vertex will securely prompt you for API keys on first use and store them in VS Code's Secret Storage.
29
46
30
47
### 2. Loading a Lesson
31
48
Run the command `Vertex: Load Sample Lesson` from the Command Palette (`Ctrl+Shift+P`).
@@ -37,9 +54,79 @@ Run the command `Vertex: Show Visual Intelligence` to open the side-by-side visu
37
54
38
55
## ⚙️ Configuration
39
56
57
+
### AI Provider Settings
40
58
| Setting | Description | Default |
41
59
|---------|-------------|---------|
42
-
|`vertex.geminiModel`| Select between `gemini-1.5-flash` or `gemini-1.5-pro`|`gemini-1.5-flash`|
60
+
|`vertex.aiProvider`| Global fallback AI provider |`Gemini`|
61
+
|`vertex.senseiProvider`| AI provider for Sensei feedback |`Gemini`|
62
+
|`vertex.codeGenProvider`| AI provider for code generation |`Gemini`|
63
+
|`vertex.senseiModel`| Model used by Sensei |`gemini-2.0-flash`|
64
+
|`vertex.codeGenModel`| Model used for code generation |`gemini-2.0-flash`|
65
+
### Learning Commands
66
+
-`Vertex: Load Sample Lesson` – Start a guided coding lesson with ghost text.
67
+
-`Vertex: Clear Lesson` – Clear all decorations and active lessons.
68
+
-`Vertex: Run Current Code` – Execute the current file.
69
+
70
+
### Visualization Commands
71
+
-`Vertex: Show Visual Intelligence` – Open the visual intelligence sidebar.
0 commit comments