Skip to main content
← All Internal Releases

nanx v0.2.0-alpha.9

Internal
2025-12-29

Release Date: 2025-12-29

Previous Version: v0.2.0-alpha.8

This release enhances the nanx CLI with comprehensive git workflow automation. The primary focus is on developer productivity through new composite git commands and convenient command aliases that streamline common development workflows.

Features

Git Workflow Automation

  • Composite Git Commands: Added high-level git workflow commands to nanions::nanx::repos module that combine multiple git operations:
- add-all: Stage all changes in the working directory

- commit-generate: Generate a commit message using AI and create the commit

- add-commit-generate: Stage all changes and generate a commit in one operation

- amend: Amend the last commit with staged changes

- push-upstream: Push current branch and set upstream tracking

- pull-rebase: Pull remote changes with rebase strategy

- unstage: Unstage all currently staged files

  • Command Aliases: Introduced convenient single-letter aliases in nanions::nanx::config for frequently used commands:
- s: Shorthand for status commands

- e: Shorthand for edit commands

- v: Shorthand for view commands

Documentation

  • Added comprehensive documentation for new git workflow features and command aliases

Statistics

MetricValue
Commits2
Files Changed2
Lines+119 / -12
Issues Closed0

Contributors

NameCommitsLines
VivinMeth ([email protected])2+119 / -12