Release v1.3.0
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_016K7GDe9d6cLd9RkWYCFGmm
Claude committed
Jun 30, 2026 at 07:21 UTC
bd29be58aa012a2e81e19bdc466ff89b9578dd32
3 files changed
+8
-5
CHANGELOG.md
+6
-3
index c7cb020..ea6b81b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,12 +1,15 @@
# Changelog
-## Unreleased
+## 1.3.0
-Adds support for the open [Agent Skills](https://agentskills.io) format and for
-project instruction files (`AGENTS.md` and the like).
+Adds a Local Inference on/off toggle, the open [Agent Skills](https://agentskills.io)
+format, and support for project instruction files (`AGENTS.md` and the like).
### What changed
+- Added a Local Inference on/off setting that is the explicit local-vs-cloud mode switch. It is persisted in `~/.config/sigit/settings.toml` (default on, local-first) and can be overridden with `SIGIT_LOCAL_INFERENCE`
+- Toggle it with the `/local [on|off]` command (TUI and ACP); ACP clients without slash-command support get an equivalent "Local Inference" On/Off control in the session config panel
+- `/models` now groups models by nature — Local vs siGit Code Cloud — and highlights the active mode's group while still showing the other, so the cloud tiers stay discoverable
- Discovers Agent Skills (folders with a `SKILL.md`) from `.sigit/skills/` and `.claude/skills/` in the project, `~/.config/sigit/skills/`, and `~/.claude/skills/`
- Follows the spec's progressive disclosure: each skill's name and description are advertised up front via a new `skill` tool, and the full instructions load only when the agent activates one
- Added a `/skills` slash command (TUI and ACP) that lists the discovered skills
Cargo.lock
+1
-1
index cfeea0c..c81d242 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -5200,7 +5200,7 @@ checksum = "f8fadd59c855ef2080decdef8ff161eb6661b86933c9d82e5ba29dc602a55aba"
[[package]]
name = "sigit"
-version = "1.2.2"
+version = "1.3.0"
dependencies = [
"agent-client-protocol",
"anyhow",
Cargo.toml
+1
-1
index 7f4d43d..7293039 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "sigit"
-version = "1.2.2"
+version = "1.3.0"
edition = "2024"
description = "siGit Code — ACP-compatible AI coding agent. Sí, git."
documentation = "https://github.com/getsigit/sigit"