openmagic 0.1.0 → 0.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/LICENSE +1 -1
- package/README.md +20 -14
- package/dist/cli.js +800 -76
- package/dist/cli.js.map +1 -1
- package/dist/toolbar/index.global.js +78 -13
- package/dist/toolbar/index.global.js.map +1 -1
- package/package.json +10 -2
package/LICENSE
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
MIT License
|
|
2
2
|
|
|
3
|
-
Copyright (c) 2026 OpenMagic Contributors
|
|
3
|
+
Copyright (c) 2026 Khalid Almuraee (@kalmuraee) and OpenMagic Contributors
|
|
4
4
|
|
|
5
5
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
6
|
of this software and associated documentation files (the "Software"), to deal
|
package/README.md
CHANGED
|
@@ -128,17 +128,19 @@ All providers and models are pre-configured. You only need to:
|
|
|
128
128
|
2. Pick a model
|
|
129
129
|
3. Paste your API key
|
|
130
130
|
|
|
131
|
-
| Provider | Models | Vision | API Key |
|
|
132
|
-
|
|
133
|
-
| **OpenAI** | GPT-4
|
|
134
|
-
| **Anthropic** | Claude Opus 4,
|
|
135
|
-
| **Google Gemini** | Gemini 2.5 Pro,
|
|
136
|
-
| **
|
|
137
|
-
| **
|
|
138
|
-
| **Mistral** |
|
|
139
|
-
| **
|
|
140
|
-
| **Ollama** | Any local model | Varies | Not required (local) |
|
|
141
|
-
| **OpenRouter** | 200+ models | Varies | [openrouter.ai](https://openrouter.ai/) |
|
|
131
|
+
| Provider | Models | Vision | Thinking | API Key |
|
|
132
|
+
|----------|--------|--------|----------|---------|
|
|
133
|
+
| **OpenAI** | GPT-5.4, GPT-5.4 Pro/Mini/Nano, GPT-5.2, o3, o4-mini, Codex Mini | Yes | reasoning_effort: none/low/medium/high/xhigh | [platform.openai.com](https://platform.openai.com/api-keys) |
|
|
134
|
+
| **Anthropic** | Claude Opus 4.6, Sonnet 4.6, Haiku 4.5, Opus 4.5, Sonnet 4.5, Sonnet 4, Opus 4 | Yes | Extended thinking: budget_tokens | [console.anthropic.com](https://console.anthropic.com/) |
|
|
135
|
+
| **Google Gemini** | Gemini 3.1 Pro, 3 Flash, 3.1 Flash Lite, 2.5 Pro, 2.5 Flash, 2.5 Flash Lite | Yes | thinking_level: LOW/MEDIUM/HIGH | [aistudio.google.com](https://aistudio.google.com/apikey) |
|
|
136
|
+
| **xAI (Grok)** | Grok 4.20, Grok 4.20 Reasoning, Grok 4.1 Fast, Grok 4.1 Fast Reasoning | Yes | reasoning_effort: low/medium/high | [console.x.ai](https://console.x.ai/) |
|
|
137
|
+
| **DeepSeek** | DeepSeek V3.2, DeepSeek R1 | No | R1: reasoning_effort | [platform.deepseek.com](https://platform.deepseek.com/) |
|
|
138
|
+
| **Mistral** | Large 3, Small 4, Codestral, Devstral 2, Magistral Medium/Small | Yes | Magistral: reasoning_effort | [console.mistral.ai](https://console.mistral.ai/) |
|
|
139
|
+
| **Groq** | Llama 4 Scout 17B, Llama 3.3 70B, Llama 3.1 8B, Qwen 3 32B | Llama 4 | - | [console.groq.com](https://console.groq.com/) |
|
|
140
|
+
| **Ollama** | Any local model | Varies | - | Not required (local) |
|
|
141
|
+
| **OpenRouter** | 200+ models | Varies | Varies | [openrouter.ai](https://openrouter.ai/) |
|
|
142
|
+
|
|
143
|
+
> **Thinking/Reasoning models** use their default thinking level automatically. Models like GPT-5.4, Claude Opus 4.6, and Gemini 3.1 Pro will use their built-in reasoning capabilities to produce better code modifications.
|
|
142
144
|
|
|
143
145
|
### Using Ollama (Free, Local)
|
|
144
146
|
|
|
@@ -229,7 +231,7 @@ OpenMagic works via a reverse proxy, so it's compatible with **any** framework o
|
|
|
229
231
|
|
|
230
232
|
```bash
|
|
231
233
|
# Clone the repo
|
|
232
|
-
git clone https://github.com/
|
|
234
|
+
git clone https://github.com/Kalmuraee/OpenMagic.git
|
|
233
235
|
cd openmagic
|
|
234
236
|
|
|
235
237
|
# Install dependencies
|
|
@@ -284,9 +286,13 @@ src/
|
|
|
284
286
|
- [ ] Git integration (auto-branch, auto-commit)
|
|
285
287
|
- [ ] VS Code extension for side-by-side view
|
|
286
288
|
|
|
289
|
+
## Author
|
|
290
|
+
|
|
291
|
+
**Khalid Almuraee** ([@kalmuraee](https://github.com/kalmuraee))
|
|
292
|
+
|
|
287
293
|
## License
|
|
288
294
|
|
|
289
|
-
MIT
|
|
295
|
+
MIT - Copyright (c) 2026 Khalid Almuraee. See [LICENSE](./LICENSE) for details.
|
|
290
296
|
|
|
291
297
|
---
|
|
292
298
|
|
|
@@ -294,6 +300,6 @@ MIT
|
|
|
294
300
|
|
|
295
301
|
**Built with love for developers who vibe code on their own terms.**
|
|
296
302
|
|
|
297
|
-
[Report a Bug](https://github.com/
|
|
303
|
+
[Report a Bug](https://github.com/Kalmuraee/OpenMagic/issues) | [Request a Feature](https://github.com/Kalmuraee/OpenMagic/issues)
|
|
298
304
|
|
|
299
305
|
</div>
|