AI News Feed

Open-source models, agents, and infrastructure — curated daily

Terminal AgentsClaude Code8 Jul 2026

Claude Code v2.1.204: v2.1.204

What's changed - Fixed hook events not streaming during SessionStart hooks in headless sessions, which could cause remote workers to be idle-reaped mid-hook

GitHub Releases
Terminal AgentsClaude Code7 Jul 2026

Claude Code v2.1.203: v2.1.203

What's changed - 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

GitHub Releases
Terminal AgentsCodex CLI8 Jul 2026

Codex CLI rust-v0.143.0: 0.143.0

New Features - 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) Bug Fixes - 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

GitHub Releases
Terminal AgentsCrush7 Jul 2026

Crush v0.82.0: v0.82.0

General fixes Hello. This small patch includes some varied fixes. Better chat scroll On some rare occasions, the chat could stop scrolling automatically to the bottom as the model works. We made some changes to make this more reliable! General agent fixes There were a few fixes here and there making the agent behave better. We made thinking on/off and reasoning levels behave better for providers like Alibaba and Baseten, for example. We are finally mentioning [Hyper](https://hyper.charm.land/) on README, which are our favourite inference service for Crush. See ya! Changelog New! * cbb6daaa80841614abc091f3201c5e635895c22e: feat(ui): preserve newlines in expanded tool content (#3239) (@taciturnaxolotl) Fixed * d341d84b24fbe6471708c15f4dc08533a9ea6dc4: fix(alibaba): fix missing thinking traces on deepseek via aliababa (#3259) (@andreynering) * 3ac7f1c48bbe3031772fb2f47c2f356283790591: fix(baseten): make the thinking on/off toggle work for baseten (@andreynering) * 78a205cdb5f988aa6daa6c1907e88b4b9d2b2769: fix(copilot): guard nil request body in initiator transport (#3246) (@truffle-dev) * ff12fa014e8f530daa8e52eecc716c79d18a363c: fix(scrollbar): only show on human scroll (@taciturnaxolotl) *

GitHub Releases
AutonomousOpenHands7 Jul 2026

OpenHands 1.9.2: 1.9.2

1.9.2 (2026-07-07) <!-- Release notes generated using configuration in .github/release.yml at main --> What's Changed Maintenance * chore(main): release cloud 1.42.0 by @openhands-release-bot[bot] in https://github.com/OpenHands/OpenHands/pull/15151 **Full Changelog**: https://github.com/OpenHands/OpenHands/compare/1.9.1...1.9.2 This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).

GitHub Releases
AutonomousOpenHands7 Jul 2026

OpenHands 1.9.1: 1.9.1

1.9.1 (2026-07-07) <!-- Release notes generated using configuration in .github/release.yml at main --> What's Changed Features * feat(enterprise/auth): super-admin management endpoint (grant/revoke/list) by @jpshackelford in https://github.com/OpenHands/OpenHands/pull/15006 Bug Fixes * fix: settings page scroll layout by @saurya in https://github.com/OpenHands/OpenHands/pull/15147 * fix(app_server): pass flat mcp_config shape to SDK Agent by @tofarr in https://github.com/OpenHands/OpenHands/pull/15159 * fix: scroll settings sidebar so Skills is reachable in orgs by @hieptl in https://github.com/OpenHands/OpenHands/pull/15138 * fix(frontend): read SDK 1.31.x flat mcp_config wire format by @tofarr in https://github.com/OpenHands/OpenHands/pull/15165 * fix(app_server): derive agent server image from package version by @tofarr in https://github.com/OpenHands/OpenHands/pull/15168 Maintenance * chore(main): release cloud 1.41.0 by @openhands-release-bot[bot] in https://github.com/OpenHands/OpenHands/pull/15013 * chore: bump SDK packages to v1.31.2 by @all-hands-bot in https://github.com/OpenHands/OpenHands/pull/15156 * chore: bump SDK packages to v1.32.0 by @all-hands-bot in https://github.com/OpenHands/OpenHands/pull/15157 * ci: PLTF-2960 open a chart image-tag bump PR on cloud release by @aivong-openhands in https://github.com/OpenHands/OpenHands/pull/15166 **Full Changelog**: https://github.com/OpenHands/OpenHands/compare/1.9.0...1.9.1 This PR was generated with [Release Please](https://github.com/googleapis/release-please).

GitHub Releases
AutonomousOpenHands7 Jul 2026

OpenHands cloud-1.42.0: cloud: 1.42.0

1.42.0 (2026-07-07) <!-- Release notes generated using configuration in .github/release.yml at main --> What's Changed Features * feat(enterprise/auth): super-admin management endpoint (grant/revoke/list) by @jpshackelford in https://github.com/OpenHands/OpenHands/pull/15006 Bug Fixes * fix: settings page scroll layout by @saurya in https://github.com/OpenHands/OpenHands/pull/15147 * fix(app_server): pass flat mcp_config shape to SDK Agent by @tofarr in https://github.com/OpenHands/OpenHands/pull/15159 * fix: scroll settings sidebar so Skills is reachable in orgs by @hieptl in https://github.com/OpenHands/OpenHands/pull/15138 * fix(frontend): read SDK 1.31.x flat mcp_config wire format by @tofarr in https://github.com/OpenHands/OpenHands/pull/15165 * fix(app_server): derive agent server image from package version by @tofarr in https://github.com/OpenHands/OpenHands/pull/15168 Maintenance * chore: bump SDK packages to v1.31.2 by @all-hands-bot in https://github.com/OpenHands/OpenHands/pull/15156 * chore: bump SDK packages to v1.32.0 by @all-hands-bot in https://github.com/OpenHands/OpenHands/pull/15157 * ci: PLTF-2960 open a chart image-tag bump PR on cloud release by @aivong-openhands in https://github.com/OpenHands/OpenHands/pull/15166 * chore(main): release 1.9.1 by @openhands-release-bot[bot] in https://github.com/OpenHands/OpenHands/pull/15142 **Full Changelog**: https://github.com/OpenHands/OpenHands/compare/cloud-1.41.0...cloud-1.42.0 This PR was generated with [Release Please](https://github.com/googleapis/release-please). See

GitHub Releases
FrameworksCrewAI8 Jul 2026

CrewAI 1.15.2: 1.15.2

What's Changed Features - Pull latest LLM models dynamically in the crew wizard. - Support inline skill definitions. - Add generated Flow Definition authoring skill. - Support templated Flow action inputs. - Add text helper for flow CEL prompts. - Add text helper to flow skill example. - Implement message setup and feedback handling in AgentExecutor. - Add repository agents to flow definitions. - Define stream frame protocol for flows. - Type tool and app in CrewDefinition. - Repoint template commands to crewAIInc-fde org. Bug Fixes - Key model-catalog cache by exact API key, shorten TTL, and skip Ollama. - Unify `crewai run` flow input resolution and prompt from the state schema. - Resolve pip-audit failures for onnx 1.22.0 and nltk PYSEC-2026-597. - Ensure we are writing version for flows. - Include aiobotocore in the bedrock extra. - Reject self-listening flow methods. - Cut docs version nav from Edge so

GitHub Releases
InfrastructureOllama6 Jul 2026

Ollama v0.31.2-rc2: v0.31.2

What's Changed * ci: avoid unbounded parallelism by @dhiltgen in https://github.com/ollama/ollama/pull/16966 * fix cuda toolkit lookup and parallel by @MarkWard0110 in https://github.com/ollama/ollama/pull/16613 * docs(cloud): update retirement list by @mxyng in https://github.com/ollama/ollama/pull/17000 * discover: fall back to standard CUDA when the JetPack runner is absent by @kevinpark1217 in https://github.com/ollama/ollama/pull/16949 * agent: harness core by @ParthSareen in https://github.com/ollama/ollama/pull/16963 * llama: clean up dead code from llama-server work by @dhiltgen in https://github.com/ollama/ollama/pull/17007 * rocm: remove no longer supported devices by @dhiltgen in https://github.com/ollama/ollama/pull/17010 * compat: use UTF-8-safe file open by @dhiltgen in https://github.com/ollama/ollama/pull/16999 * llama: enable FA on CUDA CC 6.x GPUs by @dhiltgen in https://github.com/ollama/ollama/pull/16994 * mlx: x/create rewrite by @pdevine in https://github.com/ollama/ollama/pull/16919 * llama.cpp update by @dhiltgen in https://github.com/ollama/ollama/pull/17055 * server: remove OLLAMA_EXPERIMENT=client2 by @mxyng in https://github.com/ollama/ollama/pull/16962 * mlx: update to de7b4ed9 by @dhiltgen in https://github.com/ollama/ollama/pull/17056 New Contributors * @kevinpark1217 made their first contribution in https://github.com/ollama/ollama/pull/16949 **Full Changelog**: https://github.com/ollama/ollama/compare/v0.31.1...v0.31.2-rc0

GitHub Releases
ModelsOpenAI7 Jul 2026

Australian Payments Plus moves faster with ChatGPT and Codex

See how Australian Payments Plus uses ChatGPT Enterprise and Codex to move faster through payments complexity. AP+ saves time, improves quality, and keeps human judgment central.

OpenAI Blog