Skip to content

Latest commit

 

History

History
124 lines (91 loc) · 8.53 KB

File metadata and controls

124 lines (91 loc) · 8.53 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

Unreleased

v3.5 - 2026-08-10

Full Changelog

Added

  • superfile file manager with tracked config, hotkeys, and an Eldritch theme mapped from the WezTerm palette
  • Fish aup updater for centralized AI harness upgrades (Pi extensions, OMP plugins, per-command reporting)
  • Starship prompt surfaces the nearest reachable git tag next to the branch
  • WezTerm agent-tab UX: star glyph for agent tabs, purple Jcode tab color, process-based tab coloring, hide single-tab bar
  • Brew packages: crit, Grok CLI; gh-stack extension; markdown preview default (replaces Typora)
  • Abbreviations for reload and harness-related workflows

Changed

  • Active theme switched to Eldritch; Starship is the primary prompt
  • Restored agent-harness updates to upstream omp update (OMP 16.5.2 ships the streamed-output fix); removed local patched-source routing and OMP source checkout from Topgrade
  • Herdr agent rows and the WezTerm status bar place detected agent type before the terminal title
  • Herdr config/keybindings reworked (agent sidebar layout, focus jumps); removed the flaky herdr browser plugin
  • WezTerm: fewer per-tick process syscalls in the tab status walk, font size/opacity tweaks, reload ergonomics
  • Default pager is tuicr (twee-ker); removed hunk
  • Package/config cleanup: dropped unused aerospace, alacritty, borders, broot, sketchybar, television, zellij, warp, glow, and related cruft
  • yazi plugin/package updates; Zed ACP registry updates; topgrade and Brewfile refreshed

Fixed

  • Misaligned onboarding key/value layout

v3.4 - 2026-07-15

Full Changelog

Added

  • Oh My Posh statusline for Claude Code (config/.config/claude.omp.json) — session/model/usage segments with a 5-theme palette
  • gh-board extension (v1.5.0) — project-board TUI, bound to prefix+B in herdr
  • lazyworktree CLI, wired into herdr
  • Abbreviations: bl (backlog), mdt (mdterm), lw (lazyworktree), and brew install/uninstall cursor abbrs (bi, bu, bic, buc, bric)
  • Codex installer PATH export in .profile
  • Global gitignore excludes *worktrees* at any nesting depth

Changed

  • Active theme switched to TokyoNight across bat, btop, ghostty, yazi, herdr, lazygit, gh-dash, and the OMP prompt (Zed on Eldritch)
  • Agent harness updater runs just omp-patched-update instead of omp update — the patched OMP source-link carries the fix for truncated streamed output, and omp update would clobber it
  • herdr: prefix rebound to control+alt+, (macOS shortcut clash), workspace keybindings reworked, worktrees dir dropped, active-row background added
  • topgrade: refreshed the custom repo list for the reorganized Developer/ layout
  • Bumped gh-dash to v4.25.0, hunk to 0.17.0, the yazi piper preview plugin, and the neoed submodule pointer

Fixed

  • fish: implicit cd — typing a directory (neoed/) failed with cd: -- neoed/: unknown option. fish 4.8 prepends -- to the path on implicit cd, and the cd wrapper's quoted "$argv" joined both tokens into a single -- neoed/ argument that cd parsed as a flag. Forwarding $argv unquoted restores it #59 (edheltzel)
  • helix: repointed the gotmpl grammar to a maintained fork after dannylongeuay/tree-sitter-go-template was deleted upstream, fixing hx --grammar fetch

v3.3 - 2026-06-24

Full Changelog

Added

  • Vite+ replaces Biome for Neovim formatting & linting (neoed): vp fmt (Oxfmt) on save, live Oxlint LSP diagnostics, vtsls for TypeScript, and a vp check --fix pre-commit hook
  • hunk as the git diff pager, with herdr integration (replaces diffnav)
  • SSH signing-key auto-registration on GitHub during provisioning (git/git.sh) — keeps commits verified after a key rotation
  • DOX AGENTS.md documentation framework (local, untracked)
  • Raycast window management; visual-recap GitHub workflow
  • Global packages/abbreviations: codegraph, roughdraft, maestro, mosh/moshi, mdv (yazi markdown preview), bettershot

Changed

  • Migrated leaderkey to a Raycast extension
  • Herd swapped to the stable release; topgrade runs custom commands; push.default matching → simple
  • refactor(install): unified bootstrap.sh + install.sh into a single subcommand-driven script #53 (edheltzel)
  • Stow ignores AGENTS.md so local agent docs are never symlinked into $HOME

Fixed

  • topgrade repos path

v3.2 - 2026-03-20

Full Changelog

Other

create - 2023-08-27

Full Changelog