Releases: TrebuchetDynamics/goncho
Releases · TrebuchetDynamics/goncho
Goncho v0.3.2
Goncho v0.3.1
v0.3.1 - 2026-06-01
Added
- Added Gormes live profile/session/memory evidence inspection, generic session evidence projection, and privacy-safe negative evidence candidate generation for repeated tool failures.
- Added a review-queue creation path that accepts repeated-failure candidates into formal stale review items without exposing raw private command or output payloads.
- Added
goncho://negative-evidence/candidatesand viewer snapshot fields so hosts can inspect reviewable negative-memory candidates. - Added non-mutating
goncho embeddings reindex --planpreview support for local embedding-index freshness checks. - Added a local
live-session-debuggeragent skill for read-only Gormes profile/session/memory audits used to guide Goncho improvements. - Added second-pass agentmemory upstream improvements: additional plan-only host connectors, explicit agent-role isolation evidence, a coding-agent replay smoke benchmark, and graph/hook diagnostics.
Goncho v0.3.0
v0.3.0 - 2026-05-25
Added
- Added the
goncho-serverruntime with local service smoke coverage, HTTP lifecycle wiring, and host hook capture schemas. - Added server/team mode safety primitives including auth requirements, action leases, read receipts, team-feed ACL audit, Docker Compose smoke coverage, deployment guidance, and threat-model documentation.
- Added local-first memory platform APIs for eval feedback, recall feedback, retention previews, portable export/import, vector-store fusion, provider resilience, memory extraction proposals, and memory facade compatibility.
- Added operator and connector surfaces including
doctor,version,upgrade-check,schema-fingerprint, connector plans, Go/Python examples, security documentation, and public release checklist guidance. - Added filesystem watcher preview/import primitives plus
goncho connect filesystem-watcher --planfor explicit include/exclude observation imports. - Added local agent skills for Goncho release operations and refreshed Goncho implementation/planning skills with compact contracts and verification gates.
Changed
- Refreshed the README first-touch experience around trust-preserving context architecture, evidence-backed memory, local-first positioning, and benchmark reproducibility.
- Refreshed the memory product roadmap around delivered server, connector, local platform, and release-readiness slices.
- Updated public
@latestrelease metadata docs and smoke guards for v0.3.0.
v0.2.0
Changed
- Added package documentation trust-boundary guidance for pkg.go.dev readers embedding Goncho in host agents.
- Added a README trust-boundary guide for pkg.go.dev readers embedding Goncho in host agents.
- Added package documentation host integration checklist guidance for pkg.go.dev readers embedding Goncho in an agent host.
- Added a README host integration checklist for pkg.go.dev readers embedding Goncho in an agent host.
- Added package documentation import path guidance for pkg.go.dev readers choosing between the root library package,
memory, andcmd/goncho-bench. - Added a README import path guide for pkg.go.dev readers choosing between the root library package,
memory, andcmd/goncho-bench. - Added package documentation versioning and adoption notes for pkg.go.dev readers evaluating Stable version and Imported by metadata.
- Added README versioning and adoption notes for pkg.go.dev readers evaluating pre-1.0 stability and Imported by metadata.
- Added package documentation that maps go.dev package signals to local smoke checks.
- Added a README go.dev signal map that ties public package metadata to local smoke checks.
- Added a README minimal embedded skeleton for pkg.go.dev readers who want the shortest host setup shape.
- Added package documentation that maps pkg.go.dev readers to the primary service methods and public tool constructors.
- Added package documentation install guidance that separates the library
go getpath from thegoncho-benchcommand install path. - Added a README API map for pkg.go.dev readers that links common evaluation goals to public Goncho entry points.
- Pointed the root package overview at compiled pkg.go.dev examples for setup, orientation packs, and scoped retrieval.
- Added a compiled
Service.Searchpackage example for pkg.go.dev readers evaluating scoped retrieval. - Added a compiled
Service.Contextpackage example for pkg.go.dev readers evaluating orientation-pack assembly. - Added a compiled
NewServicepackage example for pkg.go.dev readers evaluating embedded service setup. - Added a README
At a Glancesection for pkg.go.dev readers evaluating installation, use cases, first calls, and trust boundaries. - Expanded the root package documentation shown by
go docand pkg.go.dev with use cases, quick start, and trust-boundary guidance. - Updated public
@latestrelease metadata docs and smoke guards after v0.2.0 tag publication. - Split the importable library surface into
github.com/TrebuchetDynamics/goncho/service, keeping the root module as the release module andcmd/goncho-benchas the installable benchmark command. - Added local memory roadmap APIs for vector-store fusion, host hook capture, query expansion provenance, memory resources/prompts, memory slots, four-tier consolidation, local action graphs, snapshots, and image references.