Skip to main content
← All Releases

nanx v0.4.0

January 4, 2026

What's New

Git Worktree Management

You can now work with multiple branches of your repositories simultaneously using worktree support. When you clone a repository or create a new branch, nanx automatically sets up separate working directories, making it easy to switch between different features or bug fixes without losing your work.

Smart Editor Integration

nanx now automatically detects your environment and opens your code in the right place. Whether you're working over SSH, in a terminal, or on your desktop, it will intelligently choose how to open your projects—launching your editor, changing to the directory, or providing the right commands for your setup.

Enhanced Shell Completions

Tab completion is now smarter and more helpful. When typing commands, you'll see relevant suggestions for git branches, remotes, and tags that update dynamically based on your current repository.

Repository Configuration Tools

You can now easily configure repository settings at both global and local levels. Use the new config commands to customize how nanx manages your projects and worktrees.

Improvements

  • Better branch organization: Branch names are now displayed in a more readable format when creating worktrees
  • Streamlined workflows: The clone and repository setup process is now faster and requires fewer steps
  • Non-interactive mode: Added a --yes flag to rollback commands for automated scripts and workflows
  • Improved project discovery: Better support for non-NX monorepo structures with automatic project detection

Bug Fixes

  • Fixed an issue where creating new git worktrees would fail due to incorrect command arguments
  • Corrected shell completion script generation for better compatibility


_Contributor: VivinMeth_