Skip to content

Commit f764700

Browse files
committed
docs(changelog): update for v0.2.149 [skip ci]
1 parent 3f490b3 commit f764700

5 files changed

Lines changed: 30 additions & 14 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
> [!TIP]
44
> We're constantly improving Code! This page documents the core changes. You can also check our [releases page](https://github.com/just-every/code/releases) for additional information.
55
6+
## [0.2.149] - 2025-09-16
7+
8+
- TUI/Agents: redesign editor and list; keep Save/Cancel visible, add Delete, better navigation and scrolling. (eb024bee, 8c2caf76, 647fed36)
9+
- TUI/Model: restore /model selector and presets; persist model defaults; default local agent is "code". (84fbdda1, 85159d1f, 60408ab1)
10+
- TUI/Reasoning: show reasoning level in header; keep reasoning cell visible; polish run cells and log claims. (d7d9d96d, 2f471aee, 8efe4723)
11+
- Exec/Resume: detect absolute bash and flag risky paths; fix race in unified exec; show abort and header when resuming. (4744c220, d555b684, 50262a44, 6581da9b)
12+
- UX: skip animations on small terminals, update splash, and refine onboarding messaging. (934d7289, 9baa5c33, 5c583fe8)
13+
614
## [0.2.148] - 2025-09-14
715

816
- Core/Agents: mirror Qwen/DashScope API vars; respect QWEN_MODEL; add qwen examples in config.toml.example. (8a935c18)

codex-cli/.pack/package/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,9 @@ npm install -g @anthropic-ai/claude-code @google/gemini-cli && claude "Just chec
101101
# Change reasoning level
102102
/reasoning low|medium|high
103103
104+
# Switch models or effort presets
105+
/model
106+
104107
# Start new conversation
105108
/new
106109
```

codex-cli/.pack/package/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "@just-every/code",
3-
"version": "0.2.148",
3+
"version": "0.2.149",
44
"license": "Apache-2.0",
5-
"description": "Lightweight coding agent that runs in your terminal - fork of OpenAI Code",
5+
"description": "Lightweight coding agent that runs in your terminal - fork of OpenAI Codex",
66
"bin": {
77
"coder": "bin/coder.js"
88
},
@@ -35,10 +35,10 @@
3535
"prettier": "^3.3.3"
3636
},
3737
"optionalDependencies": {
38-
"@just-every/code-darwin-arm64": "0.2.148",
39-
"@just-every/code-darwin-x64": "0.2.148",
40-
"@just-every/code-linux-x64-musl": "0.2.148",
41-
"@just-every/code-linux-arm64-musl": "0.2.148",
42-
"@just-every/code-win32-x64": "0.2.148"
38+
"@just-every/code-darwin-arm64": "0.2.149",
39+
"@just-every/code-darwin-x64": "0.2.149",
40+
"@just-every/code-linux-x64-musl": "0.2.149",
41+
"@just-every/code-linux-arm64-musl": "0.2.149",
42+
"@just-every/code-win32-x64": "0.2.149"
4343
}
4444
}

codex-cli/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

release-notes/RELEASE_NOTES.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,21 @@
1-
## @just-every/code v0.2.148
1+
## @just-every/code v0.2.149
22

3-
This release improves Qwen agent integration and updates shortcuts for a smoother experience.
3+
This release refines the Agents editor, restores model presets, polishes reasoning UI, and improves exec/resume reliability.
44

55
### Changes
6-
- Core/Agents: mirror Qwen/DashScope API vars; respect QWEN_MODEL; add qwen examples in config.toml.example.
7-
- Shortcuts: set Qwen-coder as default for /plan and related commands.
6+
- TUI/Agents: redesign editor and list; keep Save/Cancel visible, add Delete, better navigation and scrolling.
7+
- TUI/Model: restore /model selector and presets; persist model defaults; default local agent is "code".
8+
- TUI/Reasoning: show reasoning level in header; keep reasoning cell visible; polish run cells and log claims.
9+
- Exec/Resume: detect absolute bash and flag risky paths; fix race in unified exec; show abort and header when resuming.
10+
- UX: skip animations on small terminals, update splash, and refine onboarding messaging.
811

912
### Install
1013
```
1114
npm install -g @just-every/code@latest
1215
code
1316
```
1417

15-
Compare: https://github.com/just-every/code/compare/v0.2.147...v0.2.148
18+
### Thanks
19+
- Thanks to @ae and @jimmyfraiture2 for contributions!
1620

21+
Compare: https://github.com/just-every/code/compare/v0.2.148...v0.2.149

0 commit comments

Comments
 (0)