Skip to content

Commit 2b62b07

Browse files
authored
Merge pull request #12 from codex-mohan/changeset-release/main
chore: version packages
2 parents bacb73d + 5c75e78 commit 2b62b07

9 files changed

Lines changed: 33 additions & 9 deletions

File tree

.changeset/repair-missing-tool-results.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.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`bacb73d`](https://github.com/codex-mohan/spectra/commit/bacb73ddad81495d3ec5cc0c150bd1b67ab0d5ad)]:
8+
- @mohanscodex/spectra-ai@0.4.4
9+
310
## 0.4.3
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.3",
3+
"version": "0.4.4",
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.4
4+
5+
### Patch Changes
6+
7+
- [`bacb73d`](https://github.com/codex-mohan/spectra/commit/bacb73ddad81495d3ec5cc0c150bd1b67ab0d5ad) Thanks [@codex-mohan](https://github.com/codex-mohan)! - Inject synthetic error tool results in convertMessages when tool calls lack matching toolResult messages, preventing strict providers (DeepSeek, Anthropic) from rejecting requests with unmatched tool_call_ids.
8+
39
## 0.4.3
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.3",
3+
"version": "0.4.4",
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.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`bacb73d`](https://github.com/codex-mohan/spectra/commit/bacb73ddad81495d3ec5cc0c150bd1b67ab0d5ad)]:
8+
- @mohanscodex/spectra-ai@0.4.4
9+
- @mohanscodex/spectra-agent@0.4.4
10+
311
## 0.4.3
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.3",
3+
"version": "0.4.4",
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.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`bacb73d`](https://github.com/codex-mohan/spectra/commit/bacb73ddad81495d3ec5cc0c150bd1b67ab0d5ad)]:
8+
- @mohanscodex/spectra-ai@0.4.4
9+
- @mohanscodex/spectra-agent@0.4.4
10+
311
## 0.1.4
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.4",
3+
"version": "0.1.5",
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)