Skip to content

Commit 2714eca

Browse files
committed
chore(release): prepare v0.53.0
1 parent 492f88b commit 2714eca

4 files changed

Lines changed: 24 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.52.0"
3+
version = "0.53.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.53.0", "date": "2026-07-19" },
34
{ "version": "0.52.0", "date": "2026-07-19" },
45
{ "version": "0.51.1", "date": "2026-07-18" },
56
{ "version": "0.50.0", "date": "2026-07-17" },

changelog/v0.53.0.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"version": "0.53.0",
3+
"date": "2026-07-19",
4+
"title": "GitHub triage, copyable math, and sturdier reloads",
5+
"highlights": [
6+
"New built-in /triage command helps review and organize GitHub issues from a jcode session",
7+
"Rendered LaTeX equations can now be copied as their original math source instead of opaque image markers"
8+
],
9+
"improvements": [
10+
"Bursty response streams reveal more smoothly while keeping the terminal responsive",
11+
"Desktop resizing and hot reloads use fewer unnecessary redraws, react promptly to worker activity, and preserve the final window position and size"
12+
],
13+
"fixes": [
14+
"Remote skill prompts are dispatched correctly instead of remaining stuck in the client",
15+
"Noninteractive Google sign-in now completes OAuth callbacks reliably",
16+
"Windows updates and server startup avoid launcher replacement and named-pipe probe stalls",
17+
"Terminal images choose a reliable protocol for each terminal instead of reusing an incompatible global choice",
18+
"Swarm clients drop cleared plans, omit long-finished members, bound durable plan graphs, and prune stale recovery state",
19+
"Exited jcode client processes are reaped instead of accumulating in the background"
20+
]
21+
}

0 commit comments

Comments
 (0)