Releases: unfoundbox-crew/agentworth
Releases · unfoundbox-crew/agentworth
Release list
v0.1.15
What's Changed
- fix: opencode sessions resolve to their repo; merge carries every per-session table by @unfoundbox-crew in #91
- feat(web): changelog and blog, pre-rendered, with RSS, sitemap, JSON-LD and llms.txt by @unfoundbox in #92
- fix(ui): light mode gets its own categorical colours; compaction numbers agree across docs by @unfoundbox-crew in #93
- fix(core): load_trace and pruning work for virtual sources (opencode); merge carries trajectory_chunks by @unfoundbox in #94
- docs: efficiency receipts spec (row G), P0 measured on two weeks by @unfoundbox in #95
- docs(spec G): plumbing, agent surface, one receipt line; no new panes by @unfoundbox-crew in #98
- docs: CLI grammar A, completions and the cockpit, decided by @unfoundbox-crew in #99
- feat: agentworth asks, where the answers to your questions are (tier 1, zero tokens) by @unfoundbox-crew in #97
- blog: The effort dial we can't read by @unfoundbox-crew in #96
- design: AgentWorth design system cards (foundations, icons, motion, charts, diagrams, components, pages) by @unfoundbox-crew in #101
- fix(cli): stats reads the index instead of reparsing every transcript; progress lines on slow commands by @unfoundbox-crew in #102
- docs: the AgentWorth and SpacePilot loop, as a contract by @unfoundbox-crew in #103
- docs(spacepilot-loop): what exists today, what is a build item, aggregates as the producer contract by @unfoundbox-crew in #106
- feat: generated reference docs (CLI, API, MCP) as a page, markdown and llms.txt by @unfoundbox-crew in #100
- web: archive three posts with private numbers; only the effort-dial post is public by @unfoundbox in #107
- feat(cli): usage by model and repo, year and all-time periods, cost labelled as API-equivalent by @unfoundbox-crew in #108
- feat(cli): pick a session from a list when no id is given; --last and prefixes on every session command by @unfoundbox-crew in #104
- feat(cli): doctor --self-test runs the real workflow with timings; fixture rule in AGENTS.md by @unfoundbox-crew in #105
- design: Archie assets (approved D2 hound with headlamp) by @unfoundbox in #110
- fix: never byte-slice transcript text; scan no longer panics on non-ASCII (v0.1.15) by @unfoundbox in #109
Full Changelog: v0.1.14...v0.1.15
v0.1.14
What's Changed
- fix: compaction badge in the session list, og.png in Geist Mono, manifest colours by @unfoundbox-crew in #70
- docs: four usefulness specs and the internal capability matrix, measured by @unfoundbox-crew in #71
- fix(server): trace responses are compressed and paginated; MCP session_get caps events by @unfoundbox-crew in #72
- feat(dashboard): the inspector paints in 500 events and streams the rest by @unfoundbox-crew in #73
- fix(scan): backfill prompt_preview and other derived fields on unchanged sources; matrix derives from the registry by @unfoundbox-crew in #74
- feat(mcp): outcome_rate, the verified-outcome rate by model, adapter or repo by @unfoundbox-crew in #75
- feat(cli): inspect takes a prefix; doctor and matrix join the design system by @unfoundbox-crew in #76
- fix: stats and usage count the same sessions by @unfoundbox-crew in #78
- feat: the handoff, written by the machine (session_handoff, carry_forward, agentworth handoff) by @unfoundbox-crew in #77
- fix: the archaeology pane gets its data; model and tool usage counts are real by @unfoundbox-crew in #80
- fix(outcomes): tests passed means exit 0, not "a test command was typed" by @unfoundbox-crew in #81
- docs: read-these-first pointers, README caught up to today, drift fixed by @unfoundbox-crew in #82
- feat: forgotten_context, the decisions compaction dropped, handed back with receipts by @unfoundbox in #83
- ci: path-aware, macOS tests, clippy gate; drop the dead Pages deploy by @unfoundbox-crew in #79
- fix(scan): every real session gets scored; CI rung needs an exit code; parser versions trigger reparse by @unfoundbox-crew in #85
- docs: beliefs spec, the facts nobody cross-checks, measured by @unfoundbox-crew in #86
- fix(live-tail): adapter attribution works on macOS (FSEvents reports canonical paths) by @unfoundbox-crew in #87
- docs(research): traces, closed APIs, open models, prior art, one experiment by @unfoundbox-crew in #88
- feat: suspect_commits, process-suspect commits with receipts, anchored so it can be trusted by @unfoundbox-crew in #84
- fix(scan): backfill runs once per parser version and never loops on sessions with no prompt; merge carries parser_version by @unfoundbox-crew in #89
- v0.1.14: handoff, forgotten_context, suspect_commits, exit codes are evidence by @unfoundbox-crew in #90
Full Changelog: v0.1.13...v0.1.14
v0.1.13
What's Changed
- fix(dashboard): formatters must not throw on a field the server stopped sending by @unfoundbox-crew in #53
- fix: CI now runs the test suite, and the one test that was red on main by @unfoundbox-crew in #54
- fix(web): ship real install.sh, drop unlisted Homebrew tap by @unfoundbox-crew in #55
- feat: MCP server (agentworth mcp), stdio, six tools by @unfoundbox-crew in #56
- feat(dashboard): compaction awareness pane (roadmap 6c) by @unfoundbox-crew in #57
- feat(dashboard): real vendor logos for the coverage matrix by @unfoundbox-crew in #59
- fix(server): --dist is honoured or fails loudly; list endpoint always carries outcome fields by @unfoundbox-crew in #60
- feat(web): landing page rebuilt as a landing page by @unfoundbox-crew in #58
- feat: per-session compaction tracking (ported from the retired integration lineage) by @unfoundbox-crew in #62
- fix(release): ship agwt in the tarballs, one CLI entry point, launcher resolves agwt by @unfoundbox-crew in #61
- design: brand pack (mark, wordmark, lockups, Archie) by @unfoundbox-crew in #63
- docs: spec status lines match what shipped by @unfoundbox-crew in #64
- fix(brand): assets do not follow the OS scheme; explicit light and dark files by @unfoundbox-crew in #65
- feat: one mark everywhere (web header, dashboard rail, favicons, social card) by @unfoundbox-crew in #66
- feat(cli): output redesigned to the brand system by @unfoundbox in #67
- fix(adapters): stop indexing config, telemetry and other non-session files by @unfoundbox in #68
- v0.1.13: MCP server, compaction tracking, CLI redesign, brand, non-session rows by @unfoundbox in #69
Full Changelog: v0.1.12...v0.1.13
v0.1.12
What's Changed
- fix(launcher): drop --force-local, BSD tar on macOS rejects it by @unfoundbox-crew in #51
- docs: correct the architecture doc to the tree that exists by @unfoundbox-crew in #38
- v0.1.12: npx agentworth works on macOS again by @unfoundbox-crew in #52
Full Changelog: v0.1.11...v0.1.12
v0.1.11
What's Changed
- v0.1.11: drop Windows support (tar-extraction bug kept recurring) by @unfoundbox-crew in #49
Full Changelog: v0.1.10...v0.1.11
v0.1.10
What's Changed
- docs(agents): six things you cannot learn from the code by @unfoundbox in #25
- docs: how to actually work on this, and seven missing releases by @unfoundbox in #26
- docs: specs for the scrubber, the fleet view and a desktop app by @unfoundbox in #27
- fix(release): build and smoke-test the Windows target by @unfoundbox-crew in #10
- chore: take internal documents off a public repo, and record how the site ships by @unfoundbox in #28
- docs(spec): what returning cold actually costs by @unfoundbox in #29
- docs: correct a privacy claim I asserted all day and got wrong by @unfoundbox in #30
- docs: finish the correction, and decide credits are ours to build by @unfoundbox-crew in #31
- feat(dashboard): resizable session column, and grouping by repo, worktree and subagent by @unfoundbox-crew in #34
- docs: compaction, measured rather than described by @unfoundbox-crew in #32
- docs: the questions worth answering, and how to find more by @unfoundbox-crew in #33
- docs: Archie, the memory agents do not have by @unfoundbox-crew in #35
- docs: dropped commitments, and where trajectory data is actually sufficient by @unfoundbox-crew in #36
- docs: add canonical ARCHITECTURE.md, verified against source by @unfoundbox-crew in #9
- docs: name it loose ends by @unfoundbox-crew in #39
- feat(dashboard): trajectory scrubber — zoom, pan, brush, on a real time axis by @unfoundbox-crew in #40
- feat(dashboard): fleet strip — what is running, and what it is costing by @unfoundbox-crew in #41
- feat(dashboard): cache warmth and cold-start cost, measured per session by @unfoundbox-crew in #42
- fix(web): new social card, on brand and with numbers that are real by @unfoundbox-crew in #43
- feat(dashboard): loose ends — what a session said it would do and didn't by @unfoundbox-crew in #44
- docs(spec): context composition, and the part of it nobody can measure by @unfoundbox-crew in #45
- feat(dashboard): context composition — what filled the window, and the real peak by @unfoundbox-crew in #46
- v0.1.10: outcome encoding fix, redaction hardening, and today's accumulated backend work by @unfoundbox-crew in #47
- fix(dashboard): 24fps drag, junk rows, collapse, and a list that never recovered by @unfoundbox-crew in #48
- fix(launcher): reject stale cargo-target/cargo-bin candidates by version by @unfoundbox-crew in #37
Full Changelog: v0.1.9...v0.1.10
v0.1.9
What's Changed
- feat(dashboard): show what the agent actually did by @unfoundbox in #23
- chore(release): v0.1.9 by @unfoundbox in #24
Full Changelog: v0.1.8...v0.1.9
v0.1.8
What's Changed
- fix(launcher): a stale binary on PATH no longer answers for a pinned version by @unfoundbox in #21
- chore(release): v0.1.8 by @unfoundbox in #22
Full Changelog: v0.1.7...v0.1.8
v0.1.7
What's Changed
- fix(dashboard): stop using danger red for an absence of evidence by @unfoundbox in #19
- chore(release): v0.1.7 by @unfoundbox in #20
Full Changelog: v0.1.6...v0.1.7
v0.1.6
What's Changed
- fix(blame): persist file modifications so AI Code Blame actually matches by @unfoundbox-crew in #12
- feat(web): adopt the MotionVector design system across landing and explorer by @unfoundbox-crew in #13
- feat(web): keyboard-first explorer shell + split marketing from the local dashboard by @unfoundbox-crew in #15
- fix(release): ship the dashboard inside the binary by @unfoundbox in #16
- feat(dashboard): restore the substance the shell replaced by @unfoundbox in #17
- chore(release): v0.1.6 by @unfoundbox in #18
Full Changelog: v0.1.5...v0.1.6