AI Coding Assistants Release Notes

Release notes for AI-powered coding assistants, editors and agents

Get this feed:

Products (13)

Latest AI Coding Assistants Updates

  • April 2026
    • No date parsed from source.
    • First seen by Releasebot:
      Apr 19, 2026
    Anthropic logo

    Claude Code by Anthropic

    2.1.114

    Claude Code fixes a permission dialog crash when a teammate requests tool permission.

    • Fixed a crash in the permission dialog when an agent teams teammate requested tool permission
    Original source
  • Apr 19, 2026
    • Date parsed from source:
      Apr 19, 2026
    • First seen by Releasebot:
      Apr 20, 2026
    SST logo

    opencode by SST

    v1.14.18

    opencode restores the native ripgrep backend so file search and file listing work reliably again, with docs for --dangerously-skip-permissions.

    Core

    Restore the native ripgrep backend so file search and file listing work reliably again.

    Thank you to 1 community contributor:

    @ariane-emory:

    docs: document --dangerously-skip-permissions CLI flag (#23371)

    Original source
  • All of your release notes in one feed

    Join Releasebot and get updates from Anthropic and hundreds of other software products.

    Create account
  • Apr 19, 2026
    • Date parsed from source:
      Apr 19, 2026
    • First seen by Releasebot:
      Apr 19, 2026
    SST logo

    opencode by SST

    v1.14.17

    opencode improves build reliability, plugin installs, attachment handling, telemetry tagging, and Copilot compatibility, while adding TUI session controls and sidebar session IDs for non-production channels.

    Core

    Preserve executable permissions before Docker builds when artifacts lose their exec bits.

    Fix plugins reinstalling more often than needed.

    Use display: summarized by default for Anthropic Bedrock Opus 4.7 requests.

    Detect attachment types from file contents so images and PDFs still work with incorrect or missing extensions.

    Support OTEL_RESOURCE_ATTRIBUTES for custom telemetry resource tags.

    Fix package installs when node_modules is missing.

    Fix GitHub Copilot Anthropic Haiku requests by disabling unsupported tool streaming.

    TUI

    Add a full-session option when forking from the session dialog.

    Show the session ID in the sidebar on non-production channels.

    Thank you to 1 community contributor:

    @OpeOginni:

    fix(desktop): adjust ui tool diff sticky header offset (#23149)

    Original source
  • Apr 18, 2026
    • Date parsed from source:
      Apr 18, 2026
    • First seen by Releasebot:
      Apr 19, 2026
    SST logo

    opencode by SST

    v1.4.14

    opencode ships v1.4.14.

    release: v1.4.14

    Original source
  • Apr 18, 2026
    • Date parsed from source:
      Apr 18, 2026
    • First seen by Releasebot:
      Apr 19, 2026
    SST logo

    opencode by SST

    v1.4.12

    opencode ships v1.4.12.

    release: v1.4.12

    Original source
  • Apr 18, 2026
    • Date parsed from source:
      Apr 18, 2026
    • First seen by Releasebot:
      Apr 19, 2026
    SST logo

    opencode by SST

    v1.4.11

    opencode fixes workspace routing and stops share sync attempts for never-shared sessions.

    Core

    Fixed workspace routing so requests reach the correct workspace instance.

    Stopped share sync attempts for sessions that were never shared.

    Original source
  • April 2026
    • No date parsed from source.
    • First seen by Releasebot:
      Apr 17, 2026
    Anthropic logo

    Claude Code by Anthropic

    2.1.112

    Claude Code fixes the "claude-opus-4-7 is temporarily unavailable" issue in auto mode.

    • Fixed "claude-opus-4-7 is temporarily unavailable" for auto mode
    Original source
  • April 2026
    • No date parsed from source.
    • First seen by Releasebot:
      Apr 17, 2026
    Anthropic logo

    Claude Code by Anthropic

    2.1.111

    Claude Code releases Opus 4.7 xhigh, adds Auto mode for Max subscribers, and expands controls with /effort, /ultrareview, and a new terminal-matching theme. It also reduces permission prompts, improves Windows support, and fixes a long list of editor and terminal issues.

    Claude Opus 4.7 xhigh is now available! Use /effort to tune speed vs. intelligence

    • Auto mode is now available for Max subscribers when using Opus 4.7
    • Added xhigh effort level for Opus 4.7, sitting between high and max. Available via /effort, --effort, and the model picker; other models fall back to high
    • /effort now opens an interactive slider when called without arguments, with arrow-key navigation between levels and Enter to confirm
    • Added "Auto (match terminal)" theme option that matches your terminal's dark/light mode — select it from /theme
    • Added /less-permission-prompts skill — scans transcripts for common read-only Bash and MCP tool calls and proposes a prioritized allowlist for .claude/settings.json
    • Added /ultrareview for running comprehensive code review in the cloud using parallel multi-agent analysis and critique — invoke with no arguments to review your current branch, or /ultrareview <PR#> to fetch and review a specific GitHub PR
    • Auto mode no longer requires --enable-auto-mode
    • Windows: PowerShell tool is progressively rolling out. Opt in or out with CLAUDE_CODE_USE_POWERSHELL_TOOL. On Linux and macOS, enable with CLAUDE_CODE_USE_POWERSHELL_TOOL=1 (requires pwsh on PATH)
    • Read-only bash commands with glob patterns (e.g. ls *.ts) and commands starting with cd <project-dir> && no longer trigger a permission prompt
    • Suggest the closest matching subcommand when claude <word> is invoked with a near-miss typo (e.g. claude udpate → "Did you mean claude update?")
    • Plan files are now named after your prompt (e.g. fix-auth-race-snug-otter.md) instead of purely random words
    • Improved /setup-vertex and /setup-bedrock to show the actual settings.json path when CLAUDE_CONFIG_DIR is set, seed model candidates from existing pins on re-run, and offer a "with 1M context" option for supported models
    • /skills menu now supports sorting by estimated token count — press t to toggle
    • Ctrl+U now clears the entire input buffer (previously: delete to start of line); press Ctrl+Y to restore
    • Ctrl+L now forces a full screen redraw in addition to clearing the prompt input
    • Transcript view footer now shows [ (dump to scrollback) and v (open in editor) shortcuts
    • The "+N lines" marker for truncated long pastes is now a full-width rule for easier scanning
    • Headless --output-format stream-json now includes plugin_errors on the init event when plugins are demoted for unsatisfied dependencies
    • Added OTEL_LOG_RAW_API_BODIES environment variable to emit full API request and response bodies as OpenTelemetry log events for debugging
    • Suppressed spurious decompression, network, and transient error messages that could appear in the TUI during normal operation
    • Reverted the v2.1.110 cap on non-streaming fallback retries — it traded long waits for more outright failures during API overload
    • Fixed terminal display tearing (random characters, drifting input) in iTerm2 + tmux setups when terminal notifications are sent
    • Fixed @ file suggestions re-scanning the entire project on every turn in non-git working directories, and showing only config files in freshly-initialized git repos with no tracked files
    • Fixed LSP diagnostics from before an edit appearing after it, causing the model to re-read files it just edited
    • Fixed tab-completing /resume immediately resuming an arbitrary titled session instead of showing the session picker
    • Fixed /context grid rendering with extra blank lines between rows
    • Fixed /clear dropping the session name set by /rename, causing statusline output to lose session_name
    • Improved plugin error handling: dependency errors now distinguish conflicting, invalid, and overly complex version requirements; fixed stale resolved versions after plugin update; plugin install now recovers from interrupted prior installs
    • Fixed Claude calling a non-existent commit skill and showing "Unknown skill: commit" for users without a custom /commit command
    • Fixed 429 rate-limit errors on Bedrock/Vertex/Foundry referencing status.claude.com (it only covers Anthropic-operated providers)
    • Fixed feedback surveys appearing back-to-back after dismissing one
    • Fixed bare URLs in bash/PowerShell/MCP tool output being unclickable when the terminal wraps them across lines
    • Windows: CLAUDE_ENV_FILE and SessionStart hook environment files now apply (previously a no-op)
    • Windows: permission rules with drive-letter paths are now correctly root-anchored, and paths differing only by drive-letter case are recognized as the same path
    Original source
  • Apr 17, 2026
    • Date parsed from source:
      Apr 17, 2026
    • First seen by Releasebot:
      Apr 18, 2026
    Kilo Code logo

    Kilo by Kilo Code

    v7.2.14

    Kilo adds Agent Manager session browsing and resume with /sessions, @ mentions for folders, and faster, smoother session switching. It also improves diff viewing, MCP tool call visibility, model persistence, and fixes memory leaks, save errors, and chat queueing issues.

    Minor Changes

    • #8976 4ef6bbf - Support browsing and resuming sessions from Agent Manager with /sessions.
    • #9023 5301258 - Support mentioning folders in the prompt with @ references, including top-level folder file contents.

    Patch Changes

    • #9121 c8fd421 - Fix the sidebar "Show Changes" diff viewer: the file tree now renders correctly (previously the file rows were cramped onto a single line due to missing styles), and per-file revert buttons are available, matching the Agent Manager.
    • #9046 671129d - Fix a native memory leak on Windows where kilo serve would grow to several GB of RAM within minutes of opening the Agent Manager. Git diff polling now runs directly in the extension host instead of routing through the CLI subprocess, and the diff detail view caps per-file reads at 20 MB to prevent memory spikes when opening very large files.
    • #9118 343455b - Respect per-agent model selections when an agent has a model configured in kilo.jsonc. Switching the model for such an agent now sticks across agent switches and CLI restarts. To pick up a newly edited agent default, re-select the model once (or clear ~/.local/share/kilo/storage/model.json).
    • #9067 959a8b4 - Fix "assistant prefill" errors when a user queues a prompt while the previous turn is still streaming. The queued message no longer lands in the middle of the prior turn's history, so the next request always ends with the user prompt.
    • #9123 9749cc1 - Show MCP tool call inputs alongside outputs in chat, with JSON syntax highlighting for both.
    • #8911 eac2dba - Make switching between sessions in Agent Manager near-instant. Long sessions no longer freeze the UI when selected, and the chat view self-heals if it missed any messages while the session was in the background.
    • f270639 - Show an inline error in the Settings save bar when the configuration fails to save (for example, due to an invalid value) so the user can correct the config and retry instead of losing their unsaved changes silently.

    Updated dependencies [eac2dba]

    Original source
  • Apr 17, 2026
    • Date parsed from source:
      Apr 17, 2026
    • First seen by Releasebot:
      Apr 18, 2026
    SST logo

    opencode by SST

    v1.4.10

    opencode restores workspace history on connect, improves telemetry and model loading, and passes EXA_API_KEY to websearch to reduce rate limits. It also adds a TUI restore flow for unavailable workspaces and fixes agent cycling and prompt key handling.

    Core

    Restored workspace history on connect so existing sessions catch up before live sync resumes

    Passed OTEL exporter settings into managed workspaces so telemetry works there too

    Normalized provider metadata defaults so models still load when catalog data is incomplete

    Passed EXA_API_KEY to the websearch tool to reduce rate limits (@rasdani)

    TUI

    Added a restore flow for sessions whose workspace is unavailable, with clearer workspace status indicators

    Fixed agent cycling when no agent is selected and improved prompt key handling

    Thank you to 1 community contributor:

    @rasdani:

    fix(opencode): pass EXA_API_KEY to websearch tool to avoid rate limits (#16362)

    Original source