@matterailab/orbcode 0.2.0 → 0.2.1

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.
@@ -125,12 +125,12 @@ export const AXON_MODELS = {
125
125
  "axon-eido-3-code-mini": {
126
126
  id: "axon-eido-3-code-mini",
127
127
  name: "Axon Eido 3 Mini",
128
- description: "Axon Eido 3 Mini is a general purpose super intelligent LLM coding model for low-effort day-to-day tasks",
128
+ description: "Axon Eido 3 Mini is a general purpose super intelligent LLM coding model for high-effort day-to-day tasks",
129
129
  contextWindow: 400000,
130
130
  maxOutputTokens: 64000,
131
131
  supportsImages: true,
132
- inputPrice: 0.000001,
133
- outputPrice: 0.000003,
132
+ inputPrice: 0.0000015,
133
+ outputPrice: 0.0000045,
134
134
  free: false,
135
135
  },
136
136
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@matterailab/orbcode",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "OrbCode CLI — agentic coding in your terminal, powered by Axon models by MatterAI",
5
5
  "type": "module",
6
6
  "bin": {