Skip to content

Commit 0cee50f

Browse files
authored
Merge pull request #11 from codex-mohan/changeset-release/main
chore: version bump packages
2 parents e29e755 + d55ff72 commit 0cee50f

9 files changed

Lines changed: 33 additions & 9 deletions

File tree

.changeset/patch-model-scatter.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/agent/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @mohanscodex/spectra-agent
22

3+
## 0.4.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`e29e755`](https://github.com/codex-mohan/spectra/commit/e29e7556a9a11909fbf169498a3fb69f6606d1f0)]:
8+
- @mohanscodex/spectra-ai@0.4.3
9+
310
## 0.4.2
411

512
### Patch Changes

packages/agent/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mohanscodex/spectra-agent",
3-
"version": "0.4.2",
3+
"version": "0.4.3",
44
"description": "Spectra Agent — agent loop, tool dispatch, state management",
55
"type": "module",
66
"main": "./dist/index.js",

packages/ai/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @mohanscodex/spectra-ai
22

3+
## 0.4.3
4+
5+
### Patch Changes
6+
7+
- [`e29e755`](https://github.com/codex-mohan/spectra/commit/e29e7556a9a11909fbf169498a3fb69f6606d1f0) Thanks [@codex-mohan](https://github.com/codex-mohan)! - Fix OpenRouter models being incorrectly categorized into native provider buckets (e.g. deepseek/deepseek-v3.2 showing under deepseek instead of openrouter)
8+
39
## 0.4.2
410

511
### Patch Changes

packages/ai/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mohanscodex/spectra-ai",
3-
"version": "0.4.2",
3+
"version": "0.4.3",
44
"description": "Spectra AI — LLM provider layer with streaming",
55
"type": "module",
66
"main": "./dist/index.js",

packages/app/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @mohanscodex/spectra-app
22

3+
## 0.4.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`e29e755`](https://github.com/codex-mohan/spectra/commit/e29e7556a9a11909fbf169498a3fb69f6606d1f0)]:
8+
- @mohanscodex/spectra-ai@0.4.3
9+
- @mohanscodex/spectra-agent@0.4.3
10+
311
## 0.4.2
412

513
### Patch Changes

packages/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mohanscodex/spectra-app",
3-
"version": "0.4.2",
3+
"version": "0.4.3",
44
"description": "Spectra App - Session management, concurrency, and orchestration",
55
"type": "module",
66
"main": "./dist/index.js",

packages/code/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @mohanscodex/spectra-code
22

3+
## 0.1.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`e29e755`](https://github.com/codex-mohan/spectra/commit/e29e7556a9a11909fbf169498a3fb69f6606d1f0)]:
8+
- @mohanscodex/spectra-ai@0.4.3
9+
- @mohanscodex/spectra-agent@0.4.3
10+
311
## 0.1.3
412

513
### Patch Changes

packages/code/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mohanscodex/spectra-code",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"private": true,
55
"type": "module",
66
"description": "Spectra Code — TUI coding agent with CLI commands, tools, and LLM integration",

0 commit comments

Comments
 (0)