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
docs: comprehensive documentation update and QA verification
- Add complete user-facing documentation suite (USER_GUIDE, FEATURES, ARCHITECTURE, PROVIDERS, TOOLS, MEMORY, SECURITY, PERFORMANCE, INSTALLATION)
- Add SECURITY.md vulnerability reporting policy
- Update README.md with new docs structure and provider list (add Google Gemini, MiniMax, OpenRouter)
- Update AGENTS.md with accurate Xcode version (16.0+) and corrected tool/provider counts
- Update project-docs with latest specifications
- Add llms.txt to gitignore exception
- Full QA pass verifying all documentation against current source code
@@ -118,7 +119,7 @@ SAM's clean interface and natural interactions make powerful AI accessible to ev
118
119
119
120
## Features at a Glance
120
121
121
-
-**Multi‑AI support**: Choose from OpenAI, Anthropic (Claude), GitHub Copilot, DeepSeek, or run models locally (MLX, llama.cpp)
122
+
-**Multi-AI support**: Choose from OpenAI, Anthropic (Claude), GitHub Copilot, Google Gemini, DeepSeek, MiniMax, or run models locally (MLX, llama.cpp)
122
123
-**Voice in & out**: "Hey SAM" wake word, speech recognition, and natural text‑to‑speech
123
124
-**Image generation**: Create images via [ALICE](https://github.com/SyntheticAutonomicMind/ALICE) server with automatic model discovery
124
125
-**Math tools**: Real computation for calculations, conversions, and financial formulas
@@ -146,7 +147,7 @@ Get a glimpse of SAM's native macOS interface in action:
146
147
<td width="50%">
147
148
<h3>Flexible AI Provider Selection</h3>
148
149
<img src=".images/sam-image-2.png"/>
149
-
<em>Choose from local models (MLX, llama.cpp), or cloud providers (OpenAI, Anthropic, DeepSeek, OpenRouter)</em>
150
+
<em>Choose from local models (MLX, llama.cpp), or cloud providers (OpenAI, Anthropic, Google Gemini, DeepSeek, MiniMax, OpenRouter)</em>
150
151
</td>
151
152
</tr>
152
153
</table>
@@ -217,7 +218,7 @@ Get a glimpse of SAM's native macOS interface in action:
0 commit comments