2026 UpdatesLink to section

June 2026Link to section

agentgrepLink to section

agentgrep searches your local AI-agent prompts and history — Claude Code, Codex, Cursor, Gemini, Antigravity, Grok, Pi, OpenCode. June added a redesigned explorer, a query language, and two new backends, across alphas v0.1.0a16v0.1.0a31.

A pi- and Claude-Code-inspired TUI redesign of the agentgrep ui explorer, across three releases:

  • v0.1.0a27 — a calmer look: the terminal background shows through, headers and scrollbars are gone, and panes use light rule headers instead of boxes. Adds find-within-a-result (/, Ctrl-F) and a staged Ctrl-C so a stray keypress no longer quits.
  • v0.1.0a28 — pi-style slash commands (/clear, /help, /exit), Ctrl-R history recall, and a one-line progress header.
  • v0.1.0a30 — stays responsive on big stores: searching, stepping matches, and filtering no longer freeze the keyboard.

v0.1.0a23 adds a Lucene-style query language to search, grep, and find — booleans, phrases, field filters (agent:, model:, role:, path:, timestamp:), wildcards, and date ranges. It works the same over the MCP server, with as-you-type completion in the TUI.

Two new backends: v0.1.0a25 adds VS Code GitHub Copilot Chat (Code, Insiders, VSCodium, OSS), and v0.1.0a22 adds Google Antigravity (antigravity-cli, antigravity-ide). Plus faster searches over large Codex, Claude, and Cursor histories.

libtmuxLink to section

libtmux rounded out its tmux 3.7 support across three June releases.

v0.60.0 brings tmux 3.7’s floating panes into the typed Python API:

  • Floating panes: Window.new_pane() / Pane.new_pane() open a popup-like pane above the tiled layout — sized, positioned, styled, and optionally kept open after its command exits
  • Broad 3.7 coverage: new options, variables, and command flags, typed in Python — including new flags on capture_pane() and split()
  • Backward compatible: tmux 3.2a–3.6 keeps working unchanged

v0.59.0 adds tmux 3.7 to the test matrix and works around a 3.7 crash when breaking out a pane, so break_pane() and rejoining work again. v0.58.1 restores pytest 9.1 support.

tmuxpLink to section

tmuxp v1.73.0 makes the workspace build step pluggable:

Existing workspaces are unaffected. v1.72.0 / v1.71.0 pull in libtmux 0.60.0 / 0.59.0 — surfacing floating panes and tmux 3.7 through tmuxp’s API and tmuxp shell — and v1.70.1 picks up the pytest 9.1 fix.

libtmux-mcpLink to section

libtmux-mcp — terminal control for AI agents — refined the tools it exposes across five alphas (v0.1.0a11v0.1.0a15):

  • Keystroke batches: send an ordered run of keys and text to a pane in one call with send-keys-batch
  • Clearer errors: failures surface the original exception plus a hint on what to fix and where to look next
  • Tighter safety: read-only tools are blocked from spawning a shell, an unknown safety setting defaults to read-only, and a vulnerable dependency was patched (CVE-2026-48710)
ai-workflow-pluginsLink to section

ai-workflow-plugins — a plugin marketplace for Claude Code, Codex, and Gemini — added pytest-optimizer (#24), which finds and applies safe speedups for a slow pytest suite:

  • Finds what’s actually slow — the tests and fixtures costing you the most time
  • Measures before it changes anything — each speedup is checked against real timings, not estimated
  • Lands each change as its own commit — verified passing and easy to roll back
  • Safe by default — risky changes are flagged for review, not auto-applied

It also moved skills that use Google agents to the Antigravity CLI (agy) (ai-workflow-plugins#21).

gp-sphinxLink to section

gp-sphinx — the autodoc design system for git-pull Sphinx projects — extended its autodoc coverage and refreshed its build stack across five alphas (v0.0.1a27a31):

  • v0.0.1a29 auto-documents the whole docutils/Sphinx extension family — transforms, readers, parsers, writers, nodes, translators, builders, domains — with the same reference cards, via sphinx-autodoc-docutils and sphinx-autodoc-sphinx; components are now linkable from prose
  • v0.0.1a28 moves the theme build stack to current majors — Zod 4, Vitest 4, TypeScript 6, Tailwind 4.3, Vite 8 (Rolldown-powered)
  • v0.0.1a31 gives FastMCP resources and prompts the same linkable cards as tools

gp-libs v0.0.18 moved its own docs onto the published gp-sphinx stack and the shared Library Skeleton layout.

vcspullLink to section

libvcs v0.44.0 now returns Git, Mercurial, and SVN output as printed — without the previous per-line trimming — so a captured git diff re-applies cleanly instead of arriving mangled (a breaking change for code that leaned on the old trimmed output). vcspull v1.64.0 / v1.63.0 pick this up with no config or CLI changes, and libvcs v0.45.0 makes the test fixtures order-independent.

cihaiLink to section

The cihai CJK character stack shipped a coordinated release on 2026-06-28, led by unihan-etl v0.43.0: a corrupt or interrupted UNIHAN download now repairs itself instead of crashing first-time setup. cihai v0.38.0, cihai-cli v0.34.0, and unihan-db v0.21.0 move in step and shift their docs onto the shared gp-sphinx platform — no changes for existing code.

social-embedLink to section

The social-embed docs site moved to Astro 7 (#61) and Astro’s faster native Rust “Sätteri” Markdown engine (#63) — pages and links render identically. No library or web-component changes this month; see the news & release notes.

May 2026Link to section

agentgrepLink to section

agentgrep is a new project for searching local AI agent prompts and history across Claude Code, Codex, Cursor, and Gemini CLI. It ships four consumption surfaces from one codebase:

  • CLIagentgrep grep (rg/ag-shaped content search), agentgrep find (fd-shaped file discovery), agentgrep fuzzy (fzf-shaped ranking). A Lucene-style query language threads through all subcommands with field predicates (agent:, mtime:, model:, role:), boolean operators, and date ranges. --json / --ndjson / --vimgrep for pipeline consumption.
  • TUI — Textual app with live-streaming results, vim-style navigation, and format-aware JSON/Markdown rendering. Accessible via bare agentgrep or --ui on any subcommand.
  • Libraryrun_search_query() and typed event-stream iterators for embedding in other tools.
  • MCP serveragentgrep-mcp exposes search, catalog, discovery, and validation tools plus agentgrep:// resources to any MCP client.

Backed by a Pydantic-modelled storage catalog mapping every known prompt and history store across agents. Seven alpha releases (a0–a6) shipped in May.

libtmuxLink to section

libtmux shipped three feature releases in May:

v0.56.0 is the command-parity release — 50+ new Python methods covering tmux’s full command surface:

v0.57.0 adds a typed client model and tmux-native filtering:

v0.58.0 fixes subprocess output decoding on non-UTF-8 locales, where the Unicode format separator was corrupted and list accessors silently returned empty results.

libtmux-mcpLink to section

libtmux-mcp shipped six alpha releases (v0.1.0a4 through v0.1.0a9) maturing the agent-facing terminal control surface:

  • Pane recovery: respawn_pane restarts a stuck pane in place, preserving pane_id and window layout
  • Layout-relative targeting: find_pane_by_position resolves window corners (top-left, bottom-right, etc.) to a typed pane — no more parsing tmux format variables
  • Typed geometry: Pane responses now carry window-relative coordinates and edge predicates so agents can reason about layout without extra queries
  • Agent discovery rework: Bare “pane”, “window”, “session” prompts now activate the server; registration slug standardized to tmux
  • Deterministic command completion: wait_for_text redesigned to match only new output, reframing wait_for_channel as the primary synchronization primitive
  • Polling correctness: Wrapped-line matching in search_panes, history-limit trim warnings, pane lifecycle detection in wait_for_content_change

April 2026Link to section

vcspullLink to section

v1.59.0 overhauls vcspull sync with timeout guards, live progress, and a per-invocation debug log:

  • Per-repo timeout: Each repo runs under a 10-second deadline; override with --timeout SECONDS. The end-of-run summary lists timed-out repos with copy-pasteable rerun commands.
  • Live status indicator: Terminal spinner shows the active repo name and elapsed time; piped output emits periodic heartbeat lines.
  • Streaming output trail: A 3-line panel above the spinner shows recent git output and collapses when each repo finishes; tunable with --panel-lines.
  • Per-invocation debug log: Drops debug logs under $TMPDIR/vcspull/ (npm/pnpm style), surfaced automatically on failure or timeout.
  • Ctrl-C aborts shell chains: Exits via signal so chained vcspull sync && ... stops on first interrupt.
  • Quieter default output: libvcs logs are silenced by default; pass -v/-vv for verbosity.

Built on libvcs v0.40.0, which adds a timeout= keyword to Git.run()/Hg.run()/Svn.run() and fixes a perf regression on ref-heavy repos (2400+ refs).

libtmux-mcpLink to section

libtmux-mcp — terminal control for AI agents, built on libtmux and FastMCP — landed its first public alphas: v0.1.0a1 (2026-04-13) through v0.1.0a3 (2026-04-19). It exposes 30+ MCP tools across the tmux hierarchy (server → session → window → pane):

gp-sphinxLink to section

gp-sphinx — an integrated autodoc design system for git-pull Sphinx projects — landed its first public alphas: v0.0.1a10 (2026-04-25) through v0.0.1a12 (2026-04-27). It bundles 12 Sphinx packages that replace ~300 lines of duplicated docs/conf.py with ~10 lines:

Already powering the docs for libtmux v0.55.1, libvcs v0.40.0, and vcspull v1.59.0.

March 2026Link to section

vcspullLink to section

v1.58.0 adds --sync and --prune flags to vcspull import for full bidirectional config reconciliation, a --prune-untracked flag, and a granular options.pin metadata field to protect specific entries from mutation:

  • --sync: Updates changed URLs and prunes stale entries, fully reconciling config with the remote
  • --prune: Standalone cleanup — removes stale entries without updating URLs
  • --prune-untracked: Extends --sync/--prune to also remove entries lacking import provenance
  • Provenance tracking: metadata.imported_from tags scope pruning — manually added repos are never removed
  • options.pin: Per-repo, per-operation mutation guard (pin: true, pin: {import: true}, allow_overwrite: false)
  • Bug fix: vcspull add, discover, and fmt no longer silently corrupt .json config files

Available on all six import providers. Pruning is config-only — cloned directories on disk are not deleted. Uses a consistent CRDT action model (classifier → enum → apply) across all five config-mutation operations.

February 2026Link to section

vcspullLink to section

vcspull shipped two feature releases:

v1.55.0 adds vcspull import for bulk-importing repositories from remote hosting services into your vcspull configuration:

  • 6 services: GitHub (gh), GitLab (gl), Codeberg (cb), Gitea, Forgejo, and AWS CodeCommit (cc)
  • 3 modes: user (default), organization, and search
  • Filtering: --language, --topics, --min-stars, --archived, --forks
  • Self-hosted support: --url for GitHub Enterprise, GitLab, Gitea, and Forgejo instances
  • GitLab subgroups: Nested group hierarchies map to workspace roots automatically; --flatten-groups to collapse them
  • SSH clone URLs by default; --https to switch

No new dependencies — HTTP is handled with stdlib urllib.

v1.56.0 adds vcspull worktree for declarative git worktree management. Configure worktrees per-repo in YAML targeting tags, branches, or commits, then list, sync, and prune them. Dirty worktrees are reported as BLOCKED (never force-updated), and --include-worktrees on vcspull sync handles repositories and their worktrees in one pass.

January 2026Link to section

tmuxpLink to section

tmuxp v1.63.0 modernizes the CLI with semantic colors and new commands:

  • Semantic colors: New --color flag (auto/always/never) with NO_COLOR/FORCE_COLOR support per no-color.org
  • tmuxp search: Find workspace files with field-scoped search (name:, session:, path:, window:, pane:), matching options (-i, -S, -F, -w), and --json/--ndjson output
  • Enhanced tmuxp ls: --tree for grouped display, --full for complete config, --json/--ndjson for automation, local workspace discovery from cwd
  • tmuxp debug-info --json: Structured output for issue reporting
  • Beautiful --help: Usage examples with syntax highlighting
  • PrivatePath: Masks home directory as ~ in output for privacy

Documentation now features enhanced CLI command pages via a new pretty_argparse Sphinx extension with syntax-highlighted usage blocks.

See release notes.

social-embedLink to section

social-embed received a major site overhaul:

  • Interactive playgrounds on homepage: Try the web component and library directly from the front page with live code editing
  • Migrated from Starlight to pure Astro: Custom layouts, mobile navigation, and full control over styling
  • New React search modal: Keyboard navigation, Algolia-style breadcrumbs, and title/excerpt highlighting
  • Custom Aside component: Callout/admonition component with multiple styling variants