Zum Hauptinhalt springen

KI-Coding-Tools Changelog Hub

Alle Updates von 9 KI-Coding-Tools auf einen Blick

9 Tools1137 UpdatesLetzte Synchronisierung: 11. Juli, 02:14RSS

Diese Woche

Claude CodeClaude Codev2.1.207Neu

Claude Code 2.1.207

10. Juli 2026

  • Auto mode is now available without CLAUDE_CODE_ENABLE_AUTO_MODE opt-in on Bedrock, Vertex AI, and Foundry; disable via disableAutoMode in settings
  • Fixed the terminal freezing and keystrokes lagging while streaming responses containing very long lists, tables, paragraphs, or code blocks
  • Fixed remote managed settings from a non-interactive run (claude -p, the SDK) being permanently recorded as consented without ever showing the security consent dialog
  • Fixed spurious prompt-injection warnings triggered by benign system-generated conversation updates
  • Fixed the auto-updater overwriting a custom launcher script or symlink at ~/.local/bin/claude on every release; /doctor now reports an externally managed launcher
  • Fixed compound commands with cd prompting for permission when the only output redirect was to /dev/null
  • Fixed the transcript jumping above the start of the answer when a response finishes streaming
  • Fixed extensions.worktreeConfig being left in the repo's .git/config (breaking go-git tools like tea) after the last worktree.sparsePaths worktree was removed
CursorCursorv3.11Neu

Side Chats and Conversation Search

10. Juli 2026

  • Improved repo picker grouping with options under No Repo, On This Computer, and Cloud.
  • Added the "Run on" picker that shows where your agent can run (Cloud, This Computer, or Remote Machines) and drills into the relevant choices (environments, local options, and so on) from there.
  • The branch picker opens on your default branch and recently used branches instead of a long flat list, with search for everything else.
  • Removed the Home concept so working without a repo is an explicit No Repo choice.
  • Combined all remote options—your machines, team pools, and existing remote workspaces—into one searchable Remote Machines menu.
  • Multi-repo and multi-root selection is a Select Multiple toggle inside the Cloud and This Computer flyouts, replacing the separate Set Up Workspace builder.
  • Moved search to the top of the menu.
  • Simplified the footer.
Codex CLICodex CLIv0.144.1Neu

0.144.1

9. Juli 2026

  • Fixed standalone installs failing when GitHub returns compact or reordered release metadata. (#31913)
  • Ensured macOS package installs expose the code-mode host alongside the codex executable. (#31913)
  • Kept code mode working when the companion host binary is unavailable by falling back to the embedded runtime. (#31913)
OpenCodeOpenCodev1.17.18Neu

v1.17.18

9. Juli 2026

  • Prevent crashes and bad pricing data when GitHub Copilot returns models with a zero billing batch size.
  • Add a model-specific system prompt for Meta Muse Spark.
Claude CodeClaude Codev2.1.206Neu

Claude Code 2.1.206

9. Juli 2026

  • Added directory path suggestions to /cd, matching /add-dir behavior
  • Added a /doctor check that proposes trimming checked-in CLAUDE.md files by cutting content Claude could derive from the codebase
  • /commit-push-pr now auto-allows git push to the repo's configured push remote (remote.pushDefault, or the sole remote when only one is configured) in addition to origin
  • Gateway: /login now supports Anthropic-operated public gateway endpoints
  • EnterWorktree now asks for confirmation before entering a git worktree outside the project's .claude/worktrees/ directory
  • Background agents now upgrade to a new version in the background right after a Claude Code update, instead of paying a slow stale-session upgrade when you attach
  • Fixed an expired login failing every model with a misleading "There's an issue with the selected model" error instead of prompting to run /login
  • Fixed claude --resume and --continue not responding to keyboard input on startup
Codex CLICodex CLIv0.144.0Neu

0.144.0

9. Juli 2026

  • Usage-limit reset credits now show their type and expiration, and let you choose which credit to redeem. (#30488)
  • Added a writes app-approval mode that allows declared read-only actions while prompting for writes. (#30482)
  • MCP tools can now request authentication interactively without an experimental opt-in. (#28772)
  • App-server hosts can provide Codex authentication at runtime and redirect successful logins to a hosted page. (#28745, #31274)
  • Global pnunen installs are now detected so diagnostics and updates use the correct package manager. (#31503)
  • Selecting Ultra reasoning now warns when high multi-agent concurrency could increase usage quickly. (#31621)
  • Resumed ChatGPT threads recover when compaction references a retired model by retrying with the currently selected model. (#30319)
  • Fixed Code Mode crashes in Intel macOS release binaries. (#30953)
OpenCodeOpenCodev1.17.17Neu

v1.17.17

9. Juli 2026

  • Improved Meta model handling for reasoning variants and provider requests.
  • Fixed clipped descenders in model selector labels.
  • Added a dismissible tabs intro popup and refreshed the help entry point.
  • Updated sub-agent task rows to match the v2 session design more closely.
  • Restyled the revert dock in v2 sessions for clearer restore actions.
  • Added a v2 free-model selector with faster access to more providers.
OpenCodeOpenCodev1.17.16Neu

v1.17.16

9. Juli 2026

  • Exposed reasoning effort variants for Grok models.
  • Improved xAI prompt cache routing and PDF file support in Responses models.
  • Added an Open containing folder action for projects on the home screen.
  • Added a composer add menu for files, commands, context, and shell mode without losing draft text.
  • Added a provider setup tip on new sessions when no external providers are connected.
  • Remember review panel mode and selected file per session.
  • Added inline file browser tabs for opening and previewing files from the side panel.
  • Updated desktop translations.

Codex joins the ChatGPT desktop app

9. Juli 2026

  • New features: Edit Markdown and code directly in the app, use inline annotations, and ask Codex to revise selected content.
  • New features: Review GitHub pull requests in the sidebar, with reviewer feedback alongside the diff, without leaving the app.
  • New features: Work across repositories in one project.
  • Performance improvements and bug fixes: Made Computer Use faster with GPT-5.6.
  • Performance improvements and bug fixes: Made task activity and progress easier to follow while Codex works.
  • Performance improvements and bug fixes: Simplified plugin management by moving it into Settings.
  • Performance improvements and bug fixes: Improved mobile connection reliability and fixed video rendering for SSH projects.
  • Performance improvements and bug fixes: Additional performance improvements and bug fixes.
Claude CodeClaude Codev2.1.205Neu

Claude Code 2.1.205

8. Juli 2026

  • Added an auto mode rule that blocks tampering with session transcript files
  • Fixed --json-schema silently producing unstructured output when the schema was invalid, and schemas using the format keyword being rejected
  • Fixed a message sent while Claude was working being silently lost when the turn ended at the --max-turns limit
  • Fixed Windows worktree removal deleting files outside the worktree when an NTFS junction or directory symlink existed inside it
  • Fixed background agents staying shown as "failed" or "completed" in the agent list after being resumed with SendMessage
  • Fixed background jobs flipping from "needs input" back to "working" in the agent list when the agent's turn contained no readable text
  • Fixed claude attach erroring when a background agent was mid-upgrade restart instead of waiting for it to come back
  • Fixed session-to-PR linking missing a PR created in a Bash call whose output exceeded the 30K inline limit
Codex CLICodex CLIv0.143.0Neu

0.143.0

8. Juli 2026

  • Remote plugins are now enabled by default, with richer catalog rows, npm marketplace sources, and visible remote/local versions. (#30297, #26705, #29375, #30981)
  • Codex can route authentication and Responses API traffic through macOS and Windows system proxies, including PAC and WPAD configurations. (#26708, #26709, #31335)
  • Added codex remote-control pair for generating manual pairing codes from a running daemon. (#29913)
  • Added Amazon Bedrock GPT-5.6 Sol, Terra, and Luna models, with first-class support for max reasoning effort. (#30285, #30467)
  • MCP tools now use tool search by default, and ChatGPT-hosted MCP servers can explicitly use session authentication. (#29486, #29733)
  • App-server clients can inspect environments, list descendant threads, and fork history through a specific turn. (#30291, #29591, #30277)
  • Fixed Windows ConPTY input handling for line endings and backspace, plus sandbox credential retry edge cases. (#29734, #29624, #29637)
  • Fixed stale TUI safety prompts and cancelled reviews that could leave MCP startup appearing busy. (#30490, #31189)
Claude CodeClaude Codev2.1.204Neu

Claude Code 2.1.204

8. Juli 2026

  • Fixed hook events not streaming during SessionStart hooks in headless sessions, which could cause remote workers to be idle-reaped mid-hook
Claude CodeClaude Codev2.1.203Neu

Claude Code 2.1.203

7. Juli 2026

  • Added a warning when your login is about to expire, so you can re-authenticate before background sessions are interrupted
  • Added a grey ⏸ badge to the footer when in manual permission mode, making the active mode always visible
  • Added the session's additional working directories to MCP roots/list, with notifications/roots/list_changed sent when the set changes
  • Fixed opening or switching background agent sessions on macOS stalling for 15–20 seconds due to a false low-memory detection (regression in 2.1.196)
  • Fixed background sessions becoming permanently unresponsive to attach, replies, and stop when the daemon's session token went stale — the session now recovers automatically
  • Fixed returning to claude agents silently stopping running subagents and re-running the prompt from scratch — their work now carries over
  • Fixed a memory and per-turn CPU regression in interactive sessions: the context-usage indicator no longer re-analyzes the entire transcript after every turn
  • Fixed background agents inheriting a stale PATH from the daemon instead of the dispatching shell, causing missing tools on Windows
OpenCodeOpenCodev1.17.15Neu

v1.17.15

7. Juli 2026

  • Better classify Z.ai context-window overflow errors so oversized requests surface the right failure mode (@fengjikui)
  • Handle unavailable config directories more gracefully when reading config files
  • Restore model details tooltips in the model picker (@arvsrn)
  • Refresh the v2 command palette to better match the rest of the new desktop UI (@arvsrn)
  • Make terminal shortcuts take priority when the terminal is focused
  • Show unread state on tabs with pending questions
  • Keep session tab titles available after reloads while session data is still loading
  • Apply theme changes only after you select them in Settings

Port-forward for droid computers

7. Juli 2026

  • ​New features: Port-forward for droid computers - New droid computer port-forward command to forward ports from a droid computer to your local machine
  • ​Improvements: Faster app startup - Startup boot phases now run in parallel, reducing time to a usable window (app)
  • ​Improvements: Faster session search - Session search is quicker and returns better-ranked results
  • ​Improvements: Full-screen help - Help now opens as a full-screen overlay you can dismiss with ? or Esc
  • ​Improvements: Slash menu filtering - Filtered slash menu results are flattened with a clearer category block
  • ​Improvements: Cleaner model names - Model names display more clearly across the app (app)
  • ​Improvements: Cleaner chat transcript - Internal tool lookups no longer clutter the chat transcript (app)
  • ​Improvements: Update rollback - The app can now roll back to a previous version when needed (app)
Claude CoworkClaude Cowork2026-07-07Neu

Claude Cowork on web and mobile

7. Juli 2026

Claude Cowork is now available on web and mobile in addition to desktop. We are rolling this capability out over the next several weeks starting with the Max plan, with more plans to follow. Cowork runs your sessions remotely (in beta), so your sessions and files are saved to your Claude account and go where you go, on any device. Work continues when you close your laptop, and scheduled tasks run with no device online. Chat and Cowork also share one home now, with one place for your projects and artifacts across both. For more information, see Use Claude Cowork on web, desktop, and mobile.

Claude CodeClaude Codev2.1.202Neu

Claude Code 2.1.202

6. Juli 2026

  • Added a "Dynamic workflow size" setting in /config for controlling how large Claude generally makes dynamic workflows (small/medium/large agent counts) — an advisory guideline, not an enforced cap
  • Added workflow.run_id and workflow.name OpenTelemetry attributes to telemetry emitted by workflow-spawned agents, so a workflow run's activity can be reconstructed from OTel data
  • Fixed a crash in the inline Ctrl+R history search when accepting or cancelling while the search was still scanning the history file
  • Fixed /rename on background sessions being reverted when the job restarts, which broke addressing the session by its new name
  • Fixed transient mTLS handshake failures when settings were re-applied during an in-place client certificate rotation
  • Fixed commands sent from Remote Control (mobile/web) into an interactive session failing with "Unknown command"
  • Fixed images and files sent from the Remote Control mobile or web app without a caption being silently dropped
  • Fixed the sign-in URL printed by claude auth login and claude mcp login --no-browser not being reliably clickable when it wraps over SSH — it is now emitted as a single hyperlink
OpenCodeOpenCodev1.17.14Neu

v1.17.14

6. Juli 2026

  • Added a code mode MCP adapter for running confined orchestration scripts against connected MCP tools.
  • Hid the execute tool unless code mode is enabled.
  • Fixed paginated MCP tool catalogs losing tool metadata and output schema validation.
  • Preserved low reasoning effort for OpenRouter small-model variants instead of disabling it.
  • Fixed GitHub Copilot model routing to honor each model's advertised chat or responses endpoint.
  • Fixed session lists to match equivalent instance directories reliably.
  • Fixed Cerebras reasoning replay so earlier assistant reasoning is sent back in the provider-supported field.
  • Fixed spinner registration so loading indicators keep rendering across TUI surfaces.
OpenClawOpenClaw2026.7.1-beta.2Neu

openclaw 2026.7.1-beta.2

5. Juli 2026

  • OpenAI GPT-5.6 support: OpenClaw now recognizes the GPT-5.6 model family across catalog, capability, and runtime selection paths. (#98333) Thanks @steipete-oai.
  • External harness attachment: openclaw attach launches an external harness against an existing Gateway session, making interactive Codex-style workflows easier to resume and inspect. (#96454) Thanks @anagnorisis2peripeteia and @obviyus.
  • Telegram Codex workflows: Telegram can now start Codex pairing with /login, steer active Codex runs, and recover final replies across transient API failures. (#98006, #98126, #98786) Thanks @100yenadmin, @Kyzcreig, and @obviyus.
  • Event-driven cron runs: the new on-exit schedule kind wakes an agent when a watched command exits, while session-targeted runs can detach cleanly. (#92037, #98755) Thanks @anagnorisis2peripeteia, @obviyus, and @EthanSK.
  • Native app refresh: iOS adopts the iOS 26 visual system with clearer Chat, Talk, onboarding, and reconnect flows, while native app localization expands across Apple and Android surfaces. (#98452, #98736, #99243, #97110, #97111, #97112, #97113) Thanks @jcooley8 and @vincentkoc.
  • Richer messaging: iMessage gains native poll creation, reading, and voting, and built-in usage footers provide clearer per-turn accounting in chat. (#98421, #92657, #92877) Thanks @omarshahine, @lobster, and @Marvinthebored.
  • Safer scoped conversations: capability profiles prepare per-conversation tool and access boundaries without weakening the existing default profile. (#98536)
  • Mac local Gateway setup: the macOS app can now install and start its local Gateway automatically, reducing the manual setup needed before first use. (#99767)

Diesen Monat

Claude CodeClaude Codev2.1.201

Claude Code 2.1.201

3. Juli 2026

  • Claude Sonnet 5 sessions no longer use the mid-conversation system role for harness reminders
Claude CodeClaude Codev2.1.200

Claude Code 2.1.200

3. Juli 2026

  • Changed AskUserQuestion dialogs to no longer auto-continue by default; opt into an idle timeout via /config
  • Changed the "default" permission mode to "Manual" across the CLI, --help, VS Code, and JetBrains; --permission-mode manual and "defaultMode": "manual" are accepted alongside default
  • Fixed a crash at startup when disabledMcpServers or enabledMcpServers in .claude.json is set to a non-array value
  • Fixed background sessions silently stopping mid-turn after sleep/wake or when reopening a stalled session
  • Fixed background sessions re-running a turn cancelled with Esc after a stall respawn
  • Fixed background agents never starting again after a crash left a stale daemon.lock whose PID the OS reused
  • Fixed background-agent daemon handover so a reinstalled older build can no longer take over the daemon; build recency is now judged by the version's embedded build timestamp
  • Fixed background-agent roster issues: transient corruption permanently disabling orphan cleanup, older binaries not preserving fields written by newer versions, and socket auth tokens being stripped during daemon restarts
Claude CodeClaude Codev2.1.199

Claude Code 2.1.199

2. Juli 2026

  • Stacked slash-skill invocations like /skill-a /skill-b do XYZ now load all leading skills (up to 5), not just the first
  • Fixed SSL certificate errors (TLS-inspecting proxies, missing NODE_EXTRA_CA_CERTS, expired certs) burning retries before showing actionable guidance — they now fail immediately with the fix hint
  • Fixed streaming responses being discarded when the API emits a mid-stream overloaded/server error after partial output — the partial is now kept with an incomplete-response notice
  • Fixed subagents cut off by a rate limit or server error silently failing instead of returning their partial work to the parent
  • Fixed subagents reporting API errors (e.g. usage limit reached) as successful results — the error is now reported to the parent agent
  • Fixed the background-agent daemon on Linux killing itself and every running agent every ~50 seconds after an unclean shutdown left a corrupted worker record
  • Fixed background agents failing to cold-start over SSH on macOS with "Could not switch to audit session" (regression in 2.1.196)
  • Fixed claude stop being silently undone when it raced a background-agent respawn — the respawn now honors the stop
OpenClawOpenClaw2026.7.1-beta.1

openclaw 2026.7.1-beta.1

2. Juli 2026

  • OpenAI GPT-5.6 support: OpenClaw now recognizes the GPT-5.6 model family across catalog, capability, and runtime selection paths. (#98333) Thanks @steipete-oai.
  • External harness attachment: openclaw attach launches an external harness against an existing Gateway session, making interactive Codex-style workflows easier to resume and inspect. (#96454) Thanks @anagnorisis2peripeteia and @obviyus.
  • Telegram Codex workflows: Telegram can now start Codex pairing with /login, steer active Codex runs, and recover final replies across transient API failures. (#98006, #98126, #98786) Thanks @100yenadmin, @Kyzcreig, and @obviyus.
  • Event-driven cron runs: the new on-exit schedule kind wakes an agent when a watched command exits, while session-targeted runs can detach cleanly. (#92037, #98755) Thanks @anagnorisis2peripeteia, @obviyus, and @EthanSK.
  • Native app refresh: iOS adopts the iOS 26 visual system with clearer navigation, settings, Chat, Talk, and onboarding flows, while native app localization expands across Apple and Android surfaces. (#98452, #98736, #98811, #97110, #97111, #97112, #97113) Thanks @vincentkoc.
  • Richer messaging: iMessage gains native poll creation, reading, and voting, and built-in usage footers provide clearer per-turn accounting in chat. (#98421, #92657, #92877) Thanks @omarshahine, @lobster, and @Marvinthebored.
  • Safer scoped conversations: capability profiles prepare per-conversation tool and access boundaries without weakening the existing default profile. (#98536)
  • Model and provider coverage: add GPT-5.6 support, use Nemotron Super's 1M context window, and preserve explicit OpenRouter authentication headers. (#98333, #98726, #98187) Thanks @steipete-oai, @eleqtrizit, @sunlit-deng, and @laurencebrown.

Grouped slash commands

2. Juli 2026

  • ​New features: Grouped slash commands - Slash commands are now organized by category for easier browsing
  • ​New features: Cloud sync control - New setting to control whether your data syncs to the cloud (app)
  • ​Improvements: Linear model picker - Model names now display cleanly in the Linear delegation picker (app)
  • ​Improvements: Computer provisioning wizard - Clarified copy in the droid computer provisioning wizard (app)
  • ​Bug fixes: MCP tool names - Tool names containing dots are now accepted per the MCP specification
  • ​Bug fixes: MCP authentication - Restored sign-in to MCP servers that reject certain OAuth client registration
  • ​Bug fixes: Background processes in droid exec - Agent-spawned background processes now keep running after droid exec exits
  • ​Bug fixes: Editor for allow/deny lists - The CLI now honors $EDITOR when editing allow and deny lists on headless hosts
Claude CodeClaude Codev2.1.198

Claude Code 2.1.198

1. Juli 2026

  • Subagents now run in the background by default, so Claude keeps working while they run and is notified when they finish (previously a gradual rollout)
  • Claude in Chrome is now generally available
  • Added background agent notifications in claude agents — sessions that need input or finish now fire the Notification hook (agent_needs_input / agent_completed)
  • Added /dataviz skill for chart and dashboard design guidance with a runnable color-palette validator
  • Gateway: added Claude Platform on AWS (anthropicAws) as an upstream provider; model-not-found responses now advance the failover chain
  • Background agents launched from claude agents now commit, push, and open a draft PR when they finish code work in a worktree, instead of stopping to ask
  • The built-in Explore agent now inherits the main session's model (capped at opus) instead of running on haiku
  • Subagents and context compaction now inherit the session's extended thinking configuration, improving output quality on delegated tasks
OpenCodeOpenCodev1.17.13

v1.17.13

1. Juli 2026

  • Force reasoning mode for OpenAI-compatible reasoning models so reasoning settings apply reliably on custom deployments
  • Stop replaying stale GitHub Copilot response item IDs, avoiding follow-up request failures
  • Let question prompts be minimized and restored without dismissing them (@arvsrn)
  • Clean up stale empty and old draft store files to reduce desktop state buildup
  • Keep pending question requests open while reviewing them, instead of dismissing them accidentally (@eXamadeus)
  • Keep session page failures scoped to the affected tab instead of breaking the whole app
  • Improve markdown and message layout alignment in the v2 session UI (@arvsrn)
  • Add a searchable v2 model picker and model management flow in the composer (@arvsrn)
Codex CLICodex CLIv0.142.5

0.142.5

1. Juli 2026

  • Prevented full Responses WebSocket request payloads from being written to trace logs. (#30771)
OpenCodeOpenCodev1.17.12

v1.17.12

30. Juni 2026

  • Enable adaptive thinking for Claude Sonnet 5.
  • Prefer MCP content responses over structured output when both are present.
  • Reconnect MCP servers after OAuth even if the server was disabled. (@MaxAnderson95)
  • Request MCP refresh-token scope during OAuth.
  • Show MCP OAuth completion errors instead of a generic failure.
  • Refresh cached remote skills.
  • Preserve skill resource paths.
  • Pick better default small models across providers.
OpenClawOpenClaw2026.6.11

openclaw 2026.6.11

30. Juni 2026

  • Fixes newer Google Chat direct messages sometimes being treated like group conversations, so they reach the correct one-to-one chat while Space and group-chat messages keep their existing routing. #58993 Thanks @starhappysh, @vincentkoc.
  • Feishu voice replies from OpenClaw now show their duration in the chat bubble, so recipients can see how long the audio is before playing it. #89172 Related #53798. Thanks @areslp, @fxz26284407, @kinrocw.
  • Discord and Telegram replies and mirrored chat history stay tied to the intended conversation more consistently, including across repeated Telegram replies and session changes. #89911 Thanks @jalehman.
  • Background image, video, and music results now return to the chat that requested them when the task starts without a full conversation target, instead of appearing to fail after creation or being sent to the wrong peer as the session moves. #89949 Related #86034. Thanks @tianxiaochannel-oss88, @wangwllu.
  • Telegram answers now stay attached to the user's current question when they quote an earlier bot message, while quotes of other people's messages still reply to the selected quote. #90475 Thanks @moeedahmed.
  • QQBot group admins can choose how broadly slash commands are available, and private-only commands now direct users to a private chat instead of being exposed or silently ignored in groups. #92154 Thanks @sliverp.
  • Heartbeat checks using reasoning-capable models now show the assistant's intended reply instead of exposing internal reasoning in Telegram, WhatsApp, and other channels, while opt-in Thinking messages still work. #92356 Related #92260. Thanks @jmpei, @tangtaizong666, @vincentkoc.
  • Telegram progress-mode chats now clear an old progress bubble before newer tool output or artifacts appear, keeping the conversation in a clean, readable order. #93002 Related #90753. Thanks @shadow-enthusiast, @zhangguiping-xydt.
Claude CodeClaude Codev2.1.197

Claude Code 2.1.197

30. Juni 2026

  • Introducing Claude Sonnet 5: now the default model in Claude Code, with a native 1M-token context window and promotional pricing of $2/$10 per Mtok through August 31. Update to version 2.1.197 for access. https://www.anthropic.com/news/claude-sonnet-5
CursorCursorv3.10

MCPs and Organizations in Team Marketplaces

30. Juni 2026

  • Admins can now configure Team MCP servers once and distribute them across cloud agents, the agents window, IDE, and CLI.
  • When an admin sets up Team MCP servers for cloud agents, they can make those same servers available in a team marketplace from Dashboard -> Integrations & MCP. This allows members of the team to install approved integrations locally without configuring servers themselves.
  • Learn more in the docs on migrating existing Team MCPs.
  • Team marketplaces now support organization groups, in addition to team-level SCIM directory groups.
  • Under Dashboard -> Plugins -> Team Marketplaces, restrict marketplace access to specific organization groups. Marketplaces that already use SCIM directory groups keep that configuration.
  • Get started in the Cursor dashboard.

Cloned repos in projects

30. Juni 2026

  • ​New features: Cloned repos in projects - Cloned repositories now appear in the new-session projects dropdown (app)
  • ​Improvements: Lower memory usage - Reduced memory use during long and idle sessions
  • ​Improvements: Word-wise navigation - Option+Left/Right now jumps between words in secondary text inputs
  • ​Bug fixes: Resumed hooks - Hook rows now render correctly after you resume a session
  • ​Bug fixes: File encoding - Edited files now keep their original encoding instead of always saving as UTF-8
  • ​Bug fixes: MCP authentication - Restored basic auth fallback when signing in to MCP servers over OAuth
  • ​Bug fixes: Org switching - Fixed selecting the active organization when switching organizations, including in the EU (app)
Claude CodeClaude Codev2.1.196

Claude Code 2.1.196

29. Juni 2026

  • Added support for organization default models — admins set it in the org console; it shows as "Org default" (or "Role default") in /model when you haven't picked one yourself
  • Added readable default names for sessions at start, making them easier to identify and message
  • Added clickable file attachments in chat — Cmd/Ctrl-click reveals the file in Finder/Explorer
  • Security: claude mcp list/get no longer spawn .mcp.json servers that a repo self-approved via a committed .claude/settings.json; untrusted workspaces show ⏸ Pending approval
  • Fixed waking a background job permanently deleting its conversation and re-running the original prompt when the transcript probe misread a real transcript; the file is now set aside, never deleted
  • Fixed the rate-limit warning flickering off and rate-limit telemetry being over-counted when multiple parallel requests were in flight at the moment a usage limit was hit
  • Fixed duplicate recap lines after a background session's turn: a schema-rejected StructuredOutput attempt no longer renders alongside its retry
  • Fixed PowerShell git diff/git grep, egrep/fgrep, and quoted search patterns containing | being reported as failures when they exit 1, matching Bash behavior
Codex CLICodex CLIv0.142.4

0.142.4

29. Juni 2026

  • No user-facing changes were identified for this release.
CursorCursorv3.9

Cursor Mobile App for iOS

29. Juni 2026

  • Open the Cursor mobile app, choose a repo, and launch an agent the same way you would on the desktop app. Pick any frontier model, describe ideas out loud with voice input, and use slash commands to guide Cursor in the right direction.
  • Cloud agents run in isolated virtual machines with full development environments to test, verify, and demo work. Move sessions from local to cloud to keep them running with your laptop closed.
  • Use Remote Control in the Agents Window to take an agent you're running on your computer and keep directing it from your phone.
  • You can also turn on a setting to keep your computer awake, so your machine stays reachable while you're away from your desk.
  • On Teams and Enterprise plans, admins must enable Remote Control from the Cursor Dashboard.
  • Track the status of your agents with Live Activities on your lock screen. Get push notifications when an agent finishes, needs input, or is ready for review.
  • Review demos, screenshots, logs, and diffs from your phone. Leave follow-up instructions, or merge the PR directly from the app.
  • Download Cursor for iOS to start building from your phone. Read our announcement or the docs to learn more.

Hooks manager overhaul

29. Juni 2026

  • ​New features: Hooks manager overhaul - Redesigned the hooks manager for viewing and configuring your hooks
  • ​New features: WezTerm setup - Added terminal setup support for WezTerm
  • ​New features: Chat transcript search - Search within a chat transcript (app)
  • ​Improvements: Faster searches - Avoided unnecessary search cache rebuilds
OpenClawOpenClaw2026.6.11-beta.2

openclaw 2026.6.11-beta.2

28. Juni 2026

  • More capable channel control: Slack relay mode, native Mattermost /oc_queue, and per-DM model overrides make channel operations easier to automate and tune. (#94707, #95546, #95120) Thanks @sjf-oa, @amknight, @xydigit-zt, @thomaszta, and @gandalf-at-lerian.
  • Richer operator workflows: openclaw agent --message-file and the RAFT CLI wake bridge add practical file-driven and remote wake-up paths. (#93351, #95497) Thanks @ooiuuii and @vincentkoc.
  • Safer plugin distribution: additional official plugins are externalized cleanly, with bundled plugin icon metadata available to installed clients. (#95683, #95845) Thanks @vincentkoc and @Patrick-Erichsen.
  • Stronger mobile operations: Android settings detail panels improve configuration visibility and control on mobile. (#95148) Thanks @Tosko4.
  • More reliable agent turns: Codex partial deltas, harness activation, and long-context prompt-cache stability reduce lost progress and inconsistent runs. (#95404, #95652, #95624) Thanks @agonza1 and @vincentkoc.
  • Gateway and plugin tooling: channel identity hook context and per-agent usage-cost reporting give integrations and operators more precise routing and accounting. (#91903, #94483) Thanks @lanzhi-lee, @vincentkoc, and @ly-wang19.
  • Provider and model coverage: catalog parsing, reasoning controls, provider model resolution, and encrypted reasoning support now handle more live provider variants. (#95283, #95710, #95268, #95744, #95686, #93956) Thanks @ZengWen-DT, @vincentkoc, @Marvinthebored, @Darren2030, @daniel-alejandro-t, @parveshsaini, @geraint0923, @fuller-stack-dev, and @jason-allen-oneal.
  • Channel delivery: Telegram progress rendering, webhook lifecycle, reaction directives, duplicate mirror writes, queued update draining, and WhatsApp durable reply targets are now more reliable. (#95532, #93002, #95183, #94506, #94977, #95069, #95577, #95007, #95914) Thanks @amknight, @snowzlmbot, @zhangguiping-xydt, @shadow-enthusiast, @xialonglee, @travellingsoldier85, @obviyus, @hugenshen, @Cuttingwater, @heichaowo, @LiuwqGit, @freidrich-goldenflow, @mcaxtr, and @vincentkoc.
Codex CLICodex CLIv0.142.3

0.142.3

26. Juni 2026

  • Maintenance-only patch release with no user-facing changes since 0.142.2.
Claude CodeClaude Codev2.1.195

Claude Code 2.1.195

26. Juni 2026

  • Added CLAUDE_CODE_DISABLE_MOUSE_CLICKS to disable mouse click/drag/hover in fullscreen mode while keeping wheel scroll
  • Fixed hook matchers with hyphenated identifiers (e.g. code-reviewer, mcp__brave-search) accidentally substring-matching — they now exact-match. Use mcp__brave-search__.* to match all tools from a hyphenated MCP server.
  • Fixed voice dictation on macOS capturing silence in long-running sessions after the default input device changes
  • Fixed voice dictation auto-submit never firing for languages written without spaces (Japanese, Chinese, Thai)
  • Fixed external plugins enabled only by project .claude/settings.json not requiring explicit install consent on every loader path
  • Fixed /plugin Enable/Disable not working when a plugin's plugin.json name differs from its marketplace entry name
  • Fixed background jobs disappearing from claude agents or losing data when written by a newer Claude Code version
  • Fixed reopening a crashed background task showing a blank screen for up to 5 seconds instead of its restart
Claude CodeClaude Codev2.1.193

Claude Code 2.1.193

25. Juni 2026

  • Added autoMode.classifyAllShell setting to route all Bash/PowerShell commands through the auto-mode classifier instead of only arbitrary-code-execution patterns
  • Added auto-mode denial reasons to the transcript, the denial toast, and /permissions recent denials
  • Added claude_code.assistant_response OpenTelemetry log event containing the model's response text. Redacted unless OTEL_LOG_ASSISTANT_RESPONSES=1; when that var is unset it follows OTEL_LOG_USER_PROMPTS, so deployments that already log prompt content will start receiving response content on upgrade — set OTEL_LOG_ASSISTANT_RESPONSES=0 to keep prompts-only.
  • Added live file path autocomplete to bash mode (!)
  • Added a startup notice when MCP servers need authentication, pointing at /mcp
  • Added automatic memory-pressure reaping for idle background shell commands (disable with CLAUDE_CODE_DISABLE_BG_SHELL_PRESSURE_REAP=1)
  • Fixed /model and other client-data-gated UI showing stale/empty state immediately after /login
  • Fixed backgrounding (←←) spuriously cancelling with "N background tasks would be abandoned" when all running tasks carry over to the new session
Zeige 40 von 393

Häufig gestellte Fragen zum Changelog Hub

Antworten auf die wichtigsten Fragen zu unserem KI-Coding-Tools Changelog Hub

Changelog
Die neuesten Updates und Verbesserungen unseres Changelog Hubs
v1.2.011. Januar 2026

FAQ und Changelog hinzugefügt

  • FAQ-Bereich mit häufig gestellten Fragen zum Changelog Hub
  • Changelog-Sektion für Hub-Updates
  • Verbesserte Strukturierung der Seite
v1.1.010. Januar 2026

Erweiterte Changelog-Anzeige

  • Komplette Changelog-Historie statt nur 6 Einträge
  • Expand/Collapse für lange Changelog-Einträge
  • Header und Footer auf allen Changelog-Seiten
  • Fehlerbehebungen für mehrere Tool-Changelogs und Detailseiten
v1.0.09. Januar 2026

Initialer Launch

  • Changelog Hub mit kuratierter Tool-Auswahl
  • GitHub Releases API Integration
  • Offizielle Release- und Changelog-Quellen für mehrere Tools
  • Automatische deutsche Übersetzung mit GPT-5-nano
  • Timeline- und Gruppiert-Ansicht
  • Suche und Filter nach Tool, Breaking Changes, Major Releases
  • RSS Feed für alle Tools
  • Redis Caching für optimale Performance