Skip to content

Commit 39989ba

Browse files
john2aiclaude
andcommitted
πŸ”– chore(release): v0.3.1
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent da85822 commit 39989ba

5 files changed

Lines changed: 25 additions & 5 deletions

File tree

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,26 @@ if no section matches, the release falls back to auto-generated notes.
1111

1212
## [Unreleased]
1313

14+
## [0.3.1] - 2026-09-04
15+
16+
### Highlights
17+
18+
- **Cloud features on by default in shipped builds, with a `--nocloud` opt-out**: release artifacts (CLI + desktop) and `./scripts/build.sh` compile the `cloud` feature by default; `syscity start --nocloud` disables cloud at runtime (propagated through background start and self-update restarts). Source `cargo build` still contains no cloud code (Β§2.7).
19+
20+
### Added
21+
22+
- `/goal` durability: round-level checkpoint hardening (atomic writes, TaskRegistry drain on shutdown), mid-round resume (an in-flight round continues from its checkpointed messages instead of restarting), per-goal token accounting, terminal outcome write-back to the parent session, and a `syscity goal list/resume/cancel` CLI
23+
- Eval: suite token cost reported in TrialResult/Suite Summary, auto-appended eval ledger (`evals/ledger.md`), release-gate iteration loop recipe, and machine-enforced gate integrity (pre-commit + CI checks against threshold tampering)
24+
25+
### Changed
26+
27+
- `./scripts/build.sh` defaults to cloud features; `--nocloud` opts out and the old `--cloud` flag is removed
28+
29+
### Fixed
30+
31+
- A `[cloud]` config section without an explicit `enabled` key silently disabled cloud (serde `bool` default); it now shares the env-aware on-by-default value
32+
- CI: publish one-line installers to GitHub Pages
33+
1434
## [0.3.0] - 2026-09-02
1535

1636
### Highlights

β€ŽCargo.lockβ€Ž

Lines changed: 2 additions & 2 deletions
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 = "syscity"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
edition = "2021"
55
rust-version = "1.94"
66
authors = ["Syscity Contributors"]

β€Ždesktop/Cargo.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "syscity-desktop"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
description = "Syscity Desktop App"
55
authors = ["Syscity Contributors"]
66
license = "Apache-2.0"

β€Žweb/package.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "syscity-chat-ui",
33
"private": true,
4-
"version": "0.3.0",
4+
"version": "0.3.1",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

0 commit comments

Comments
Β (0)