Skip to content

Changelog

Copy page
  • Resume an agent’s previous session when recreating a worktree at the same path with workmux add --continue, optionally supplying a follow-up prompt.
  • Fix workmux send failing to deliver multiline messages and single-line Codex prompts on Kitty. (#268)
  • Report missing executables selected with --agent before creating branches or worktrees for local launches.
  • Select an agent with -a or --agent in the worktree skill, and preserve attachment paths in delegated prompts.
  • Reuse agents’ existing conversations for follow-up work with the coordinator skill, including after worktrees are merged or removed.
  • Improve sidebar performance without sacrificing responsiveness:
    • Cut background Git status CPU by 74% in benchmarks.
    • Cut GitHub status refresh CPU by 60% in benchmarks.
    • Cut tmux observation CPU by 26% in a large-session benchmark.
  • Show accurate Git status for agents in nested directories, shared repositories, and linked worktrees while ignoring directories outside Git repositories.
  • Keep agent sessions available to resurrect after multiplexer restarts and workmux upgrades without accumulating duplicate history.
  • Fix workmux send leaving prompts unsubmitted in active Codex panes. (#261)
  • Speed up sandbox startup for repositories with large local Git configurations. (#266)
  • Configure the shell and arguments used for lifecycle hooks with hook_shell, including machine-specific shell paths and flags.
  • Fix Pi panes being marked done during interrupted compaction or retry turns; they remain working until a successful continuation finishes.
  • Fix: Kitty worktree creation and status tracking tolerate unavailable foreground process metadata. (#265)
  • Fix: Generate concise branch names for question-style --auto-name prompts, and reject invalid model responses before creating a worktree. (#264)
  • Harden multiplexer command execution and worktree cleanup against untrusted shell text, repository-controlled Git hooks, and filesystem target replacement.
  • Clear completed or waiting status immediately when the agent pane is already focused.
  • Fix: Keep pane-less agent status updates tied to the correct tmux pane, preventing unrelated shells and editors from being marked as active. (#252)
  • Improve sidebar performance by reducing startup latency, idle wakeups, tmux polling, and rendering overhead.
  • Register agent panes on startup so they appear immediately in the sidebar and dashboard. (Agent harness support varies.)
  • Set dashboard.close_on_jump: false to keep the dashboard open when jumping between agents and worktrees. (#226)
  • Use workmux status --all and workmux list --all to inspect tracked agents and worktrees across every repository in the current multiplexer.
  • Configure the dashboard’s initial sort order with dashboard.sort_mode. (#249, #250)
  • Use idempotent workmux sidebar on and workmux sidebar off commands for global and session-scoped sidebar lifecycle control.
  • Set sidebar width or height when enabling it, using terminal units or percentages.
  • Fix sidebar colors failing to update after configuration changes and stale selections lingering after switching agents.
  • Raise the deny-mode network proxy connection limit, make it configurable, and return an HTTP 503 response when the proxy reaches capacity.
  • Restore workmux add for Git LFS repositories while keeping shared Git configuration and hooks read-only in container sandboxes. (#256, #258)
  • Fix container startup failing with network.policy: deny when the host provides IPv6 nameservers, which happens with Podman. (#254)
  • Fix agents losing write access to the worktree under rootless Podman with network.policy: deny. (#253)
  • Fix stale agent status, title, and activity age lingering in the sidebar when tmux reuses a pane ID for a different process.
  • window_prefix accepts the {project} placeholder, which expands to the main worktree’s directory name. A single global config can namespace tmux window and session names per repository. (#230)
  • Fix a regression from the Git security hardening in v0.1.241 that caused protected Git operations to ignore standard global and system configuration. Global ignore rules apply consistently to merge safety checks.
  • Add Grok (SpaceXAI) as a supported agent for status tracking, interactive prompt injection, and skills. workmux setup installs status hooks and bundled skills under ~/.grok/ or $GROK_HOME. (#207)
  • workmux add --fork works with Codex. Bare --fork picks the Codex session you are in, or the most recent one recorded for the current worktree, and --fork=<id> takes a session ID or an unambiguous prefix. (#229)
  • The dashboard agents table can be reordered and trimmed with the dashboard.agent_columns option. (#225)
  • workmux add --pr accepts pull request URLs from GitHub Enterprise installations, not only github.com.
  • Passing -a/--agent no longer replaces explicitly configured pane commands such as nvim, which also stops a second agent from being spawned. The agent goes into a plain shell pane, and layouts where every pane has a command are left as they are. (#243)
  • Fix the prompt being injected twice into panes whose command is written out literally as the agent’s own command. (#242)
  • workmux setup installs the Copilot CLI status hook once at the user level (~/.copilot/hooks/workmux-status.json), so pane status tracking works in every repository without per-repository setup. Requires Copilot CLI 0.0.422 or later, and unrelated hooks in that file are preserved. If a repository still has a .github/hooks/workmux-status directory, remove it to avoid running the hook twice. (#247)
  • Harden Git handling across sandbox backends. Container guests can no longer modify shared Git configuration or hooks, while normal commits and branch operations continue to work. Workmux host Git operations also ignore repository-controlled hooks and executable Git settings.
  • Freeze the effective configuration when a sandbox session starts, preventing guest changes to .workmux.yaml from altering host-side spawn, status, merge, or close operations during that session.
  • Apply configured pane percentage values in the Kitty backend, so layouts split the same way they do in tmux. Percentage sizing requires Kitty’s splits layout; absolute size values remain unsupported there. (#239)
  • Treat custom tmux status_icons as plain text when clearing a status on pane focus, so icons containing tmux syntax work as written.
  • Set sidebar.dim_stale: false to keep stale sidebar rows in their normal status colors instead of dimming them. (#234)
  • Keep OpenCode panes marked as working while any parent or subagent session is active, and avoid false completion indicators from untracked or deleted sessions. (#235)
  • Detect outdated Pi and Oh My Pi status extensions during workmux setup and offer to replace them, preventing excessive status update processes from older extensions.
  • Make workmux status --json return a versioned observation object instead of an array, with scope and state-file diagnostics. Unresolved explicit targets return partial results with a nonzero exit status. (#210)
  • Treat <global> as empty when the corresponding global hook or file-operation list is unset, allowing shared project configs to work without matching global values. (#224)
  • Show working, waiting, and done status icons in Zellij tab titles. (#220)
  • Keep agent status updates tied to the correct pane when background hooks run without TMUX_PANE (seems to happens with Claude Code occasionally).
  • Track Codex subagents through new dedicated stop hooks, keeping the pane marked as working until the root turn finishes.
  • Place new tmux windows in the session whose pane paths best match the current directory when pane context is unavailable, and return an actionable error when multiple sessions match equally well.
  • Close and remove the correct tmux windows even after they are renamed, without affecting unrelated windows that reuse the original name. (#212)
  • Redraw the full sidebar cleanly after terminal resizes, preventing fragments of the previous layout from remaining on screen.
  • Prevent sidebar auto-exit from killing the active pane in another window. (#219)
  • Sort sidebar rows by recent activity or tmux window order with sidebar.sort, and show native tmux window numbers in custom layouts with {window_index}. (#214) (#215)
  • Prevent filesystem reads from triggering continuous sidebar refreshes on Linux, eliminating config reload loops and unnecessary CPU use. (#217) (#218)
  • Keep agent views available and clean up stale state when a tmux pane disappears. (#213)
  • Preserve the exact spelling and capitalization of parent tmux session names passed to workmux add or workmux open.
  • Accept branch names from automatic naming commands that exit without reading the prompt from stdin.
  • Let bundled agent skills dispatch cross-project worktrees directly into the requested tmux session without an intermediate window.
  • Preserve valid auto-generated Git branch names, including slash-separated names such as fix/issue-123. (#206)
  • Include agent type, working directory, tmux session and window, and last-update time in workmux status --json. (#210)
  • Keep agents visible in status views when a tmux pane query fails temporarily. (#209)
  • Use the mouse throughout the dashboard to switch tabs, select or open rows, run actions, scroll previews and diffs, and navigate files.
  • Show GitHub checks for remote branches without pull requests in the sidebar and dashboard, including failure indicators for main branches.
  • Keep sidebar GitHub status refreshes efficient across linked worktrees, reducing redundant requests for the same repository.
  • Keep the dashboard’s current-session filter tied to the active tmux session when opened in a popup.
  • Make dashboard selections and elapsed times easier to scan with clearer highlighting and subdued long-running timers.
  • Clear acknowledged waiting or completed statuses from the sidebar immediately when you focus an agent pane.
  • Prevent workmux merge from deleting the main worktree when its branch is selected as the merge source. (#204)
  • Run Docker or Podman sandboxes with an alternative OCI runtime such as Kata Containers for hardware-backed VM isolation by setting sandbox.container.oci_runtime in the global config. (#196) (#198)
  • Use Antigravity CLI (agy) with automatic detection, prompt injection, branch name generation, and status tracking setup. (#168) (#183)
  • See Codex permission prompts as waiting in the sidebar and dashboard. (#197)
  • Set base_branch: auto to create new worktrees from each repository’s effective main branch. (#199)
  • Prevent stale sidebar pane cleanup from displaying harmless tmux errors.
  • Show linked worktree ages in workmux list when using Linux musl builds.
  • Configure Zellij worktrees with stacked panes and custom pane names. (#190)
  • Keep sidebar idle CPU usage low when no pull request data is available.
  • Check out a pull request by passing its full GitHub URL to workmux add --pr, in addition to using its number.
  • Keep the configured top sidebar height accurate when tmux pane titles are shown.
  • Update the sidebar’s active agent marker more quickly when navigation hotkeys switch tmux windows.
  • Let the bundled merge and rebase skills safely include or preserve staged, unstaged, and untracked changes.
  • Merge completed agents sooner in coordinated workflows instead of waiting for every agent to finish.
  • Keep dashboard refreshes responsive after multiplexer restarts while preserving agent state for workmux resurrect.
  • Ask for confirmation before quitting the sidebar, preventing accidental quit keypresses from closing all sidebar panes.
  • Keep the dashboard display intact when pre-remove hooks print output during worktree removal or bulk sweeps.
  • Preview the resolved worktree path, branch, base, multiplexer target, file operations, and post-create hooks with workmux add --dry-run, without creating or modifying anything.
  • The bundled workmux skill can guide coding agents to check out GitHub pull requests into new worktrees with workmux add --pr.
  • Add a sidebar filter for switching between all sessions and the current tmux session, with jump navigation that works across sessions. (#124)
  • Add window_placement to choose whether new tmux windows open next to the current window or at the right edge of the session.
  • Keep PR numbers and states visible in workmux list --pr when GitHub check rollup queries fail.
  • Make concurrent agent state writes safer, preventing overlapping updates from clobbering each other. (#188)
  • Keep Nix package builds reliable in sandboxed build environments.
  • Keep the sidebar spinner moving while panes are active. (#180)
  • Respect configured sidebar width and height instead of replacing them with synced resize values. (#172)
  • Install the Pi agent sandbox from the current package name. (#179)
  • Recover automatically when a tmux resize leaves the sidebar excessively wide.
  • Fix Codex status tracking when hooks run without tmux environment details, so Codex agents appear in workmux list and the sidebar. (#187)
  • Keep Codex sidebar status accurate for subagents, so panes stay working while parent work continues and clear when the root turn finishes. (#170)
  • Place new tmux windows from workmux add immediately beside the calling window, keeping new worktrees easy to find.
  • Add workmux rebase to rebase a worktree onto its saved base branch, with automatic fallback to the configured main branch.
  • Add workmux sidebar --position <left|top> to choose sidebar placement when enabling the sidebar.
  • Add structured named agent profiles with separate type, command, args, and env fields, including from_env values and <agent:name> pane placeholders.
  • Keep named agent profiles stable across repeated launches, so profile commands and arguments are not mutated between runs.
  • Preserve the current tmux focus when merging a worktree from an inactive window.
  • Place new tmux windows beside the current window for more predictable navigation.
  • Add first-party Oh My Pi (omp) support for prompt injection, status setup with waiting detection, skills, and sandbox credential mounts. (#177)
  • Fix dashboard paste handling so pasted input is processed reliably. (#178)
  • Refresh the sidebar immediately after removing a worktree.
  • Add an uninstall script that removes workmux hooks, bundled skills, cache, and state data while preserving unrelated agent configuration.
  • Add workmux reap-agents to find stale tracked agents and optionally stop their agent process without tearing down the pane.
  • Fix workmux resurrect so worktrees that used a non-default agent resume with the same agent after a crash. (#175)
  • Fix workmux remove leaving stale tmux windows behind in some cleanup cases.
  • Respect each repository’s configured base branch when adding worktrees from the dashboard.
  • Keep dashboard worktree creation and PR checkout actions tied to the selected repository instead of the shell’s current repository.
  • Add custom tmux target names for workmux add and workmux open, so the worktree directory can stay separate from the window or session name. (#139)
  • Allow window-mode worktrees to open inside a chosen parent tmux session.
  • Keep sidebar PR status tied to the correct branch, avoiding stale PR details on base branches.
  • Allow workmux merge to keep the worktree, window, and branch by default with merge_keep: true.
  • Add workmux merge --cleanup to clean up for a single merge when keep-by-default behavior is enabled.
  • Document how worktree dispatch should handle tasks that target another project.
  • Add a horizontal top bar option for the sidebar, with configurable height and chip width
  • Allow showing PR status and checks in sidebar
  • Make sidebar template errors visible in sidebar
  • Improve sidebar loading, sync, spacing, and horizontal layout behavior
  • Fix workmux merge falling back incorrectly when a saved base branch only exists as a remote ref
  • Update the Pi sandbox image to install the current Pi agent package (#165)
  • Add Pi agent support for container and Lima sandboxes
  • Fix workmux add hanging when launched with an open stdin pipe that has no input
  • Update Codex setup to enable hooks with the current hooks feature flag. (#164)
  • Allow workmux add --pr to reuse an existing local PR branch when it does not already have a worktree. (#163)
  • Stop treating ordinary single-worktree prompts as MiniJinja templates
  • Let stale worktree directories be removed even when their Git metadata is missing, while still protecting branches unless --keep-branch is used.
  • Respect CLAUDE_CONFIG_DIR when installing Claude Code hooks, so custom Claude config locations are honored.
  • Keep sidebar layouts in sync immediately after terminal resizes, including inactive tmux windows.
  • Fix prompt delivery for custom named agents that specify an agent type.
  • Allow workmux close to work from inside sandboxed worktrees by forwarding the request to the host. (#158)
  • Use the host workmux configuration for sandbox-launched host commands, avoiding accidental reuse of sandbox guest settings.
  • Keep sidebar widths synchronized across tmux windows after manual resizing and terminal resize events.
  • Allow workmux sidebar --session to hide or restore the sidebar for the current tmux session while global sidebar mode stays active.
  • Respect CLAUDE_CONFIG_DIR when installing skills, so custom Claude config locations are honored. (#157)
  • Fix Codex status tracking so panes stay marked as working while nested subagents are still running (#154)
  • Keep compact sidebar status icons aligned even when icons have different widths
  • Add WORKMUX_DISABLE_SET_WINDOW_STATUS=1 to let nested agents skip status hook updates when launched from inside another agent pane. See the status tracking guide
  • Allow sandbox deny-mode domains to opt in to trusted private network destinations, such as VPN-hosted package mirrors, while keeping loopback and link-local addresses blocked
  • Keep sidebar tile rows stable when template fields are empty, so optional details no longer collapse and shift tile heights unexpectedly
  • Add sidebar template customization, letting you choose which labels, git stats, timers, and status details appear in compact and tile layouts. See the sidebar customization guide
  • Add customizable per-agent sidebar icons and colors, with built-in defaults for Claude, Codex, OpenCode, Gemini, Pi, Kiro, Vibe, and Copilot
  • Support tmux-style colors and attributes inside sidebar templates
  • Improve sidebar rendering for git stats, elapsed time, row highlighting, and synchronized width across windows
  • Fix pi agents lingering in the dashboard after exit (#143)
  • Support {project} placeholder and ~ (tilde) expansion in worktree_dir, letting you use config like worktree_dir = "~/worktrees/{project}" (#148)
  • Add --config <path> flag to workmux add and workmux open to use an alternate config file for a single invocation
  • Show a progress overlay when sweeping multiple worktrees in the dashboard, instead of freezing silently for several seconds
  • Truncate long worktree names in the dashboard so they no longer overflow the panel
  • Fix panics caused by Unicode characters in worktree names being truncated at non-character boundaries
  • Install via cargo binstall workmux is now supported (#137)
  • Add --mode <window|session> flag to workmux add and workmux open for per-command multiplexer mode overrides. Use --mode window to temporarily reopen a session-mode worktree as a window, or --mode session to create a one-off session without changing config. The existing --session flag is now shorthand for --mode session (#139)
  • Add sandbox.container.excluded_files config to hide sensitive worktree files from sandboxed containers by shadowing them with /dev/null (e.g. .env, .env.local). Configurable only in your global config for security (#134)
  • Restrict excluded_files to global config only, preventing malicious projects from disabling file masking via their own .workmux.yaml
  • Skip excluded_files gracefully with a clear warning on runtimes that do not support file-level bind mounts (Apple Container)
  • Fix sandbox relative gitdir path resolution and improve warning messages for directory entries
  • Add workmux rename [old-name] <new-name> command to rename a worktree, its tmux window or session, agent state, and sandbox container marker. Pass --branch to also rename the underlying git branch (#138)
  • Add status tracking support for Gemini CLI, so Gemini agents now report working, waiting, and done states in the dashboard like Claude Code, Codex, and OpenCode. workmux setup auto-detects Gemini and installs the required hooks
  • Add container.devices config to expose host device nodes (e.g. /dev/kvm, /dev/ttyUSB0) to sandboxed containers
  • Add container.group_add config to add supplementary groups (e.g. dialout, video) to the sandboxed process
  • Fix OpenCode status tracking plugin distribution by moving shipped plugin files into resources/opencode/ and updating workmux setup and manual install instructions to install both package.json and the plugin file to OpenCode’s global config directory
  • Fix duplicate OpenCode busy and idle status events causing stale window status transitions
  • Fix dashboard agent title prefixes
  • Add command palette to the dashboard, accessible via :. Provides a fuzzy-searchable list of available actions for the current context with their key hints
  • Add custom theme color overrides in config. Define custom colors under theme.custom to override any built-in theme’s palette, using hex colors, named colors, or terminal color indices (#128)
  • Render tmux style codes in status icons. Icons configured with tmux styles like #[fg=#da8548]● now display with proper colors instead of raw style strings (#130)
  • Add --tab flag to dashboard command to open directly on a specific tab (e.g. workmux dashboard --tab agents) (#127)
  • Respect the XDG Base Directory Specification for config, cache, and state paths. Custom XDG_CONFIG_HOME, XDG_CACHE_HOME, and XDG_STATE_HOME values are now honored, with automatic fallback to defaults. Existing setups continue to work without changes. (#126)
  • Fix dashboard ignoring mode: session config when creating, opening, or checking out worktrees (#129)
  • Add --fork flag to workmux add for forking an existing Claude Code conversation into a new worktree, allowing the new agent to resume with full context from a previous session. Currently Claude Code only.
  • Fix OpenCode sandbox passing unnecessary OPENCODE_CONFIG environment variable to containers
  • Fix pi agent exiting immediately after prompt injection instead of staying in interactive mode (#118
  • Clean up worktree-not-found error messages
  • Mount OpenCode’s global config directory (~/.config/opencode/) into the sandbox, providing access to opencode.json, plugins, and global MCP definitions (#117)
  • Fix concurrent workmux add commands failing with “could not lock config file” errors when creating multiple worktrees in parallel (#116)
  • Add --session flag to workmux sidebar to scope the sidebar to a single tmux session instead of all sessions
  • Add sandbox image freshness checking for Apple Container runtime, notifying when a newer image is available (#115)
  • Automatically pull sandbox images when missing or stale, removing the need for manual workmux sandbox pull (#115)
  • Fix sandbox.host_commands shims not available in agents that use login shells (e.g. Codex, OpenCode) (#114)
  • Fix sidebar daemon dropping all clients after 30s, causing sidebar panes to stop updating
  • Fix sidebar width being too narrow in some windows when the sidebar was first opened from a smaller terminal
  • Make project name more readable in sidebar tiles
  • Fail early with a clear error when the sandbox image is missing from the selected runtime’s store (#111)
  • Allow sandbox.image in project config (.workmux.yaml), so custom container images are no longer silently ignored when set per-project
  • Fix Codex sandbox warnings about helper binaries in temporary directories and missing bubblewrap (#110)
  • Fix high CPU usage on Linux caused by inotify recursive watches when running multiple worktrees with active agents
  • Add manual sleeping toggle (z key) in the sidebar to deprioritize agents you don’t need to monitor, regardless of their actual status
  • Fix stale indicator incorrectly overriding working or waiting status icons in the sidebar, hiding statuses that require attention
  • Fix git diff stats permanently freezing in linked worktrees when filesystem events originated from the shared gitdir
  • Fix relative worktree_dir paths (e.g. ../wm/) being passed literally to sandbox commands instead of resolving .. segments (#105)
  • Fix sidebar daemon signal error appearing in tmux panes on window/session changes (#107)
  • Fix Codex binary not found in Apple Container sandbox (#106)
  • Improve worktree name detection in the dashboard and sidebar, especially when running in generic tmux sessions (#103)
  • Add zoom: true pane option to maximize a pane to fullscreen after creation, useful for giving an agent pane the full window while keeping other panes available in the background (#102)
  • Add named layouts: define reusable pane layout presets in your config and apply them with workmux add -l/--layout <name> (#101)
  • Add sandbox.env config option for setting explicit environment variables inside sandboxed agents, with values redacted in debug logs (#100)
  • Detect interrupted agents via pane inactivity and show interruption status in the sidebar and dashboard with elapsed time since interruption
  • Fix sidebar incorrectly showing all agents as done when only one finishes
  • Add named agents: define short names for agent commands in your global config and use them anywhere you’d specify an agent. Useful for multiple accounts, wrapper scripts, or commands with long environment variable overrides
  • Add sidebar: an always-visible agent status panel in a tmux side pane, showing live status, git diff stats, and elapsed timers for all agents across windows. Toggle with workmux sidebar. See the sidebar guide
    • Two layout modes: tiles (default) and compact, switchable with v or via sidebar.layout in config
    • Click, scroll, or use keyboard navigation (j/k/Enter) to jump between agents
    • Width adapts to terminal size and reflows on resize
  • Show a rebase indicator icon when a git rebase is in progress
  • Fix last-done sometimes navigating to the wrong agent when multiple agents finish close together
  • last-done cycling is now reliable across repeated invocations, persisting state so the cycle survives even if the sorted order shifts
  • Dashboard now uses configured main_branch for diff base detection (#97)
  • Fix PR status fetch being delayed 30 seconds on dashboard open
  • workmux last-done now includes waiting agents
  • Add Codex status tracking support, showing working/done states in the tmux window list
  • Fix incorrect guest home directory with Lima 2.1.0, which changed the path from .linux to .guest (#92)
  • Dashboard: add r hotkey to remove worktree from the agents tab
  • Dashboard: show spinner on PR column header while fetching
  • Fix Nix build by adding missing output hashes for crossterm git dependency
  • Add workmux resurrect command to restore worktree windows after a tmux or computer crash, automatically resuming agent conversations from where they left off
  • Dashboard: add worktree creation modal with fzf-style branch picker, fuzzy search, tab completion, and the ability to checkout open pull requests directly via Ctrl+p or by typing a PR number
  • Dashboard: dim background behind modal overlays for better visual focus
  • Dashboard: fix immediate exit on startup caused by a stray Enter keypress from launching the command being processed before the UI was ready
  • Add --continue flag to workmux open to resume the last agent conversation when opening a worktree
  • List: show worktree age in wm ls output as a new AGE column with human-friendly relative time (e.g., 2h, 3d, 1w)
  • Dashboard: show elapsed time for pending PR checks and the name of failing checks across all views (PR column, agents pane, worktree info panel)
  • Dashboard: add base branch picker (b) to change a worktree’s base branch from either the worktrees or agents tab
  • Dashboard: open PR checks page in browser with O (shift-o) to quickly see why checks failed
  • Dashboard: agent task descriptions now stay up to date in real time instead of showing the initial title
  • Fix a crash caused by mouse coordinate overflow when using tmux 3.6a
  • Dashboard: open a worktree’s pull request in the browser with o
  • Dashboard: add project picker (p) to switch between projects’ worktrees
  • Dashboard: show PR status and CI checks in worktree table and preview panel
  • Dashboard: add worktree sort modes (s) to cycle between natural and newest-first ordering
  • Dashboard: add age column to worktree table
  • Dashboard: add close mux window action (c) to stop an agent while keeping the worktree
  • Dashboard: redesigned worktree preview with info panel and styled git log
  • Dashboard: add worktree view as a second tab (press Tab to switch between Agents and Worktrees)
  • Dashboard: add bulk sweep (R) to identify and remove worktrees ready for cleanup based on merged/closed PRs, deleted remote branches, or locally merged branches
  • Dashboard: add X hotkey to kill an agent directly
  • Dashboard: add worktree remove (r) with a context-aware confirmation modal that warns about uncommitted changes or unmerged commits
  • Add workmux list --json flag for machine-readable output
  • Add sync-files command to re-apply file operations (copy/symlink) to existing worktrees, with --all flag to sync all worktrees at once
  • Fix focus: true not switching to the correct pane in session mode (#86)
  • Add automatic worktree naming support for the pi agent (#84)
  • Add --prompt-file-only flag for editors with embedded agents (e.g., neovim with an agent plugin) that consume prompts from the filesystem instead of pane injection (#82)
  • workmux open now accepts multiple worktree names in a single command (e.g., workmux open foo bar)
  • Add pi agent support for status tracking and setup (#81)
  • Add configurable theme for dashboard
  • Auto-detect dark/light mode from terminal background
  • Press T (shift+t) in the dashboard to cycle through color schemes; selection persists to config
  • Redesign dashboard footer
  • Add / hotkey in the dashboard to filter agents by project and worktree name
  • Add config reference subcommand to display the full annotated default config with all available options
  • Add /workmux skill that teaches agents how to use workmux
  • Fix multiline paste not being submitted automatically because the Enter keystroke arrived before the application finished processing the pasted content
  • Add base_branch config option to set a default base branch for new worktrees, so they always branch off a specific branch (e.g. main) instead of whatever is currently checked out. The --base CLI flag takes precedence over config (#78)
  • Fix auto-generated branch names containing garbage characters with kiro-cli
  • Apple Container sandboxes now default to 16 GB memory limit, preventing OOM kills during heavy workloads. Memory and CPU limits are configurable via container.memory and container.cpus in your config (#77)
  • Fork PRs checked out with --pr now automatically prefix the local branch name with the fork owner (e.g., forkowner-main), preventing conflicts when the fork’s branch name matches an existing local branch
  • Fixed OpenCode plugin’s waiting (💬) status not triggering when the agent requests permission or asks a multiple-choice question, caused by event name changes in OpenCode v2 (#75)
  • Added logging for branch name auto-generation
  • Added support for Kiro CLI (kiro-cli) as a recognized agent
  • Added support for Mistral Vibe (vibe) as a recognized agent (#76)
  • New --session flag for workmux open lets you open worktrees in a dedicated tmux session instead of a window. Session mode is persisted, so reopening the same worktree remembers the preference (#73)
  • Dashboard now has a scope filter (toggle with F) to show only agents in the current session or all agents across sessions (#74)
  • workmux setup now offers to install bundled skills (merge, rebase, worktree, coordinator) during the first-run wizard
  • Agents can now communicate across projects using the coordinator skill
  • Fixed session mode not being detected correctly when reopening a worktree after a tmux restart
  • Window names are now automatically suffixed with the project directory name when a name collision is detected across different repositories, avoiding errors when multiple repos use the same worktree name. Explicit names set via --name are not modified (#70)
  • Branch name generation now automatically uses your configured AI agent (Claude, Gemini, Codex, or OpenCode) instead of requiring the llm CLI to be installed (#68)
    • Note: This is a breaking change. If you were previously using llm to generate branch names. Add auto_name.command: 'llm' to your global config.
  • New auto_name.command config option lets you specify a custom command for branch name generation
  • workmux rm no longer fails with “cannot delete branch used by worktree” when a previous workmux add was interrupted mid-creation
  • Fixed zsh completions not working when installed via fpath autoloading (#65)
  • Fixed zsh tab completion suggesting file paths for commands that only accept worktree handles or branch names (#65)
  • Fixed phantom whitespace appearing in zsh completions when no candidates exist (#65)
  • Dashboard now renders colored status icons correctly instead of showing raw tmux color codes as literal text (#66)
  • Sandbox: Images copied to the host clipboard can now be pasted into sandboxed agents (Ctrl+V), enabling workflows like sharing screenshots with Claude Code running inside a container or VM
  • Merge skill: Added --no-verify (-n) flag to skip pre-merge hooks, and -k as a shorthand alias for --keep
  • Added workmux update command for self-updating workmux directly from GitHub releases. Downloads the latest version, verifies checksums, and replaces the binary in place. Homebrew-managed installs are detected and directed to use brew upgrade instead
  • workmux now automatically checks for updates in the background and shows a notification when a newer version is available. Checks happen at most once per day during workmux add. Disable with auto_update_check: false in config or by setting the WORKMUX_NO_UPDATE_CHECK environment variable
  • Added Apple Container as a sandbox runtime alongside Docker and Podman, enabling sandboxing on macOS using Apple’s native container technology (macOS 26+, Apple Silicon). Auto-detected when the container binary is available. Configure with runtime: apple-container or let workmux detect it automatically
  • Fixed close command not finding the correct worktree when using a branch name that differs from the worktree handle (e.g., when created with --name)
  • Added experimental Zellij backend support. Zellij is auto-detected when running inside a Zellij session. Requires Zellij built from source (uses unreleased features). See the Zellij guide for details and known limitations (contributed by @Infonautica)
  • Add GitHub Copilot CLI as a supported agent for status tracking. Copilot hooks are installed per-repository via workmux setup. Note: the waiting state is not supported due to Copilot CLI hooks API limitations
  • Fork branch references (e.g., someuser:feature) now prefix the local branch name with the fork owner (someuser-feature), preventing conflicts with existing branches like main
  • Built-in agents (claude, gemini, codex, opencode) are now auto-detected in pane commands, so prompt injection works without the <agent> placeholder or a matching agent config. Just use the agent name directly as the pane command (e.g., command: "codex --yolo") and prompts are delivered automatically. (#57)
  • Added session mode: worktrees can now be created as their own tmux sessions instead of windows, giving each worktree a separate window list, history, and layout. Enable with --session flag or mode: session in config.
  • Added multi-window sessions: use the windows config to create multiple windows per session, each with its own pane layout - useful for setups like an editor window alongside a test runner
  • Added workmux setup command to automatically detect installed agents and configure status tracking hooks, with a guided install prompt and a tmux status bar preview showing what the icons look like
  • Fixed sandbox failing to start with Colima (Docker Desktop alternative for macOS) due to shim directories being created in system temp paths that Colima’s VM cannot access
  • Fixed backend detection for nested multiplexers (e.g., tmux inside kitty or wezterm) so workmux correctly targets the innermost multiplexer (#53)
  • Added WORKMUX_BACKEND environment variable to explicitly override backend auto-detection (accepts tmux, wezterm, or kitty)
  • Fixed hooks and run commands failing when they use bash-specific syntax (e.g., arrays, process substitution), by using bash instead of sh for execution (#52)
  • Sandbox: Host git identity (user.name, user.email) is now automatically available inside sandbox environments, so git commits from sandboxed agents use the correct author
  • Added sandbox support for running agents in isolated environments. Two backends: containers (Docker/Podman) for ephemeral sessions, and Lima VMs for persistent machines with built-in Nix/Devbox toolchain support. See the sandbox guide for setup.
  • Dashboard: Added Ctrl+N/Ctrl+P as alternative keybindings for navigating between rows
  • Fixed bash completion panic when generating completions (#51)
  • Added kitty as an alternative terminal backend – detected automatically when running inside kitty
  • Improved window cleanup handling for non-tmux backends
  • Added coordinator commands for scripting multi-agent workflows:
    • send sends text or file contents to a worktree’s agent pane
    • capture reads the last N lines from a worktree’s pane output
    • status shows the current state of worktree agents with elapsed time and git info (use --git for staged/unstaged indicators)
    • wait blocks until agents reach a target status (working, waiting, or done)
    • run executes a command in a worktree’s pane and streams the output in real time.
  • Dashboard now supports light theme via theme: light in config
  • The list command now shows an AGENT column displaying the status of agents running in each worktree (working, waiting, done icons)
  • Added positional arguments to list for filtering by worktree handle or branch name
  • When piping output, agent status icons are replaced with text labels for compatibility with scripts
  • Shell autocompletion now suggests worktree names for the close command (bash, zsh, fish) (#47)
  • Fixed dashboard incorrectly showing the worktree directory name instead of the project name when using a custom worktree_dir configuration (#48)
  • Nerdfont setup now handles read-only config files gracefully (e.g., when symlinked to a Nix store), showing a helpful message instead of failing
  • Added -o/--open-if-exists flag to workmux add for idempotent worktree creation: if the worktree already exists, switches to it instead of failing.
  • Dashboard now shows PR status column with number and state icon (open, merged, closed, draft) for each agent’s worktree
  • Dashboard displays CI/CD check status alongside PRs with pass/fail/pending icons. Enable dashboard.show_check_counts to show pass/total counts
  • Added last-agent toggle (Tab key in dashboard, workmux last-agent CLI) to quickly switch between current and previous agent
  • Added auto_name.background config option to always run --auto-name agents in background mode
  • Improved dashboard startup performance
  • Moved internal state management from tmux-specific mechanisms to filesystem-based JSON storage, laying the groundwork for multi-backend support
  • Added experimental WezTerm backend support. workmux auto-detects the backend from environment variables. See the WezTerm guide for setup instructions. (contributed by @JeremyBYU)
  • New worktrees now automatically get a symlink to a gitignored CLAUDE.local.md from your main worktree, so your local Claude Code instructions are available without manual setup
  • Fixed status icons breaking tmux themes that use padding spaces in window format strings (#45)
  • Added nested config support for monorepos: place a .workmux.yaml in any subdirectory to configure that project independently. When you run workmux from a subdirectory, it finds the nearest config. Working directory, file operations, and hooks are all scoped to the config directory. (#39)
  • Added WM_CONFIG_DIR environment variable for hooks, pointing to the directory containing the .workmux.yaml that was used
  • Dashboard: Detect and clear working agents that have stalled, for example due to being interrupted
  • Fixed last-done command intermittently failing when switching to recently completed agents
  • Tmux window names now use a nerdfont git branch icon as the default prefix when nerdfonts are available, replacing the previous “wm-” prefix. This can be overridden with window_prefix
  • Fixed cleanup commands outputting noise to the terminal after merging or removing worktrees
  • Added bash installer script for easier installation (curl -fsSL ... | bash)
  • Added automatic nerdfont detection with fallback icons for users without nerdfonts installed
  • Added last-done command to quickly switch to recently completed agents
  • Fixed race condition when running merge from inside a worktree agent
  • Reduced crate download size by excluding unnecessary files from the published package
  • Fixed prompts failing when branch names contain slashes (#37)
  • Fixed dashboard commit and merge commands not working in Claude Code when using bash command prefix (!)
  • Fixed dashboard commands including a literal newline that caused issues with OpenCode (#35)
  • Dashboard: Added --diff flag to open diff view directly for the current worktree, skipping the agent list
  • Duplicate windows created with open --new are now placed immediately after the original window instead of at the end of the window list
  • open --new can now be run without a name argument when inside a worktree, inferring the current worktree automatically
  • Fixed merge command failing with bare repo setups that use linked worktrees (#31)
  • Fixed false “unmerged commits” warning when local main branch is ahead of the remote (#30)
  • The merge command now works when the target branch is checked out in a linked worktree (#29)
  • Fixed workmux add user/feature incorrectly treating user as a remote name instead of creating a local branch named user/feature (#28)
  • Fixed worktree cleanup failing to run process stop hooks by deferring directory deletion
  • Dashboard: Preview pane size is now configurable via config file, CLI flag (--preview-size/-P), or interactively with +/- keys
  • Dashboard: Selection now stays on the same agent when the list reorders due to status changes or sorting
  • Dashboard: Improved file list layout with full paths and right-aligned stats
  • Dashboard: Added file list sidebar to diff and patch views
  • Dashboard: Added Ctrl+D/U scrolling in patch mode
  • Dashboard: Improved diff coloring fallback when delta is not available
  • Dashboard: Added help screen accessible with ? key, showing keybindings for each view (dashboard, diff, patch mode)
  • Dashboard: Added mouse scroll support in diff views
  • Dashboard: The active worktree is now highlighted with a subtle background and white text for easier identification
  • Dashboard: Git column header shows a spinner while refreshing
  • Fixed agent status not showing “working” when launching with a prompt (works around Claude Code v2.0.77 regression)
  • Dashboard: Commit and merge actions are now configurable via dashboard.commit and dashboard.merge in your config file
  • Dashboard: Fixed patch mode showing already-staged hunks
  • Dashboard: Uncommitted changes are now shown for the main worktree
  • Dashboard: Added patch mode for interactive hunk-by-hunk staging with p key
  • Dashboard: Added hunk splitting to stage partial changes within a hunk
  • Dashboard: Added ability to undo staged changes in patch mode
  • Dashboard: Added hunk commenting for review workflows
  • Dashboard: Added diff browsing with d to view uncommitted changes and D for committed changes (toggle between WIP/review views with Tab)
  • Dashboard: Diffs now use delta for syntax highlighting when available, with fallback coloring
  • Dashboard: Added filter to hide stale agents with f key (persists across sessions)
  • Dashboard: Added c to commit and m to merge directly from the main view
  • Dashboard: Working agents now show an animated spinner
  • Dashboard: Added git status column showing diff stats (+/- lines), conflict indicator, dirty state, and ahead/behind counts for each worktree
  • Dashboard: Non-default base branches (not main/master) are now displayed in the git column
  • Added --notification flag to merge command to show a system notification on successful merge
  • Dashboard: Renamed “Agent” column to “Worktree” for clarity; non-workmux agents now display “main” instead of their window name
  • The merge command now auto-detects the base branch from when the worktree was created, instead of always defaulting to main
  • Window status icons for “waiting” and “done” again auto-clear when returning to the pane
  • Added OpenCode support for agent status tracking in tmux window names
  • Fixed passing prompt to OpenCode
  • Dashboard: Stale agents (inactive for over an hour) now show a timer icon instead of “stale”
  • Dashboard: Preview updates are now faster in input mode
  • Renamed “status popup” to “dashboard”
  • Added pane preview to the status dashboard, showing live terminal output from the selected agent
  • Added input mode: press i to send keystrokes directly to the selected agent’s pane without switching windows, press Escape to exit
  • Added preview scrolling with Ctrl+U/D
  • Agents are now automatically removed from the status list when they exit
  • Priority sorting now uses elapsed time as a tiebreaker
  • Added smart sorting to the status dashboard with four modes: Priority (by status importance), Project (grouped by project), Recency (newest first), and Natural (tmux order). Press s to cycle through modes; it is saved across sessions.
  • Added status command: a TUI dashboard for monitoring all active agents across tmux sessions, with quick-jump keys (1-9), peek mode, and keyboard navigation
  • The “done” (✅) status no longer gets replaced by “waiting” (💬) when Claude sends idle prompts, so completed sessions stay marked as done
  • Added docs command to view the README
  • Improved compatibility with non-POSIX shells like nushell
  • Commands for starting agent with a prompt no longer pollute shell history
  • Added --no-verify (-n) flag to merge command to skip pre-merge hooks
  • The merge command now works when run from subdirectories within a worktree
  • The open command now switches to an existing window by default instead of erroring when a window already exists
  • Added --new (-n) flag to open command to force opening a duplicate window (creates suffix like -2, -3)
  • The open command now supports prompts via -p, -P, and -e flags, matching the add command
  • Linux binaries now use musl for better compatibility across different Linux distributions
  • The merge command with --keep no longer requires a clean worktree, since the worktree won’t be deleted anyway
  • Log files are now stored in the XDG state directory (~/.local/state/workmux/)
  • Added close command to close a worktree’s tmux window while keeping the worktree on disk. It’s basically an alias for tmux’s kill-window
  • Added pre_merge hook to run commands (like tests or linters) before merging, allowing you to catch issues before they land in your main branch
  • Added pre_remove hook that runs before worktree removal, with environment variables (WM_HANDLE, WM_WORKTREE_PATH, WM_PROJECT_ROOT) for backup or cleanup workflows
  • The post_create hook now receives WM_WORKTREE_PATH and WM_PROJECT_ROOT environment variables, matching the other hooks
  • Fixed terminal input not being displayed after creating a worktree with workmux add on bash (#17)
  • The merge command now allows untracked files in the target worktree, only blocking when there are uncommitted changes to tracked files
  • The remove command now accepts multiple worktree names, allowing you to clean up several worktrees in a single command (e.g., workmux rm feature-a feature-b)
  • Added JSON lines support for stdin input: pipe JSON objects to workmux add and each key automatically becomes a template variable, making it easy to use structured data from tools like jq in prompts and branch names
  • Template errors now show which variables are missing and list available ones, helping catch typos in branch name templates or prompts before worktrees are created
  • Fixed “directory already exists” errors when creating worktrees after a previous cleanup was interrupted by background processes recreating files
  • Added --max-concurrent flag to limit how many worktrees run simultaneously, useful for creating worker pools that process items without overwhelming system resources or hitting API rate limits
  • Added {{ index }} template variable for branch names and prompts in multi-worktree modes, providing a 1-indexed counter across all generated worktrees
  • Added --wait (-W) flag to add command to block until the created tmux window is closed, useful for scripting workflows
  • Added stdin input support for multi-worktree generation: pipe lines to workmux add to create multiple worktrees, with each line available as {{ input }} in prompts
  • Fixed duplicate remote fetch when using --pr or fork branch syntax (user:branch)
  • Fixed a crash in workmux completions bash (#14)
  • Added --all flag to remove command to remove all worktrees at once (except the main worktree), with safety checks for uncommitted changes and unmerged commits
  • Now shows an error when using -p/--prompt without an agent pane configured, instead of silently ignoring the prompt
  • Removed automatic node_modules symlink default for Node.js projects
  • Added --gone flag to rm command to clean up worktrees whose remote branches have been deleted (e.g., after PRs are merged)
  • Added --pr flag to list command to show PR status alongside worktrees, displaying PR numbers and state icons (open, draft, merged, closed)
  • Added spinner feedback for slow operations like GitHub API calls
  • Shell completions now suggest proper values for --base, --into, and --prompt-file flags (bash, zsh)
  • Fixed an error with the pre_delete hook when removing worktrees that were manually deleted from the filesystem
  • In agent status tracking, the “waiting” (💬) status icon now auto-clears window is focused, matching the behavior of the “done” (✅️) status.
  • Improved the default config template generated by workmux init
  • Added pre-built binaries for Linux ARM64 (aarch64) architecture
  • Commands open, path, remove, and merge now accept worktree names (the directory name shown in tmux) in addition to branch names, making it easier to work with worktrees when the directory name differs from the branch
  • Added --auto-name (-A) flag to automatically generate branch names from your prompt using an LLM (uses the llm tool), so you can skip naming branches yourself
  • Added auto_name.model and auto_name.system_prompt config options to customize the LLM model and prompt used for branch name generation
  • New worktree windows are now inserted after the last workmux window instead of at the end of the window list, keeping your worktree windows grouped together
  • Fixed branches created with --base not having upstream tracking configuration properly unset from the base branch
  • Fixed panes not loading shell profiles, which broke tools like nvm etc. that depend on login shell initialization
  • Added --into flag to merge command for merging into branches other than main (e.g., workmux merge feature --into develop)
  • Fixed config loading and file operations when running commands from inside a worktree
  • Removed --delete-remote flag from merge and remove commands
  • Added agent status tracking in tmux window names, showing icons for different Claude Code states (🤖 working, 💬 waiting, ✅ done). The “done” status auto-clears when you focus the window.
  • Fixed worktree path calculation when running add from inside an existing worktree, which previously created nested paths instead of sibling worktrees
  • Added support for GitHub fork branch format (user:branch) in add command, allowing direct checkout of fork branches copied from GitHub’s UI
  • Added OpenCode agent support: prompts are now automatically passed using the -p flag when using --prompt-file or --prompt-editor with --agent opencode
  • Added path command to get the filesystem path of a worktree by branch name
  • Added --name flag to add command for explicit worktree directory and tmux window naming
  • Added worktree_naming config option to control how worktree names are derived from branches (full or basename)
  • Added worktree_prefix config option to add a prefix to all worktree directory names
  • Added merge_strategy config option to set default merge behavior (merge, rebase, or squash)
  • Added nushell support for pane startup commands
  • Improved reliability of pane command execution across different shells
  • Shell completions now suggest git branch names when using the add command
  • Shell completions now dynamically suggest branch names when pressing TAB for open, merge, and remove commands (bash, zsh, fish)
  • Added --pr flag to checkout a GitHub pull request directly into a new worktree
  • Fixed version managers (nvm, pnpm, mise, etc.) being shadowed by stale PATH entries when running pane commands
  • Improved list output with cleaner table formatting and relative paths
  • Fixed duplicate command announcement when running merge workflow
  • Fixed “can’t find pane: 0” errors when using pane-base-index 1 in tmux configuration
  • Merge conflicts now abort cleanly, keeping your main worktree in a usable state with guidance on how to resolve
  • Added --keep flag to merge command to merge without cleaning up the worktree, useful for verifying the merge before removing the branch
  • Fixed a bug where multi-agent worktrees had incorrect agent configuration for worktrees after the first one
  • After closing a worktree (merge or remove), the terminal now navigates back to the main worktree instead of staying in the deleted directory
  • Added YAML frontmatter support in prompt files for defining variable matrices (foreach), making it easier to specify multi-worktree generation without CLI flags
  • Added size and percentage options for pane configuration to control pane dimensions when splitting
  • Fixed prompt editor temporary file now using .md extension for better editor syntax highlighting
  • Fixed Gemini agent startup issues
  • Switched templating engine from Tera to MiniJinja (Jinja2-compatible) for branch names and prompts. Existing templates should work unchanged.
  • Fixed prompts starting with a dash (e.g. “- foo”) being incorrectly interpreted as CLI flags
  • The rm command now automatically uses the correct base branch that was used when the worktree was created, instead of defaulting to the main branch
  • Added --with-changes flag to add command: move uncommitted changes from your current worktree to a new one, useful when you’ve started working on the wrong branch
  • Added --patch flag: interactively select which changes to move when using --with-changes
  • Added --include-untracked (-u) flag: include untracked files when moving changes
  • New branches now default to branching from your currently checked out branch instead of the main branch’s remote tracking branch
  • Removed the --from-current flag (no longer needed since this is now the default behavior)
  • Added multi-agent workflows: create multiple worktrees from a single command using -a agent1 -a agent2, -n count, or --foreach matrix options
  • Added background mode (-b, --background) to create worktrees without switching to them
  • Added support for prompt templating with variables like {{ agent }}, {{ num }}, and custom --foreach variables
  • Added --branch-template option to customize generated branch names
  • Added --prompt-editor (-e) flag to write prompts using your $EDITOR
  • Added configurable agent support with --agent (-a) flag and config option
  • Added flags to skip setup steps: --no-hooks, --no-file-ops, --no-pane-cmds
  • Defaulted to current branch as base for workmux add (errors on detached HEAD without explicit --base)
  • Fixed aliases containing <agent> placeholder not resolving correctly
  • Added --prompt (-p) and --prompt-file (-P) options to workmux add for attaching a prompt to new worktrees
  • Added --keep-branch (-k) option to workmux remove to preserve the local branch while removing the worktree and tmux window
  • Added --base option to specify a base branch, commit, or tag when creating a new worktree
  • Added --from-current (-c) flag to use the current branch as the base, useful for stacking feature branches
  • Added support for creating worktrees from remote branches (e.g., workmux add origin/feature-branch)
  • Added support for copying directories (not just files) in file operations
  • Fixed merge and remove commands failing when run from within the worktree being deleted
  • Added safety check to prevent accidentally deleting a branch that’s checked out in the main worktree
  • Fixed pane startup commands not loading shell environment tools (like direnv, nvm, rbenv) before running
  • Added pre_delete hooks that run before worktree deletion, with automatic detection of Node.js projects to fast-delete node_modules directories in the background
  • Pane commands now keep an interactive shell open after completion, and panes can be created without a command (just a shell)
  • Added target option for panes to split from any existing pane, not just the most recent one
  • Tmux panes now use login shells for consistent environment across all panes
  • The create command now displays which base branch was used
  • Improved validation for pane configurations with helpful error messages
  • Post-create hooks now run before the tmux window opens, so the new window appears ready to use instead of showing setup commands running
  • Fixed cleanup when removing a worktree from within its own tmux window
  • Fixed a race condition where cleaning up a worktree could fail if the tmux window hadn’t fully closed yet
  • Automatically run pnpm install when creating worktrees in pnpm projects
  • Fixed global config to always load from ~/.config/workmux/ instead of platform-specific locations (e.g., ~/Library/Application Support/ on macOS)
  • Added --from flag to add command to specify which branch, commit, or tag to branch from
  • Fixed rm command failing when run from within the worktree being removed
  • New worktree branches no longer track a remote upstream by default
  • Added global configuration support with XDG compliance, so you can set shared defaults in ~/.config/workmux/config.yaml that apply across all projects
  • Project configs can inherit from global settings using <global> placeholder in lists
  • After merging or removing a worktree, automatically switches to the main branch tmux window if it exists
  • Fixed an issue where removing a worktree could fail if the current directory was inside that worktree
  • Fixed prune command to correctly parse Claude Code’s config file structure

Initial release.

  • Added open command to switch to an existing worktree’s tmux window
  • Added --rebase and --squash merge strategies to the merge command
  • Added claude prune command to clean up stale worktree entries from Claude’s config
  • Added configurable window name prefix via window_prefix setting
  • Allowed remove command to work without arguments to remove the current branch
  • Shell completion now works with command aliases
  • Fixed merge command not cleaning up worktrees after merging
  • Fixed worktree deletion issues when running from within the worktree
  • Fixed new branches being incorrectly flagged as unmerged