Skip to content

Releases: just-every/code

Release v0.6.107

06 Jun 21:45

Choose a tag to compare

@just-every/code v0.6.107

This release fixes Responses Lite request transport metadata for model calls.

Changes

  • Models: send the Responses Lite transport header on streaming and compact requests.

Install

npm install -g @just-every/code@latest
code

Compare: v0.6.106...v0.6.107

Release v0.6.106

05 Jun 21:51

Choose a tag to compare

@just-every/code v0.6.106

This release improves Responses Lite model handling and release workflow stability.

Changes

  • Models: honor Responses Lite metadata when selecting remote model behavior.
  • Release: improve Bazel and BuildBuddy workflow stability for release and CI runs.
  • Release: add CI configuration push guidance and clean up Rust release workflow maintenance.

Install

npm install -g @just-every/code@latest
code

Compare: v0.6.105...v0.6.106

Release v0.6.105

05 Jun 03:17

Choose a tag to compare

@just-every/code v0.6.105

This release improves release metadata generation and publish workflow reliability.

Changes

  • Release: parallelize release note generation to reduce publish latency.
  • Release: streamline the release workflow for steadier metadata preparation.

Install

npm install -g @just-every/code@latest
code

Compare: v0.6.104...v0.6.105

Release v0.6.104

05 Jun 02:21

Choose a tag to compare

@just-every/code v0.6.104

This release improves model reasoning controls, plugin visibility, TUI polish, and runtime reliability.

Changes

  • Models: accept custom and model-advertised reasoning efforts with ordered TUI shortcuts.
  • Plugins/App Server: expose remote MCP servers, marketplace source JSON, and -c config overrides.
  • TUI: support F13-F24 keymaps, clarify shortcut overlays, and restore output-free cancelled prompts.
  • Core: preserve logical AGENTS.md paths and environment-backed instruction loading.
  • Runtime: improve standalone image path hints, rollout compression, and release build performance.

Install

npm install -g @just-every/code@latest
code

Thanks

Thanks to @enieuwy and @owenlin0 for contributions!

Release v0.6.103

04 Jun 07:45

Choose a tag to compare

@just-every/code v0.6.103

This release expands project hooks with new lifecycle events and richer runtime context.

Changes

  • Hooks: add user prompt submit and stop project lifecycle hooks.
  • Core: enrich hook payloads with session, turn, transcript, and model metadata while preserving hook output order.

Install

npm install -g @just-every/code@latest
code

Compare: v0.6.102...v0.6.103

Release v0.6.102

04 Jun 06:34

Choose a tag to compare

@just-every/code v0.6.102

This release improves compatibility with strict OpenAI-compatible chat providers.

Changes

  • Core: prevent strict providers from rejecting developer or custom chat roles.
  • Models: apply chat-role normalization only to providers that require it.

Install

npm install -g @just-every/code@latest
code

Compare: v0.6.101...v0.6.102

Release v0.6.101

31 May 11:26

Choose a tag to compare

@just-every/code v0.6.101

This release improves model routing, session workflows, plugin discovery, and execution reliability.

Changes

  • Models: update default agent routing, accept upstream tool-mode metadata, and fix Bedrock GPT service tiers.
  • CLI/Threads: add archive commands and keep resumed prompt history scoped to the session.
  • Plugins/Skills: improve connector and install suggestions, and add runtime extra skill roots.
  • Sandbox/Exec: preserve deny-read protections, tighten Windows requirements, and clean up filesystem helpers.
  • TUI/Tools: fix Vim editing, render multiline hook output, show web search activity, and finalize image generation natively.

Install

npm install -g @just-every/code@latest
code

Thanks

Thanks to @owenlin0 for contributions!

Release v0.6.100

29 May 04:04

Choose a tag to compare

@just-every/code v0.6.100

This release improves session reliability, TUI usability, and remote execution security across Code.

Changes

  • TUI: render markdown tables and web links more cleanly, add vim text objects, and make turn interruption keybinds configurable.
  • Auth: refresh ChatGPT tokens before expiry and improve Google preset login handling so long-running sessions stay signed in.
  • Remote/App Server: migrate remote control to server tokens, resume threads with their turns page, and add codex app-server --stdio.
  • Sandbox/Security: add named permission profiles in the TUI, block repository-configured code execution in /diff, and tighten Unix socket and websocket checks.
  • CLI: add standalone websearch, allow API-key auth for remote exec-server registration, and make standalone installs and updates work noninteractively.

Install

npm install -g @just-every/code@latest
code

Thanks

Thanks to @stevendcoffey and @owenlin0 for contributions!

Release v0.6.99

23 May 20:45

Choose a tag to compare

@just-every/code v0.6.99

This release improves packaging, profiles, goals, plugins, and remote-control reliability across the CLI and TUI.

Changes

  • Install: unify npm and standalone releases around packaged archives, and bundle the zsh runtime for macOS x64 builds.
  • CLI/Permissions: standardize on --profile, add profile-aware codex sandbox, and surface managed permission profiles more consistently.
  • TUI/Goals: enable goals by default, improve /goal flows, and fix startup issues around working directories and Windows terminal setup.
  • Plugins: tabulate plugin list, add marketplace workflows, and fix plugin bundle installs plus shared icon assets.
  • Remote Control: improve daemon UX, reconnect dropped sessions more reliably, and cap reconnect backoff after failures.

Install

npm install -g @just-every/code@latest
code

Thanks

Thanks to @owenliang and @caseychow and @abhinav and @antonp and @MichaelBolin and @channingconger and @celia and @WonPark and @tom for contributions!

Release v0.6.98

08 May 14:27

Choose a tag to compare

@just-every/code v0.6.98

This release improves TUI workflows, thread handling, plugin sharing, and Linux portability across Code.

Changes

  • TUI: add upstream-compatible slash commands, a redesigned session picker, raw scrollback mode, and broader key/input polish.
  • Threads: return session IDs from thread and fork flows, paginate thread history, and keep live thread snapshots in sync.
  • Plugins: expand plugin sharing with access controls, discoverability settings, marketplace source filters, and richer plugin details.
  • Auth/Environments: enable AWS login credentials for Bedrock and route tools through selected environments more consistently.
  • Linux sandbox: bundle standalone bwrap builds and harden fallback/startup handling to improve reliability on Linux.

Install

npm install -g @just-every/code@latest
code

Thanks

Thanks to @owenlin0 and @alfozan111 and @vincentkoc for contributions!