@magnitudedev/cli 0.0.1-alpha.17 → 0.0.1-alpha.19

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.
Files changed (2) hide show
  1. package/README.md +8 -8
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -7,10 +7,10 @@
7
7
  </p>
8
8
 
9
9
  <p align="center">
10
- <strong>The best coding agent for open models</strong>
10
+ <strong>Frontier coding without frontier prices</strong>
11
11
  </p>
12
12
 
13
- Magnitude is built from the ground up around open models. It matches the performance of Claude Code at 5x lower token prices.
13
+ Magnitude is a coding agent that runs entirely on open models. Built-in model routing keeps costs low without sacrificing performance.
14
14
 
15
15
  - **Easy setup** — One API key and you're up and running.
16
16
  - **Reliable** — We fix common open model failure modes.
@@ -45,12 +45,12 @@ Want to chat about your use case for open models? [Book a call with our founder]
45
45
 
46
46
  Magnitude is a curated system of specialized agents, each with its own defined role. These agents are made up of a system prompt, specific context, scoped toolsets, and a dedicated model + reasoning level. Here's the agents we include:
47
47
 
48
- - **Leader.** Talks to the user and delegates work. **Model:** GLM 5.1.
49
- - **Scout.** Fast and efficient exploration. **Model:** Kimi K2.5.
50
- - **Architect.** Plans and high-level design thinking. **Model:** Kimi K2.6.
51
- - **Engineer.** Concrete planning and implementation. **Model:** Kimi K2.6.
52
- - **Critic.** Critical and detail-oriented analysis. **Model:** Kimi K2.6.
53
- - **Scientist.** Empirical debugging and information gathering. **Model:** Kimi K2.6.
48
+ - **Leader.** Talks to the user and delegates work. **Model:** GLM 5.2.
49
+ - **Scout.** Fast and efficient exploration. **Model:** DeepSeek V4 Flash.
50
+ - **Architect.** Plans and high-level design thinking. **Model:** Kimi K2.7 Code.
51
+ - **Engineer.** Concrete planning and implementation. **Model:** Kimi K2.7 Code.
52
+ - **Critic.** Critical and detail-oriented analysis. **Model:** Kimi K2.7 Code.
53
+ - **Scientist.** Empirical debugging and information gathering. **Model:** Kimi K2.7 Code.
54
54
 
55
55
  ## Acknowledgments
56
56
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@magnitudedev/cli",
3
- "version": "0.0.1-alpha.17",
3
+ "version": "0.0.1-alpha.19",
4
4
  "description": "Magnitude AI coding agent",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {