Edition History

Past Daily Editions

Every issue of The Git Reporter is grouped by publication date, with each day's lead story, companion articles, and evidence trails kept together.

July 21, 2026

An Agent's Sign-In Link Is Not a Timeout

OpenWork's newest MCP work carries a provider's structured authorization link through a failed tool call, so the person who owns the account can act instead of watching an agent retry the wrong problem.

3 stories 8 source signals 3 repos
July 20, 2026

The Diff Can't Be Guesswork Once an Agent Writes

OpenClaw is making a simple rule explicit: when an agent writes a file, a review surface should show the patch it can prove—and show uncertainty when it cannot.

3 stories 10 source signals 3 repos
July 19, 2026

A Computer-Use Agent Needs a Second Meaning of Success

Hermes now tells a desktop-driving agent whether an input merely reached a driver or was actually confirmed to have changed the interface—and it makes foreground escalation a separate decision.

2 stories 7 source signals 2 repos
July 18, 2026

Gemini CLI’s Caretaker Has Permission to Read, Not to Act

Gemini CLI’s new issue-triage worker gives its model a read-only repository view, then keeps labels, comments, retries, and escalation in a separate validated program.

2 stories 8 source signals 2 repos
July 17, 2026

The Hard Part of an Agent Protocol Rewrite Is Yesterday

Tau is replacing its legacy agent protocol with Pi-compatible shapes, but its more consequential promise sits at the JSONL boundary: old sessions are meant to cross without pretending the old runtime still exists.

3 stories 11 source signals 2 repos
July 16, 2026

Codex Keeps the Prompt After You Interrupt It

A new Codex TUI change treats an interrupted request as part of the record, then gives the next instruction a clean composer.

2 stories 7 source signals 2 repos
July 15, 2026

Background Agent Work Needs a Receipt

Hermes and OpenClaw are fixing different failure windows in the same promise: delegated work has to arrive somewhere a person can use it.

4 stories 9 source signals 4 repos
July 14, 2026

Codex Makes Thread History a Rebuildable View

Two fresh commits separate a coding agent’s durable JSONL record from its fast SQLite history view—and teach that view how to catch up after it falls behind.

3 stories 19 source signals 7 repos
July 13, 2026

OpenWork Gives MCP Failures a Useful Address

A new diagnostics layer separates DNS, TLS, HTTP, OAuth, protocol, and provider failures, then returns a bounded reference and the person who can act—without logging the raw connection secret trail.

2 stories 10 source signals 2 repos
July 12, 2026

Hermes Turns Health Checks Into a Runtime Contract

A new authenticated readiness endpoint checks the parts of an agent gateway that can make it unreliable—without reading payloads, leaking configuration, or trying to repair anything.

5 stories 23 source signals 2 repos
July 11, 2026

Entire Gives Agent Work a Separate Git Address

The CLI stores prompts, tool calls, touched files, and now images on a checkpoint branch—making an AI coding session resumable, and potentially shareable by accident.

4 stories 21 source signals 3 repos
July 10, 2026

OpenWork Makes MCP Sessions Durable

OpenWork's July 9 commits changed cloud auth and MCP client state so agent connections can survive refresh, offline access, and cross-origin client paths.

5 stories 28 source signals 8 repos
July 9, 2026

Agent Runtimes Move Trust To The Exit Gate

OpenClaw, Codex, and Hermes all changed runtime trust surfaces this week, making the last moment before a tool call, secret handoff, or approval the place operators need to inspect.

4 stories 17 source signals 4 repos
July 8, 2026

Gemini CLI Turns Issue Triage Into A Caretaker Worker

Gemini CLI added a caretaker triage worker and GitHub egress handler, moving issue sorting toward an agent-run workflow with locks, retries, labels, comments, and human handoff states.

6 stories 25 source signals 11 repos
July 7, 2026

OpenClaw Makes Agent Audit Trails A Runtime Contract

OpenClaw added a metadata-only audit ledger on July 6, giving operators a way to inspect agent run events, native-search outcomes, tool actions, statuses, and errors without opening full transcripts.

4 stories 23 source signals 3 repos
July 6, 2026

Hermes Makes Yolo Obey User Deny Rules

Hermes added `approvals.deny` on July 5, giving users glob rules that block terminal commands even when the agent is running in yolo or approvals-off mode.

5 stories 30 source signals 4 repos
July 5, 2026

OpenCode Turns OpenAPI Into Agent Tool Contracts

OpenCode merged a CodeMode OpenAPI adapter on July 4, giving hosts a way to turn API specs into model-visible tools while keeping credentials and unsupported operations outside the agent's reach.

4 stories 18 source signals 2 repos
July 4, 2026

OpenWork Makes Team Memory A Governed Agent Surface

OpenWork's July 2 Memory Bank merge turns saved agent context into a user-scoped, searchable capability with tests, schema checks, and explicit no-secrets guidance.

4 stories 19 source signals 2 repos
July 3, 2026

OpenCode Turns Agent Review Into A First-Class Work Surface

A July 2 review-panel overhaul moves OpenCode's agent output closer to a readable control surface for changed files, comments, media, and stability checks.

4 stories 21 source signals 2 repos
July 2, 2026

OpenClaw Lets Agents Wake After A Command Exits

OpenClaw added an on-exit cron schedule so a gateway-owned watcher can wake an agent after a watched process finishes.

4 stories 15 source signals 3 repos
July 1, 2026

Hermes Makes Agent Approvals Thread-Local

Hermes replaced a shared approval flag with thread-local state, then paired that control with secret redaction and delegation-budget tests.

5 stories 28 source signals 4 repos
June 30, 2026

OpenClaw Narrows Who Can Wake An Agent

A cluster of OpenClaw commits put scheduled wakes, ACP runtime controls, and browser proxy invocation behind narrower target and scope checks.

4 stories 14 source signals 4 repos
June 29, 2026

Tau Turns Agent Architecture Into Onboarding

A Tau documentation rewrite moved the coding-agent project from build-log internals toward a public quickstart, reference, package, and license surface.

4 stories 14 source signals 4 repos
June 28, 2026

Codex Makes Plugin Trust Runtime Policy

A new Codex plugin patch turns marketplace source restrictions into runtime filtering, loading, and cache-refresh behavior.

2 stories 11 source signals 2 repos
June 27, 2026

Agent Safety Gates Catch Edge Cases

Gemini CLI, OpenClaw, and Hermes all turned ordinary boundary mistakes into explicit control failures.

2 stories 10 source signals 3 repos
June 26, 2026

Mistral Vibe Makes ACP Compatibility A Release Contract

Mistral Vibe 2.18.0 turns ACP behavior, editor setup, auth cleanup, and fork-session limits into release-visible evidence.

2 stories 11 source signals 2 repos
June 25, 2026

OpenWork Puts Self-Hosting On The Checklist

OpenWork's June 24 code changes make deployment configuration, readiness, packaging, and user-flow proof visible as project maturity work.

2 stories 11 source signals 2 repos
June 24, 2026

Model Catalogs Get Plain-English Receipts

LangChain and Pi are making model/provider changes easier to inspect before they become hidden assumptions inside agent runtimes.

2 stories 13 source signals 3 repos
June 23, 2026

Agent Control Hints Become Runtime Contracts

Fresh OpenClaw, Codex, and Hermes changes show agent projects turning speed modes, chat metadata, and worker instructions into explicit runtime surfaces.

2 stories 18 source signals 5 repos
June 22, 2026

Agent Tools Get Back-Pressure Surfaces

Fresh Gemini CLI and OpenWork patches show agent products turning hangs, publish failures, voice quotas, and provider outages into explicit runtime behavior.

2 stories 12 source signals 3 repos
June 21, 2026

Agent Runtimes Are Learning When To Stop

Fresh OpenCode, Codex, OpenClaw, and Hermes Agent patches show agent tools turning long-running work into bounded, traceable runtime state.

2 stories 11 source signals 4 repos
June 20, 2026

Agent Tools Are Getting Capability Switches

Fresh Codex, Hermes Agent, and Pi patches show agent projects narrowing when external skills, MCP tools, and package surfaces become visible.

2 stories 13 source signals 3 repos
June 19, 2026

Agent Control Panels Move Into The Terminal

Hermes Agent, OpenClaw, and Codex all moved user-facing control surfaces closer to the agent runtime, from billing and provider setup to structured MCP prompts.

2 stories 11 source signals 3 repos
June 18, 2026

Mistral Vibe Turns Release Claims Into Trust Boundaries

The v2.16 release line says workspace trust, resume speed, diff rendering, SSE parsing, and backend reasoning behavior are no longer only UX claims; several now have code and tests behind them.

2 stories 11 source signals 2 repos
June 17, 2026

OpenWork Turns OpenCode Into A Team Workbench

The OpenCode-powered project is building a local-first desktop and server layer so agent work can be run, shared, permissioned, and audited from one product surface.

2 stories 11 source signals 2 repos
June 16, 2026

Agent Tools Are Moving Safety Into Boundaries

Gemini CLI, LangChain, and Codex landed fresh patches that put agent safety in filesystem checks, type gates, pending-tool waits, and permission-path parsing.

2 stories 8 source signals 3 repos
June 15, 2026

Agent Clients Are Learning Where Work Belongs

Fresh Codex, OpenCode, and Pi patches show agent interfaces routing threads, draft sessions, and terminal setup by local context before the user acts.

2 stories 10 source signals 3 repos
June 14, 2026

Agent Sessions Are Getting Recovery Paths

Fresh OpenClaw, OpenCode, Hermes Agent, and Codex patches show agent tools treating interruption and recovery as runtime work, not edge-case cleanup.

2 stories 8 source signals 4 repos
June 13, 2026

Agent Context Gets Filesystem Boundaries

Fresh Crush, Codex, OpenClaw, and OpenCode changes show agent runtimes separating user memory, project context, and sandbox paths before work starts.

2 stories 16 source signals 5 repos
June 12, 2026

Agent Tools Are Getting Credential Boundaries

Fresh OpenCode, OpenClaw, Hermes Agent, and Codex commits show tool access becoming a credential and trust-routing problem, not only a menu of callable functions.

2 stories 9 source signals 4 repos
June 11, 2026

Agent Tooling Gets Runtime Guardrails

Fresh OpenCode, LangChain, Gemini CLI, Codex, and OpenClaw commits show agent projects tightening the machinery around tools, sessions, streams, and approvals.

2 stories 14 source signals 5 repos
June 9, 2026

Agent Trust Is Moving Before the First Tool Call

Fresh Pi, OpenClaw, and Codex changes point to a quieter layer of agent safety: decide what a project may load, what a gateway may carry, and what execution context a thread owns before the model starts acting.

2 stories 22 source signals 3 repos
June 8, 2026

Agent Automation Is Becoming Scheduled Operations

Fresh OpenClaw, Codex, and Hermes Agent commits show agent work moving beyond the foreground chat turn into scheduled jobs, background threads, heartbeat runs, and provenance-aware session rotation.

1 story 6 source signals 3 repos
June 7, 2026

Agent Setup Is Becoming Runtime Onboarding

Fresh OpenClaw, Hermes Agent, and Codex commits show agent tools trying to erase the gap between "this capability exists" and "a user can actually run it."

1 story 6 source signals 3 repos
June 6, 2026

Agent Control Is Moving Into the Live Interface

Fresh OpenClaw, Crush, Hermes Agent, and Codex commits show approvals, steering, and configuration errors moving from background policy into the moments where a human can actually change an agent run.

2 stories 12 source signals 6 repos
June 5, 2026

Agent Identity Is Becoming Runtime Infrastructure

Fresh Hermes Agent, OpenClaw, and Codex commits show profile, credential, and model-choice state moving out of setup screens and into live agent runtime controls.

2 stories 22 source signals 5 repos
June 4, 2026

Agent Events Are Getting Return Addresses

Fresh Hermes Agent, Crush, OpenClaw, and Codex commits show agent runtimes attaching correlation, provenance, and client identity to events so the right run, session, surface, or device receives them.

2 stories 25 source signals 6 repos
June 3, 2026

Agent Failure States Are Becoming Instructions

Fresh LangChain, Crush, Gemini CLI, and OpenClaw commits show agent tools turning denial, fallback, routing, and policy drift into explicit next steps.

2 stories 14 source signals 8 repos
June 2, 2026

Agent Work Is Getting a Back Button

Fresh Codex and Hermes commits show a practical shift in agent tooling: longer-running work now needs recovery rails, not just more controls.

1 story 4 source signals 2 repos
June 1, 2026

Agent Policy Is Moving Into Delivered Layers

Fresh Codex and Hermes commits point to a new control-plane pressure: the rules an agent follows are starting to arrive as cloud bundles, layered requirements, and entitlement-aware tool setup instead of only local config choices.

1 story 5 source signals 2 repos
May 31, 2026

Agent Tool Menus Are Becoming Runtime Infrastructure

Fresh Codex and Hermes commits show a quieter agent shift: the visible list of tools is becoming a runtime contract about what can be suggested, enabled, discovered, and checked without breaking the session.

1 story 5 source signals 2 repos
May 30, 2026

Agent Control Settings Are Becoming Session State

Fresh Codex and Hermes commits show a quieter agent shift: permissions, tool behavior, lineage, approval context, and auth fallbacks are being treated as state that has to survive the next turn.

1 story 6 source signals 2 repos
May 29, 2026

Agent Sandboxes Are Learning Their Cleanup Rules

Fresh Codex and Hermes commits point to a practical agent shift: the local machine is becoming part of the runtime contract, with workspace roots, filesystem denies, Docker persistence, orphan cleanup, and lifecycle commands written down in code.

1 story 7 source signals 2 repos
May 28, 2026

Agent UI Is Becoming the Control Room

Fresh commits in Codex, Hermes, and Gemini CLI point to a practical agent shift: the human interface is turning into the place where long-running work gets linked, stopped, switched, and steered.

1 story 5 source signals 3 repos
May 27, 2026

Agent Context Becomes Runtime State

Fresh commits in Codex, Gemini CLI, and Hermes point to a quieter agent shift: context is being stored, routed, measured, and traced instead of merely stuffed into prompts.

1 story 8 source signals 3 repos
May 25, 2026

Agent Reliability Is Moving Into the Test Rig

The newest source-readable trail points away from model mystique and toward the workflows that test, trace, serialize, and maintain agent behavior.

1 story 5 source signals 2 repos
May 24, 2026

Agent Runtimes Are Learning Where to Say No

After shipping more visible control planes, agent projects are now tightening the places where tools, plugins, credentials, chat context, and test runs are allowed to flow.

1 story 6 source signals 3 repos
May 23, 2026

Agent Runtimes Are Learning to Ship Their Control Plane

A set of Codex, Hermes Agent, Gemini CLI, and Crush commits shows agent tools packaging the machinery around the model: shells, platform adapters, context profiles, and skill catalogs.

1 story 13 source signals 5 repos
May 22, 2026

Agent Runtimes Are Making Their Limits Explicit

Recent Crush and LangChain changes show agent infrastructure turning hidden boundaries - shell permission, context overflow, and model token limits - into runtime contracts that users and developers can see.

1 story 8 source signals 2 repos
May 21, 2026

Agent Goals Are Becoming Runtime State

Recent Codex and Hermes Agent changes show coding agents turning goals from chat commands into durable metadata, resumable session state, and queued work control.

1 story 7 source signals 2 repos
May 20, 2026

Agent Runtimes Are Moving State Out of the Shadows

Recent Codex and Gemini CLI changes show coding agents treating settings, queued input, subagent starts, and terminal streams as explicit runtime state instead of invisible side effects.

1 story 9 source signals 2 repos
May 19, 2026

Agent Runtimes Are Learning to Audit Their Own Tools

Fresh Codex and Gemini CLI changes show agent projects treating tool calls, plugins, MCP servers, and subagents as auditable runtime events instead of invisible helper work.

1 story 8 source signals 2 repos