Codiff v0.1.0: A Local Diff Viewer for LLM-Generated Code Reviews

Codiff v0.1.0 is a native desktop diff viewer designed for developers who frequently review code written by LLMs. It provides a fast, minimal interface for reviewing staged and unstaged Git changes before committing.
Key Features
- LLM Walkthrough Mode: Run
codiff -wto get an LLM-generated walkthrough of the diff. - Inline Comments: Add comments on changed lines and copy the full review as Markdown with diff context.
- File Filters & Search: Filter by file and search within diffs.
- Large Diff Performance: Built to handle large diffs quickly.
Installation
Download the macOS app from the GitHub releases page. After installing, use Codiff > Install Terminal Helper to enable the codiff command.
The tool was built in 16 minutes by pointing an LLM at diffs.com and trees.software, and is available under an open-source license.
📖 Read the full source: HN LLM Tools
👀 See Also

Claude Code Undocumented Features: Hooks, Memory, YOLO Classifier & More
The Claude Code source reveals hidden configs: YOLO Classifier for auto-permission, hooks that rewrite commands, persistent agent memory, auto-mode rules in plain English, and dream loops.

AVP Protocol Enables LLM Agents to Share KV-Cache Instead of Text for Token Efficiency
AVP (Agent Vector Protocol) allows LLM agents to pass KV-cache directly between them instead of text, reducing token processing by 73-78% and achieving 2-4x speedups across Qwen, Llama, and DeepSeek models. The protocol works with HuggingFace and vLLM connectors and is available as a Python package.

PowerShell Script Automates OpenClaw Docker Setup on Windows
A PowerShell script handles Windows-specific networking quirks and Docker configuration for OpenClaw, automating checks, image retrieval, setup guidance, and container deployment.

Hawkeye Update Adds Swarm Orchestration, Remote Tasks, and Local Model Support
Hawkeye v1.0+ now supports multi-agent swarm orchestration, remote task queuing, and improved Ollama/LM Studio integration. The local-first AI agent flight recorder helps developers track what happens when agents work in repositories.