Skip to content

Releases: tripledoublev/v100

v0.2.5

14 Mar 05:51

Choose a tag to compare

v0.2.4

12 Mar 04:39

Choose a tag to compare

Full Changelog: v0.2.3...v0.2.4

v0.2.3

11 Mar 03:51

Choose a tag to compare

Full Changelog: v0.2.2...v0.2.3

Full Changelog: v0.2.2...v0.2.3

Full Changelog: v0.2.2...v0.2.3

Full Changelog: v0.2.2...v0.2.3

v0.2.2

10 Mar 23:36

Choose a tag to compare

Full Changelog: v0.2.1...v0.2.2

v0.2.1 — Strategic Research Alignment

09 Mar 04:51

Choose a tag to compare

Finalized Phase 100 implementation and aligned Phase 200 roadmap with frontier agentic research goals.

Full Changelog: v0.2.0...v0.2.1

v0.2.0 — Phase 100: Recursive Self-Evolution

09 Mar 04:36

Choose a tag to compare

This release introduces the first milestone of the self-evolution engine, allowing agents to distill their own trajectories and author new tools at runtime.

Self-Evolution Engine

  • Distill commandv100 distill <run_id> converts JSONL traces into ShareGPT-formatted datasets for model fine-tuning and DPO.
  • Dynamic Tool Registry — support for RegisterAndEnable at runtime, enabling agents to expand harness capabilities without re-compilation.
  • Automatic Build Feedback — modified internal/core/loop.go to trigger go build ./... after every workspace mutation, injecting compiler errors as a SYSTEM ALERT to enforce a reality-check loop.

Dynamic Tools

  • sql_search — Execute SQL queries against local SQLite databases with path sanitization.
  • graphviz — Render DOT graph definitions into images (PNG/SVG) for architectural visualization.

Improvements

  • Dependency Tracking — Added github.com/mattn/go-sqlite3 for local structured data operations.
  • Documentation — New DF-11 quest in dogfood/ for verifying self-evolution trajectories.

Full Changelog: v0.0.3...v0.2.0

v0.1.0

12 Mar 04:39

Choose a tag to compare

Full Changelog: v0.0.3...v0.1.0

v0.0.3

08 Mar 18:19

Choose a tag to compare

Full Changelog: v0.0.2...v0.0.3

v0.0.2

08 Mar 17:28

Choose a tag to compare