Release v1.2.1
Stabilize the Zed/ACP integration and finish cloud-tier wiring on top of 1.2.0. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
paydii committed
Jun 25, 2026 at 08:05 UTC
1b5016cd4e92e0b6c871f094a6449f497ee567da
3 files changed
+13
-2
CHANGELOG.md
+11
index 42dd9ad..9499194 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,16 @@
# Changelog
+## 1.2.1
+
+Stabilizes the Zed/ACP integration and finishes the cloud-tier wiring on top of 1.2.0.
+
+### What changed
+
+- Fixed a Zed crash by keeping model-picker labels ASCII in the ACP model selector
+- Wired ACP auth, cloud tiers, and slash commands into the Zed panel, including a `/reload` command to re-sync session state in place
+- Fixed the TUI so the loaded-model checkmark appears once a download completes
+- Synced bundled agent skills with the current code and added `CLAUDE.md`
+
## 1.2.0
Adds siGit Code Cloud — a hosted inference tier alongside on-device models.
Cargo.lock
+1
-1
index 18f2211..0d711f1 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -5210,7 +5210,7 @@ checksum = "f8fadd59c855ef2080decdef8ff161eb6661b86933c9d82e5ba29dc602a55aba"
[[package]]
name = "sigit"
-version = "1.2.0"
+version = "1.2.1"
dependencies = [
"agent-client-protocol",
"anyhow",
Cargo.toml
+1
-1
index cd5c85e..42b2d69 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "sigit"
-version = "1.2.0"
+version = "1.2.1"
edition = "2024"
description = "siGit Code — ACP-compatible AI coding agent. Sí, git."
documentation = "https://github.com/getsigit/sigit"