Skip to content

Releases: cbusillo/code

Release v0.6.115

04 Jun 01:02
3f80c03

Choose a tag to compare

Every Code v0.6.115

This release makes concurrent checkout edits safer when multiple Every Code sessions are active.

Changes

  • Every Code now requires an explicit visible worktree decision before editing a checkout that already has another write-capable session.
  • The concurrent-write gate is stricter about invalid or missing decisions, keeping risky write operations blocked until the agent records how it will proceed.

Install

gh release download v0.6.115 --repo cbusillo/code

Compare: v0.6.114...v0.6.115

Release v0.6.114

03 Jun 22:42
ec85608

Choose a tag to compare

Every Code v0.6.114

This release focuses on stronger Auto Review durability, cleaner resumed sessions, and more predictable agent/release operations.

Changes

  • Auto Review runs now persist more reliably, surface currentness and stale state in the TUI, recover lost or cancelled findings after restart, and deduplicate repeated reviews by diff fingerprint.
  • Resumed conversations avoid duplicate assistant replay and preserve final answers after history snapshots, while exec stream history handles UTF-8 truncation more safely.
  • Agent launches support preloaded context files with explicit large-context budgets, more reliable large prompt delivery, isolated Antigravity launch caches, and preferred-account routing.
  • Logout, self-update, managed worktree cleanup, and release staging are tightened so local operations behave more predictably for users and release operators.

Install

gh release download v0.6.114 --repo cbusillo/code

Compare: v0.6.113...v0.6.114

Release v0.6.113

31 May 15:58
ab14444

Choose a tag to compare

@just-every/code v0.6.113

This release ships a small reliability fix for skill metadata and upstream cursor checks.

Changes

  • Normalize skill command resource paths before validation so helper scripts resolve consistently.
  • Fetch upstream cursor refs without tags to avoid release tag collisions during review checks.

Install

gh release download v0.6.113 --repo cbusillo/code

Compare: v0.6.112...v0.6.113

Release v0.6.112

31 May 14:06
981d19b

Choose a tag to compare

@just-every/code v0.6.112

This release tightens skill command metadata and adds upstream review cursor tooling.

Changes

  • Support repo and external skill commands without breaking existing command metadata.
  • Reject skill commands that point at non-script resources, so templates and references cannot be treated as runnable helpers.
  • Add an upstream cursor report for tracking reviewed commits across Every Code's upstream sources.

Install

gh release download v0.6.112 --repo cbusillo/code

Compare: v0.6.111...v0.6.112

Release v0.6.111

31 May 12:57
0840b39

Choose a tag to compare

@just-every/code v0.6.111

This release improves skill helper metadata and validation in Every Code.

Changes

  • Add structured command, resource, and default metadata for the repo-local PR watcher and issue digest skills.
  • Reject skills that reference missing command helpers so invalid workflow metadata fails during load.

Install

gh release download v0.6.111 --repo cbusillo/code

Compare: v0.6.110...v0.6.111

Release v0.6.110

31 May 05:28
edd5256

Choose a tag to compare

@just-every/code v0.6.110

This release improves skill workflow rendering, concurrent-session awareness, and release workflow behavior in Every Code.

Changes

  • Surface same-checkout concurrent sessions to the model so parallel local work has clearer context.
  • Render structured skill workflow metadata and enforce command policies even when commands appear inside shell segments.
  • Let release workflows exit cleanly when they determine no release should be published.

Install

gh release download v0.6.110 --repo cbusillo/code

Compare: v0.6.109...v0.6.110

Release v0.6.109

30 May 23:21
8305c68

Choose a tag to compare

@just-every/code v0.6.109

This release improves skill handling, agent reliability, diff rendering, and update behavior across Every Code.

Changes

  • Add manual skill discovery plus skill command policies, with bundled skill paths resolved relative to their skill directory.
  • Make agent runs more resilient by retrying transient provider failures and cleaning up stale active slots after cancellation.
  • Warn when multiple active sessions share a checkout, reduce repeated auth refresh fallback attempts, and harden app-server websocket transport.
  • Improve /diff handling for submodules, whitespace paths, dirty markers, nested filters, and repo helper edge cases.
  • Preserve the renamed binary identity during update checks so users see the correct command name.

Install

gh release download v0.6.109 --repo cbusillo/code

Compare: v0.6.108...v0.6.109

Release v0.6.108

29 May 21:27
69fd4e6

Choose a tag to compare

@just-every/code v0.6.108

This release tightens the local release metadata workflow for smaller, cleaner release PRs.

Changes

  • Require locally prepared release metadata before publishing, with CI validation that the generated release notes match the target version.
  • Make local release note generation scale down for tiny releases, including concise one-bullet GitHub notes when that is the clearest output.

Install

gh release download v0.6.108 --repo cbusillo/code

Compare: v0.6.107...v0.6.108

Release v0.6.107

29 May 18:47
358ec36

Choose a tag to compare

@just-every/code v0.6.107

This release focuses on model freshness, session reliability, and a smoother release path.

Changes

  • Updated the built-in Claude Opus selector to Claude Opus 4.8, including alias upgrades for older Opus selector names.
  • Added regression coverage for dynamic remote GPT model discovery so backend model slugs such as a future GPT-5.6 can appear without another selector release.
  • Fixed ChatGPT auth fallback behavior, shutdown completions, and token refresh timing to reduce stale-auth interruptions.
  • Tightened session-scoped agent state so archived agent activity, visibility, and status stay isolated across reconnects and same-repo sessions.
  • Split release metadata preparation from final publishing so release PRs no longer wait on the full preflight and platform matrix.
  • Cleaned up Every Code/CODEX compatibility docs, package shim behavior, release preflight paths, and agent/skill configuration docs.

Install

gh release download v0.6.107 --repo cbusillo/code

Release v0.6.106

26 May 03:34
9ac61b3

Choose a tag to compare

@just-every/code v0.6.106

See CHANGELOG.md for details.