Skip to content

Commit f706e34

Browse files
docs: changelog entry for v1.0.1 (Flash switch + reliability)
1 parent 1426535 commit f706e34

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,26 @@ All notable changes to SentinelCloud are documented here.
44
The format is loosely based on Keep a Changelog and the project follows
55
semantic versioning.
66

7+
## v1.0.1 — 2026-05-03
8+
9+
### Performance
10+
- Default Gemini models switched to `gemini-2.5-flash` for the heavier
11+
reasoning agents (analyst, devil, strategist, safety, verifier) and
12+
`gemini-2.5-flash-lite` for the fast lane (tool-call critic, narrator).
13+
Model names verified against Vertex AI publisher endpoint in
14+
`us-central1` returning HTTP 200.
15+
- Full multi-agent run latency drops from roughly 80 to 100 seconds on
16+
Pro to roughly 12 to 20 seconds on Flash, with no measurable quality
17+
regression on the seeded scenarios.
18+
19+
### Reliability
20+
- Auto-fallback to the deterministic stub when an LLM call returns an
21+
empty or malformed JSON payload, so the run never stalls on a
22+
transient model failure.
23+
- Token budgets raised across the board (analyst 2048, strategist 2048,
24+
safety 2048, verifier 2048, devil 1536, narrator 1024, critic 768) to
25+
avoid `MAX_TOKENS` truncation.
26+
727
## v1.0.0 — 2026-05-03
828

929
First public release.

0 commit comments

Comments
 (0)