Wrangle: A Native macOS Editor for Managing Claude Code Sessions

Wrangle is a native macOS markdown editor designed specifically for managing Claude Code sessions and multi-agent workflows. The tool was created by a developer who found that VS Code couldn't handle their daily workload of running multiple Claude Code sessions.
Key Features
- Native macOS application for managing Claude Code sessions
- Markdown file editing with context awareness
- Embedded terminals
- Smart notifications that pull users back to the right session
- Built specifically for AI power users working with multi-agent workflows
Availability
The tool is available at wrangleapp.dev. A limited number of free keys are available using code U4MTIXMG at checkout.
The developer notes that they built the application with Claude's assistance and has provided a full write-up in the Reddit comments section.
📖 Read the full source: r/ClaudeAI
👀 See Also

PreToolUse Hook Fixes Claude Code Image Crash Problem
A developer created a PreToolUse hook that intercepts Claude Code's Read calls on images, converts them safely, and proxies them through a Haiku subprocess to prevent API Error 400 crashes from problematic images.

Claude-ETA Plugin Adds Task Timing and Repair Loop Detection to Claude Code
Claude-ETA is a Claude Code plugin that times tasks, learns your actual velocity, and feeds real data back into Claude before it responds. It also detects repair loops by fingerprinting error content and intervenes after three identical failures.

Claude Code protocol file reduces repetitive questioning
A developer created a single .md file for ~/.claude/rules/ that infers task type and risk from the first message, eliminating Claude Code's typical three-question sequence before starting work.

OpenTrace: Self-Hosted Observability Server with 75+ MCP Tools
OpenTrace is a self-hosted observability server that provides logs, user analytics, and database introspection through 75+ MCP tools, running on a $4 VPS with SQLite storage and read-only Postgres connections.