Skip to content

v0.1.1

Choose a tag to compare

@cukas cukas released this 02 Jun 06:20
· 298 commits to main since this release

What's Changed

  • Feat/agent mode by @cukas in #1
  • Feat/agent mode by @cukas in #2
  • Feat/agent mode by @cukas in #3
  • Feat/agent mode by @cukas in #4
  • Feat/agent mode by @cukas in #5
  • fix: make readOnlyDiff and worktreeDiff resilient to git failures by @cukas in #6
  • Dev by @cukas in #7
  • fix(cesar): keep chat history on API failures + gate warnings on reso… by @cukas in #8
  • Improve forge resilience and native REPL rendering by @cukas in #9
  • chore: retrigger kern-guard by @cukas in #10
  • fix(core): skip format normalization for /coding/ API paths by @cukas in #11
  • fix(ui,session): keep header and disable implicit continuity by @cukas in #12
  • feat(skills): replace lazy TODOs with actionable skill template by @cukas in #13
  • Kimi cesar by @cukas in #14
  • Preserve KERN source traces in generated output by @cukas in #15
  • fix(cesar): persist visible plan files by @cukas in #16
  • fix(cesar): close fast-path review gaps by @cukas in #17
  • Dev by @cukas in #18
  • fix(ui): quiet Cesar telemetry chrome by @cukas in #19
  • fix(cesar): harden harness tool flow by @cukas in #20
  • Kimi cesar by @cukas in #21
  • Kimi cesar by @cukas in #22
  • Kimi cesar by @cukas in #23
  • Kimi cesar by @cukas in #24
  • Kimi cesar by @cukas in #25
  • Kimi cesar by @cukas in #26
  • Improve forge fallback and telemetry UX by @cukas in #27
  • Kimi cesar by @cukas in #28
  • Kimi cesar by @cukas in #29
  • Kimi cesar by @cukas in #30
  • Kimi cesar by @cukas in #31
  • Kimi cesar by @cukas in #32
  • Kimi cesar by @cukas in #33
  • Kimi cesar by @cukas in #34
  • fix(stream): tool-stream events nonFlushing + lazy start dispatch by @cukas in #35
  • fix(telemetry): add __test override for clamp floors + mock stall eng… by @cukas in #36
  • Dev by @cukas in #37
  • feat: make engine activation explicit by @cukas in #38
  • Fix forge dispatch and engine removal routing by @cukas in #39
  • Kimi cesar by @cukas in #40
  • Kimi cesar by @cukas in #41
  • Kimi cesar by @cukas in #42
  • Kimi cesar by @cukas in #43
  • docs: polish README for public beta by @cukas in #44
  • chore: bump Kern to 3.4.5 by @cukas in #45
  • fix(cursor): snap to end on external value changes, keep text-editing… by @cukas in #46
  • Fix composer paste handling by @cukas in #47
  • Kimi cesar by @cukas in #48
  • Let plan approval bypass the input queue and add Y/N hotkey by @cukas in #49
  • Kimi cesar by @cukas in #50
  • Kimi cesar by @cukas in #51
  • Remove vanilla Minimax engine by @cukas in #52
  • Update Kern packages to 3.4.7 by @cukas in #53
  • Kimi cesar by @cukas in #54
  • Add finalize-on-score CLI flag and Cesar smart-threshold policy by @cukas in #55
  • Retro-review fixes: parse handoff tool calls in brain recovery + tigh… by @cukas in #56
  • Kimi cesar by @cukas in #57
  • Forge implement/improve/validate modes + saas-api FastAPI gap checker by @cukas in #58
  • Kimi cesar by @cukas in #59
  • Update README — real repo URL, Python sidecars, dedup + mcp packages by @cukas in #60
  • Kimi cesar by @cukas in #61
  • Drop pyte runtime dependency claim — stdlib-only by @cukas in #62
  • Use --allowedTools for pty claude (kill the bypass-permissions banner) by @cukas in #63
  • Cesar: RULE 10 — Turn Closure (kill ambiguous "Standing by" endings) by @cukas in #64
  • Cesar: orchestration autonomy (announce, don't block) by @cukas in #65
  • chore: bump @kernlang/* to 3.5.3 + Cesar error surfacing by @cukas in #66
  • chore: kern 3.5.3 upgrade + @kernlang/fastapi → @kernlang/python rename by @cukas in #67
  • Chore/kern 3.5.3 upgrade by @cukas in #68
  • fix(cesar): auto-continue until asks-user or done by @cukas in #69
  • chore: auto-install Python sidecar on npm install + drop startup nags by @cukas in #70
  • chore(cli): disable auto-review + tidy todo-list rendering by @cukas in #71
  • feat(cesar): clear turn closure — pickable forks, no ambiguous stops,… by @cukas in #72
  • feat(forge): Codex-as-judge mode + engine aliases, smoother reviews by @cukas in #73
  • fix(review): reliable structured findings + multi-engine /review by @cukas in #74
  • Feat/engine ergonomics and judge by @cukas in #75
  • feat(review): grounding, severity summary, mode-aware maxTokens (+ goal foundation) by @cukas in #76
  • Feat/engine ergonomics and judge by @cukas in #77
  • Feat/engine ergonomics and judge by @cukas in #78
  • Feat/engine ergonomics and judge by @cukas in #79
  • Feat/engine ergonomics and judge by @cukas in #80
  • Feat/engine ergonomics and judge by @cukas in #81
  • docs(readme): goal per-task loop + engine setup guide by @cukas in #82
  • feat: advertise synthesis to external CLIs + one-step setup by @cukas in #83
  • Feat/external cli synthesis setup by @cukas in #84
  • feat(goal/forge): dogfood fixes — live status, review roster, forge -t optional, status-by-branch by @cukas in #85
  • docs(readme): add 'Which mode should I use?' mode-selection guide by @cukas in #86
  • feat(goal): pre-flight base-gate check — stop false-parking when the build is red at base by @cukas in #87
  • fix(worktree): recreate per-package node_modules for pnpm/non-hoisted monorepos by @cukas in #88
  • feat(synthesis): forge-routing guard + judge calibration by @cukas in #89
  • Feat/provenance phase2 by @cukas in #90
  • feat(worktree): per-session isolation + apply-lock/HEAD-CAS for the shared-checkout hazard by @cukas in #91
  • feat(goal): sliding-window breaker — survive hard-task clusters overnight by @cukas in #92
  • feat(goal): --supervised — unattended overnight crash survival by @cukas in #93
  • feat(goal): bound the journal audit trail (24h persistence stays O(1) in events) by @cukas in #94
  • feat(goal): tiered mutation-gate calibration — stop parking correct contracts by @cukas in #96
  • feat(isolation): workspace-pure engine dispatch by default by @cukas in #97
  • fix(isolation): make workspace-pure actually run (schema was stripping isolationHints) + agon login by @cukas in #98
  • feat(cesar): wire goal and review-fix orchestration by @cukas in #99
  • feat(cli): add agon ask — single-engine one-shot by @cukas in #100
  • feat(cesar): cross-process chat memory — agon --continue like Claude by @cukas in #101
  • feat(tools): WebFetch — give Cesar's agents web access (gap #2) by @cukas in #102
  • feat(tools): TodoWrite — agent-facing rolling task list (gap #3) by @cukas in #103
  • feat(tools): WebSearch — keyed web search, completes gap #2 by @cukas in #104
  • fix(brainstorm): show Quality column so the winner is legible by @cukas in #105
  • feat(todos): render the todo-rail from TodoWrite (build/pipeline) by @cukas in #106
  • feat(engines): add Antigravity (agy) as a builtin engine by @cukas in #107
  • feat(cesar): auto-mode — continuous loop, reconnect, seamless mode continuation by @cukas in #108
  • feat(think): native sequential thinking mode (agon think) by @cukas in #110
  • Feat/cesar automode continuous loop by @cukas in #109
  • feat(think): v1.5 — tot/graph/hypothesis strategies, adversarial critic, goal --think by @cukas in #111
  • fix(plan): un-pin approved plan into scrollback history (Claude-style) by @cukas in #112
  • fix(plan): let Cesar supersede a pending plan instead of getting stuck by @cukas in #113
  • merge: plan-mode UX — un-pin approved plan + supersede pending plan by @cukas in #114
  • feat(plan): plan-mode UX — un-pin on accept, supersede pending, ExitPlanMode by @cukas in #115
  • feat(nero): adversarial self-challenge mode + ReportConfidence breaker + cooldown nit by @cukas in #116
  • Feat/nero mode by @cukas in #117
  • Feat/nero mode by @cukas in #118
  • Feat/nero mode by @cukas in #119
  • Refactor/dispatch split by @cukas in #120
  • fix(council): chair failover so an empty seated chair no longer kills… by @cukas in #121
  • fix(claude-pty): scrape the answer, not the TUI chrome by @cukas in #122
  • Feat/conquer mode by @cukas in #123
  • feat(kern-engines): ship the pty daemon for npm/brew installs (go-liv… by @cukas in #124
  • feat(conquer): REPL /conquer wiring + external-CLI bridge by @cukas in #125
  • Feat/conquer mode by @cukas in #126
  • docs(conquer): README done-oracle reflects the real tool-enabled fals… by @cukas in #127
  • Docs/conquer falsifier readme by @cukas in #128
  • Chore/kernlang 3.5.6 by @cukas in #129
  • Chore/kernlang 3.5.6 by @cukas in #130
  • fix(guard): harden reexport-surface guard (agon-review findings on e2… by @cukas in #131
  • Fix/plan display truth by @cukas in #132
  • fix(models): live /model probe never ran — picker showed stale fallback models by @cukas in #133
  • Fix/model probe race and picker spinner by @cukas in #134
  • chore: extract kern_engines into git submodule (KERNlang/kern-engines) by @cukas in #135
  • chore: add rebuild script (kern:compile + build) by @cukas in #136
  • chore(release): prep npm direct-install (bundle CLI, publish 3 packages) by @cukas in #137
  • Chore/rename kernlang scope by @cukas in #138
  • Chore/kernlang 3.5.7 and npm metadata by @cukas in #139
  • Fix/api engine 404 ux by @cukas in #140
  • Chore/tag driven release by @cukas in #141
  • Release/v0.1.1 by @cukas in #142

New Contributors

  • @cukas made their first contribution in #1

Full Changelog: https://github.com/KERNlang/agon/commits/v0.1.1