Releases: telerik/project-nia
Releases · telerik/project-nia
Release list
Release v4.4.0
Nia CLI v4.4.0
What's Changed
Added
- telemetry: Central lifecycle wrapper now emits
init/completetelemetry events for every CLI command automatically, including utility commands (app,guide,learn,shell,status,telemetry,workflow unlock,completions,config validate/lock/init/export/show-context) that previously emitted no telemetry at all (#1009)
Changed
Fixed
- telemetry: Utility command events (
config set-issue, etc.) now actually reach App Insights instead of only being written to the local.nia/logs/utility.jsonlfile (#1009) - telemetry:
telemetry::shutdown()now runs even when a command fails, so in-flight telemetry (including failure events) is no longer dropped on error (#1009)
Installation
Quick Install (No Authentication Required)
Linux/macOS:
curl -fsSL https://github.com/telerik/project-nia/releases/latest/download/install.sh | shWindows (PowerShell 6+):
Invoke-WebRequest -Uri 'https://github.com/telerik/project-nia/releases/latest/download/install.ps1' -OutFile install.ps1
.\install.ps1Install Specific Version
Linux/macOS:
curl -fsSL https://github.com/telerik/project-nia/releases/download/v4.4.0/install.sh | shWindows:
Invoke-WebRequest -Uri 'https://github.com/telerik/project-nia/releases/download/v4.4.0/install.ps1' -OutFile install.ps1
.\install.ps1Verification
All artifacts are cryptographically signed:
- Windows - Authenticode signed (Progress EV certificate)
- macOS - Apple Developer ID signed and notarized
- All platforms - GPG detached signatures
# Import public key and verify
gpg --import public-key.asc
gpg --verify <artifact>.asc <artifact>Platform Support
| Platform | Binary | Package |
|---|---|---|
| Linux x86_64 | nia-4.4.0-x86_64-linux |
.deb, .rpm |
| Linux ARM64 | nia-4.4.0-aarch64-linux |
.deb, .rpm |
| macOS Intel | nia-4.4.0-x86_64-darwin |
- |
| macOS Apple Silicon | nia-4.4.0-aarch64-darwin |
- |
| Windows x86_64 | nia-4.4.0-x86_64-windows.exe |
- |
| Arch Linux | nia-4.4.0-arch.tar.gz |
PKGBUILD |
Built with ❤️ by the Nia CLI team
Release v4.3.5
Nia CLI v4.3.5
What's Changed
Added
- config:
nia config init --appnow accepts--toolchainand--agentflags to customize app-level configuration during setup
Changed
- config: Minor cleanup of the config initialization code (no behavior change)
Fixed
- agents: Fixed a bug where an unrecognized agent ID could incorrectly reuse a session belonging to a different agent
- agents: Registered
claude_codeas a known agent ID so Claude Code sessions are now shared correctly across commands - config: Improved validation and help text for the
--scannerflag - app: Fixed
nia app issue draftfailing with a prompt error — it now correctly loads the configured role (e.g.product_manager) fromcommands.tomlinstead of always falling back to a hardcoded "developer" role (#996) - learn: Fixed the security-review tutorial always showing an inaccurate time estimate; it now correctly displays "60+" minutes
- learn: Updated tutorial names and descriptions for clarity
Installation
Quick Install (No Authentication Required)
Linux/macOS:
curl -fsSL https://github.com/telerik/project-nia/releases/latest/download/install.sh | shWindows (PowerShell 6+):
Invoke-WebRequest -Uri 'https://github.com/telerik/project-nia/releases/latest/download/install.ps1' -OutFile install.ps1
.\install.ps1Install Specific Version
Linux/macOS:
curl -fsSL https://github.com/telerik/project-nia/releases/download/v4.3.5/install.sh | shWindows:
Invoke-WebRequest -Uri 'https://github.com/telerik/project-nia/releases/download/v4.3.5/install.ps1' -OutFile install.ps1
.\install.ps1Verification
All artifacts are cryptographically signed:
- Windows - Authenticode signed (Progress EV certificate)
- macOS - Apple Developer ID signed and notarized
- All platforms - GPG detached signatures
# Import public key and verify
gpg --import public-key.asc
gpg --verify <artifact>.asc <artifact>Platform Support
| Platform | Binary | Package |
|---|---|---|
| Linux x86_64 | nia-4.3.5-x86_64-linux |
.deb, .rpm |
| Linux ARM64 | nia-4.3.5-aarch64-linux |
.deb, .rpm |
| macOS Intel | nia-4.3.5-x86_64-darwin |
- |
| macOS Apple Silicon | nia-4.3.5-aarch64-darwin |
- |
| Windows x86_64 | nia-4.3.5-x86_64-windows.exe |
- |
| Arch Linux | nia-4.3.5-arch.tar.gz |
PKGBUILD |
Built with ❤️ by the Nia CLI team