Skip to content

Commit 75f8fed

Browse files
authored
Merge pull request #9 from codex-mohan/changeset-release/main
chore: version packages
2 parents 93fdbcc + 1b32f23 commit 75f8fed

9 files changed

Lines changed: 58 additions & 18 deletions

File tree

.changeset/thinking-effort.md

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

packages/agent/CHANGELOG.md

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

3+
## 0.4.1
4+
5+
### Patch Changes
6+
7+
- [`a714a31`](https://github.com/codex-mohan/spectra/commit/a714a318ba36806d561b788af083b04936a9139e) Thanks [@codex-mohan](https://github.com/codex-mohan)! - feat: add thinking effort API parameter for reasoning model variants
8+
9+
- Add `thinkingEffort` field to `StreamOptions` for per-request reasoning control
10+
- Anthropic: maps effort to extended thinking with budget tokens (low=2048, medium=8192, high=16000, max=31999)
11+
- OpenAI Completions: maps effort to `reasoning_effort` param
12+
- OpenAI Responses: maps effort to `reasoning.effort` param
13+
- Provider-specific defaults: thinking enabled for zai/zhipuai, `enable_thinking` for alibaba-cn
14+
- TUI: variant cycle (ctrl+t) cycles through thinking effort levels per provider
15+
16+
- Updated dependencies [[`a714a31`](https://github.com/codex-mohan/spectra/commit/a714a318ba36806d561b788af083b04936a9139e)]:
17+
- @mohanscodex/spectra-ai@0.4.1
18+
319
## 0.4.0
420

521
### Minor 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.0",
3+
"version": "0.4.1",
44
"description": "Spectra Agent — agent loop, tool dispatch, state management",
55
"type": "module",
66
"main": "./dist/index.js",

packages/ai/CHANGELOG.md

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

3+
## 0.4.1
4+
5+
### Patch Changes
6+
7+
- [`a714a31`](https://github.com/codex-mohan/spectra/commit/a714a318ba36806d561b788af083b04936a9139e) Thanks [@codex-mohan](https://github.com/codex-mohan)! - feat: add thinking effort API parameter for reasoning model variants
8+
9+
- Add `thinkingEffort` field to `StreamOptions` for per-request reasoning control
10+
- Anthropic: maps effort to extended thinking with budget tokens (low=2048, medium=8192, high=16000, max=31999)
11+
- OpenAI Completions: maps effort to `reasoning_effort` param
12+
- OpenAI Responses: maps effort to `reasoning.effort` param
13+
- Provider-specific defaults: thinking enabled for zai/zhipuai, `enable_thinking` for alibaba-cn
14+
- TUI: variant cycle (ctrl+t) cycles through thinking effort levels per provider
15+
316
## 0.4.0
417

518
### Minor 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.0",
3+
"version": "0.4.1",
44
"description": "Spectra AI — LLM provider layer with streaming",
55
"type": "module",
66
"main": "./dist/index.js",

packages/app/CHANGELOG.md

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

3+
## 0.4.1
4+
5+
### Patch Changes
6+
7+
- [`a714a31`](https://github.com/codex-mohan/spectra/commit/a714a318ba36806d561b788af083b04936a9139e) Thanks [@codex-mohan](https://github.com/codex-mohan)! - feat: add thinking effort API parameter for reasoning model variants
8+
9+
- Add `thinkingEffort` field to `StreamOptions` for per-request reasoning control
10+
- Anthropic: maps effort to extended thinking with budget tokens (low=2048, medium=8192, high=16000, max=31999)
11+
- OpenAI Completions: maps effort to `reasoning_effort` param
12+
- OpenAI Responses: maps effort to `reasoning.effort` param
13+
- Provider-specific defaults: thinking enabled for zai/zhipuai, `enable_thinking` for alibaba-cn
14+
- TUI: variant cycle (ctrl+t) cycles through thinking effort levels per provider
15+
16+
- Updated dependencies [[`a714a31`](https://github.com/codex-mohan/spectra/commit/a714a318ba36806d561b788af083b04936a9139e)]:
17+
- @mohanscodex/spectra-ai@0.4.1
18+
- @mohanscodex/spectra-agent@0.4.1
19+
320
## 0.4.0
421

522
### Minor 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.0",
3+
"version": "0.4.1",
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.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`a714a31`](https://github.com/codex-mohan/spectra/commit/a714a318ba36806d561b788af083b04936a9139e)]:
8+
- @mohanscodex/spectra-ai@0.4.1
9+
- @mohanscodex/spectra-agent@0.4.1
10+
311
## 0.1.1
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.1",
3+
"version": "0.1.2",
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)