Releases: wesleysimplicio/simplicio-agent
Releases · wesleysimplicio/simplicio-agent
Release list
Simplicio Agent v0.25.0
Simplicio Agent v0.25.0
Release do simplicio-agent após o merge da PR #231.
Inclui as seis melhorias validadas nos caminhos de contexto, I/O durável do gateway, cache cross-prompt, serialização de tool calls, pooling HTTPX e prewarm/cache de skills.
Validação integrada: 804 testes passaram; Ruff e git diff --check passaram.
v0.24.0 — SIMPLICIO_AGENT_HOME
- SIMPLICIO_AGENT_HOME como env var padrão\n- Backward compatible com HERMES_HOME
Simplicio Agent v0.22.1
Correcoes e melhorias:
- fix: install.sh aponta para /simplicio (repositorio publico)
- fix: README com links corretos
- feat: post-install-config.sh com LocateAnything (vision)
- feat: scripts/simplicio-vision.sh (lazy-load)
- feat: release pipeline (.github/workflows/release.yml)
- meta: repositorio agora privado (codigo fonte do produto)
simplicio-agent v0.22.0
Release sincronizada com simplicio-runtime v1.6.4.
PRs nesta release:
- #77 archive CLI-only (#56)
- #78 roadmap + docs (#25,#49,#52,#54)
- #79 turbo-speed (#58-#62)
- #80 packaging/licensing (#73-#76)
- #81 provider-mode (#64)
- #82 MCP telemetry + importer (#63-#66)
Compatível com: simplicio-runtime >=1.6.4, simplicio-loop >=3.21.0
v0.21.1
Fixed
hermes_cli/main.py: added thedaemonsubcommand (registered in
0.21.0's warm-daemon port) to_BUILTIN_SUBCOMMANDS. Without it,hermes daemonwas paying the eager plugin-discovery cost on every invocation
instead of taking the fast path every other built-in subcommand gets.
Caught bytest_startup_plugin_gating.py::test_builtin_set_covers_every_registered_subcommand.