@proxysoul/soulforge 1.2.0 → 1.3.0
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 +4 -3
- package/dist/index.js +5375 -4079
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
<p align="center">
|
|
4
4
|
<strong>Graph-Powered Code Intelligence</strong><br/>
|
|
5
|
-
Multi-agent coding with codebase-aware AI — embedded Neovim,
|
|
5
|
+
Multi-agent coding with codebase-aware AI — embedded Neovim, 24 themes, terminal-native
|
|
6
6
|
</p>
|
|
7
7
|
|
|
8
8
|
<p align="center">
|
|
@@ -52,7 +52,8 @@
|
|
|
52
52
|
Your real Neovim — config, plugins, LSP — embedded in an AI agent that understands your codebase structurally. Graph-powered intelligence, multi-agent dispatch, 10 providers. Works over SSH.
|
|
53
53
|
|
|
54
54
|
<p align="center">
|
|
55
|
-
<img src="assets/
|
|
55
|
+
<img src="assets/main-1.png" alt="SoulForge — Graph-Powered Code Intelligence" width="900" />
|
|
56
|
+
<img src="assets/main-2.png" alt="SoulForge — Graph-Powered Code Intelligence" width="900" />
|
|
56
57
|
</p>
|
|
57
58
|
|
|
58
59
|
### How it compares
|
|
@@ -516,7 +517,7 @@ SoulForge ships 33 tools organized by capability:
|
|
|
516
517
|
|
|
517
518
|
| Provider | Models | Setup |
|
|
518
519
|
|----------|--------|-------|
|
|
519
|
-
| [**LLM Gateway**](https://llmgateway.io) | Multi-model gateway (OpenAI, Claude, Gemini, DeepSeek) | `LLM_GATEWAY_API_KEY` |
|
|
520
|
+
| [**LLM Gateway**](https://llmgateway.io/?ref=6tjJR2H3X4E9RmVQiQwK) | Multi-model gateway (OpenAI, Claude, Gemini, DeepSeek) | `LLM_GATEWAY_API_KEY` |
|
|
520
521
|
| [**Anthropic**](https://console.anthropic.com/) | Claude 4.6 Opus/Sonnet, Haiku 4.5 | `ANTHROPIC_API_KEY` |
|
|
521
522
|
| [**OpenAI**](https://platform.openai.com/) | GPT-4.5, o3, o4-mini | `OPENAI_API_KEY` |
|
|
522
523
|
| [**Google**](https://aistudio.google.com/) | Gemini 2.5 Pro/Flash | `GOOGLE_GENERATIVE_AI_API_KEY` |
|