Article reviews Magit, an Emacs Git interface with discoverable transient-window design, and Majutsu, a new Magit-style interface for Jujutsu version-control system. Both use context-sensitive keyboard shortcuts and in-editor command discovery to simplify version-control workflows compared to traditional CLI interfaces.
agent-shell 0.47 introduces major features for Emacs-based LLM agent interaction including bootstrapped sessions, session resume/recovery, clipboard image support, inline image rendering, and improved UI/UX for multiple agents. The release also adds support for additional AI agents like Cline, GitHub Copilot, and Mistral Vibe through the Agent Client Protocol.
A practical guide to using Magit (an Emacs git interface) for rebasing operations, demonstrating how its interactive log view, discoverability features, and transparency into underlying git commands make complex operations more intuitive than the command line.
A detailed walkthrough of a custom Emacs configuration built without external packages, split into core Emacs customization and 35 self-contained Elisp modules, with architectural lessons learned over two years of maintenance.