1.2.0
Seto Elkahfi committed
Jun 23, 2026 at 21:08 UTC
eb27aec9ca28a519d321fc263238537fec86ca6d
3 files changed
+22
-2
CHANGELOG.md
+20
index 93ee700..42dd9ad 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,25 @@
# Changelog
+## 1.2.0
+
+Adds siGit Code Cloud — a hosted inference tier alongside on-device models.
+
+### What changed
+
+- Added siGit Code Cloud with cloud-tier routing, pointed at `sigit.si`
+- Added account management slash commands and surfaced cloud tiers in `/models`
+- Carried forward from 1.1.0: ACP SDK v0.13, refreshed dependencies and branding
+
+## 1.1.0
+
+Bumps the ACP SDK to v0.13 and pulls in updated dependencies.
+
+### What changed
+
+- Updated `agent-client-protocol` from v0.11 to v0.13
+- Updated `onde` to 1.1.2
+- Refreshed branding and skill metadata
+
## 1.0.4
This release tightens up the terminal experience and finishes a few release-facing cleanup items.
Cargo.lock
+1
-1
index 3df9923..c66ff1e 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -5189,7 +5189,7 @@ checksum = "f8fadd59c855ef2080decdef8ff161eb6661b86933c9d82e5ba29dc602a55aba"
[[package]]
name = "sigit"
-version = "1.0.4"
+version = "1.2.0"
dependencies = [
"agent-client-protocol",
"anyhow",
Cargo.toml
+1
-1
index af87312..f9b0e97 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "sigit"
-version = "1.0.4"
+version = "1.2.0"
edition = "2024"
description = "siGit Code — ACP-compatible AI coding agent. Sí, git."
documentation = "https://github.com/getsigit/sigit"