Skip to content

Commit c0e8566

Browse files
konardclaude
andcommitted
fix(ci): add changeset file, revert manual version bump
The CI pipeline uses changesets to manage versioning automatically. Replace the manual 0.21.0 version bump and CHANGELOG entry with a proper changeset file that the release pipeline will consume. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 6b5b1d6 commit c0e8566

3 files changed

Lines changed: 11 additions & 12 deletions

File tree

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
'@link-assistant/agent': minor
3+
---
4+
5+
feat: replace deprecated qwen3.6-plus-free default with nemotron-3-super-free (#242)
6+
7+
- Default model changed from `qwen3.6-plus-free` to `nemotron-3-super-free` (~262K context, NVIDIA hybrid Mamba-Transformer)
8+
- Removed `qwen3.6-plus-free` from compaction models cascade (free promotion ended April 2026)
9+
- Updated provider priority lists to remove unavailable model
10+
- Moved `qwen3.6-plus-free` to deprecated/discontinued sections in documentation

js/CHANGELOG.md

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

3-
## 0.21.0
4-
5-
### Minor Changes
6-
7-
- feat: replace deprecated qwen3.6-plus-free default with nemotron-3-super-free (#242)
8-
- Change default model from `qwen3.6-plus-free` to `nemotron-3-super-free` (~262K context)
9-
- Remove `qwen3.6-plus-free` from compaction models cascade (free promotion ended April 2026)
10-
- Updated cascade: `(big-pickle minimax-m2.5-free nemotron-3-super-free gpt-5-nano same)`
11-
- Move `qwen3.6-plus-free` to deprecated/discontinued sections in documentation
12-
- Update provider priority lists to remove unavailable model
13-
143
## 0.20.2
154

165
### Patch Changes

js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@link-assistant/agent",
3-
"version": "0.21.0",
3+
"version": "0.20.2",
44
"description": "A minimal, public domain AI CLI agent compatible with OpenCode's JSON interface. Bun-only runtime.",
55
"main": "src/index.js",
66
"type": "module",

0 commit comments

Comments
 (0)