Agents Elements: A macOS Dashboard for Claude Code & Codex Installations

Agents Elements is a native SwiftUI macOS app that gives you visibility into everything Claude Code and Codex have installed locally — skills, subagents, commands, plugins, MCP servers, hooks, and active sessions. It scans ~/.claude and ~/.codex and presents a searchable dashboard.
Key Features
- All installed elements in one searchable list with rendered Markdown previews
- Session management: shows live, resumable, and stale sessions with token usage and a copy-paste resume command
- Token & cost analytics: Claude and GPT side by side
- Hooks/automation audit: what runs behind your back, including cleanup sweeps
- Permission visibility: each subagent's tools, each plugin's contributions
- Enable/disable plugins & skills from the UI — path-locked, backs up config first
Technical Details
- Built entirely by Claude in Claude Code — the author only steered
- Zero dependencies, reads everything locally, uploads nothing
- License: MIT, open source
- Repo: github.com/LasaleFamine/agents-elements
Who It's For
Developers who use Claude Code or Codex and want to audit and manage what their AI agents have installed without digging through dotfiles.
📖 Read the full source: r/ClaudeAI
👀 See Also

Claude Code v2.1.144: Background Sessions, /model Scoping, and 15s Startup Timeout
Claude Code v2.1.144 adds /resume for background sessions, scopes /model to current session only, and fixes a 75s startup hang when api.anthropic.com is unreachable with a 15s timeout.

Crit: Local-first, single-binary CLI for reviewing agent plans and diffs
Crit is a single-binary CLI that opens files or diffs in a browser with a GitHub-inspired UI, allowing multi-round feedback loops with AI coding agents — no account needed.

Codex Chrome Extension Adds Background Browser Automation Across Tabs
Codex's new Chrome extension on macOS/Windows enables parallel browser task execution in background tabs without taking over the browser — covering debugging flows, dashboards, research, and CRM updates.

certctl: Self-hosted certificate lifecycle platform with 78 API endpoints for AI agent automation
certctl is a self-hosted certificate lifecycle platform built with Go and TypeScript that exposes 78 REST API endpoints for certificate management. The platform is issuer-agnostic and target-agnostic, with an MCP server planned to expose all functionality as native MCP tools.