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::reposmodule 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::configfor 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
| Metric | Value |
|---|
| Commits | 2 |
|---|---|
| Files Changed | 2 |
| Lines | +119 / -12 |
| Issues Closed | 0 |
Contributors
| Name | Commits | Lines |
|---|
| VivinMeth ([email protected]) | 2 | +119 / -12 |
|---|