Releases: wesleysimplicio/simplicio
Simplicio v1.0.4
Simplicio v1.0.4
- Token capture into reports: the skill now records every turn to the ledger, and
records always land in the GLOBAL ~/.simplicio ledger so the dashboard shows them
no matter which repo/cwd they came from (fixes "didn't appear in the dashboard"). - Free public beta unlocks every feature consistently (entitlement gate).
- Mandatory enforce hook (free phase) + forced token-savings line.
- Install downloads the local GGUF + runs doctor --repair.
- Fixed a panic on bare
simplicio savings. - (Carried from 1.0.0: living dashboard, live reports across every dimension.)
Note: ships the NEW Windows binary; Linux/macOS are carried from prior release
(a platform/CI rebuild refreshes them β installs keep working).
Simplicio v1.0.3
Simplicio v1.0.3
Highlights:
- Repaired main (90 compile errors from unverified merges) β runtime builds clean again.
- Living dashboard (
simplicio web-dashboard, :9119): real ledger data, breathing
organism UI, brand colors, 15 languages. - Live reports across every dimension: session, conversation, hour/day/month, LLM,
repository, IDE/surface. - Install: downloads the local GGUF + runs
doctor --repairfor an exact, offline-ready setup. - Mandatory Simplicio enforce hook (free phase: all features unlocked) + forced token-savings line.
- Free public beta unlocks every feature consistently.
Assets are raw binaries: simplicio-<os>-<arch>.
Note: this release ships the NEW Windows binary; the Linux/macOS binaries are
carried from v1.0.2 (a platform/CI rebuild will refresh them β installs keep working).
v1.0.2 β Autopilot v5 + 37 new modules
v1.0.2
Autopilot v5 β Universal Looping AI Orchestrator
Complete implementation: scheduler, execution loop, evidence ledger, multi-agent orchestrator, CLI, policy guards, test harness, config module, delivery adapter.
Make-real (replacing stubs)
- Native test runner with real subprocess execution
- Auto-split for large files (line/byte chunking + merge)
- Result cache with TTL per command
- Native git integration via subprocess
- Real OTLP-compatible telemetry (no external dep)
Registry & gates
- Unified command registry (40+ commands)
- Unified action gate for all execution paths
- Reachability gate for Rust modules
Install
curl -fsSL simpleti.com.br/simplicio/install.sh | shOr download the binary for your platform below.
Checksums
Built from wesleysimplicio/simplicio-runtime@bcf15711
v1.0.1 β Hermes Agent compat + normal profile default
What's new in v1.0.1
Bug fixes
- Enforcement disabled by default β
force_all_resourcesnow defaults OFF. No more blocking on missing local model stack. - Hermes Agent compatibility β auto-detects
HERMES_HOME,HERMES_SESSION_ID,HERMES_AGENT_NAMEand disables enforcement automatically. SIMPLICIO_NO_ENFORCE=1β explicit opt-out env var for any context.- Profile default:
normalβ no longer starts infull(high-performance) mode by default. Usesimplicio runtime-profile use fullto opt in. - Safe update β user files (
.simplicio/memory/,.skills/*/SKILL.md,.tools/custom/, custom MCPs) are never overwritten on auto-update.
Upgrade
simplicio update apply
# or
curl -fsSL https://simpleti.com.br/simplicio/install.sh | shv β Public Beta (free until 2026-06-30)
Free public beta. All features unlocked until 2026-06-30; the
subscription gate re-engages automatically afterwards.
Windows: irm https://raw.githubusercontent.com/wesleysimplicio/simplicio/main/install.ps1 | iex
macOS/Linux: curl -fsSL https://raw.githubusercontent.com/wesleysimplicio/simplicio/main/install.sh | sh
Signed update manifest included (simplicio update check).
v0.8.0 β Public Beta (free until 2026-06-30)
Free public beta. All features unlocked until 2026-06-30; the
subscription gate re-engages automatically afterwards.
Windows: irm https://raw.githubusercontent.com/wesleysimplicio/simplicio/main/install.ps1 | iex
macOS/Linux: curl -fsSL https://raw.githubusercontent.com/wesleysimplicio/simplicio/main/install.sh | sh
Signed update manifest included (simplicio update check).