Skip to content

Releases: wesleysimplicio/simplicio

Simplicio v1.0.4

17 Jun 23:57

Choose a tag to compare

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

17 Jun 22:47

Choose a tag to compare

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 --repair for 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

17 Jun 15:00
d23b8ee

Choose a tag to compare

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 | sh

Or download the binary for your platform below.

Checksums

Built from wesleysimplicio/simplicio-runtime@bcf15711

v1.0.1 β€” Hermes Agent compat + normal profile default

17 Jun 04:08
d23b8ee

Choose a tag to compare

What's new in v1.0.1

Bug fixes

  • Enforcement disabled by default β€” force_all_resources now defaults OFF. No more blocking on missing local model stack.
  • Hermes Agent compatibility β€” auto-detects HERMES_HOME, HERMES_SESSION_ID, HERMES_AGENT_NAME and disables enforcement automatically.
  • SIMPLICIO_NO_ENFORCE=1 β€” explicit opt-out env var for any context.
  • Profile default: normal β€” no longer starts in full (high-performance) mode by default. Use simplicio runtime-profile use full to 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 | sh

v β€” Public Beta (free until 2026-06-30)

16 Jun 03:46

Choose a tag to compare

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)

11 Jun 01:38

Choose a tag to compare

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).