Step 142: add Emacs package browser

This commit is contained in:
Bill
2026-02-09 17:55:10 -07:00
parent f031004cab
commit beaec58073
8 changed files with 333 additions and 3 deletions

View File

@@ -179,7 +179,7 @@ functionality through the Whetstone UI.
Startup log shown in Output panel. Errors in init.el reported as diagnostics.
*Modifies:* `EmacsIntegration.h`, `Orchestrator.h`
- [ ] **Step 142: Elisp package browser**
- [x] **Step 142: Elisp package browser**
New panel section for Emacs users: "Emacs Packages". Lists loaded packages
from the running daemon (query via `package-alist`). Shows: package name,
version, description. "Load Package" button sends `(require 'package-name)`