Skip to content

Commit f0fb51e

Browse files
committed
chore(release): prepare v0.54.0
1 parent c493bf1 commit f0fb51e

4 files changed

Lines changed: 26 additions & 2 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "jcode"
3-
version = "0.53.0"
3+
version = "0.54.0"
44
description = "Possibly the greatest coding agent ever built — blazing-fast TUI, multi-model, swarm coordination, 30+ tools"
55
edition = "2024"
66
autobins = false

changelog/index.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"entries": [
3+
{ "version": "0.54.0", "date": "2026-07-20" },
34
{ "version": "0.53.0", "date": "2026-07-19" },
45
{ "version": "0.52.0", "date": "2026-07-19" },
56
{ "version": "0.51.1", "date": "2026-07-18" },

changelog/v0.54.0.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"version": "0.54.0",
3+
"date": "2026-07-20",
4+
"title": "Subscription models, session facts, and faster Windows startup",
5+
"highlights": [
6+
"Jcode subscription routes now include curated Bedrock coding models and appear reliably in model selection and provider diagnostics",
7+
"Session facts now use available space beside the conversation while remaining grouped and readable",
8+
"The Windows hotkey listener now prewarms the background server for faster first launches"
9+
],
10+
"improvements": [
11+
"Terminals without inline image support now explain the fallback, preserve image interactions, and show Mermaid source when rendering is unavailable",
12+
"Long sessions use less memory by releasing transcript copies, trimming inactive clients, and unloading the embedding model sooner",
13+
"Windows startup and credential maintenance avoid repeated or blocking security work"
14+
],
15+
"fixes": [
16+
"The input view follows new content to the bottom consistently",
17+
"Swarm recursion is limited to deep-swarm roots, live agent counts remain bounded, and resumed sessions avoid a lock inversion",
18+
"Mixed provider and subscription routes survive catalog hydration, stale catalogs refresh correctly, and direct Bedrock routes remain available",
19+
"Bedrock uses configured AWS profiles while authentication and remote catalog inputs stay within their intended security scope",
20+
"Onboarding credentials and deferred Windows ACL retries are handled more safely",
21+
"Transport and PDF dependencies include current security fixes"
22+
]
23+
}

0 commit comments

Comments
 (0)