Skip to content

Releases: telerik/project-nia

Release v4.4.0

Choose a tag to compare

@telerik-github-automation telerik-github-automation released this 03 Aug 14:21

Nia CLI v4.4.0

What's Changed

Added

  • telemetry: Central lifecycle wrapper now emits init/complete telemetry 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.jsonl file (#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 | sh

Windows (PowerShell 6+):

Invoke-WebRequest -Uri 'https://github.com/telerik/project-nia/releases/latest/download/install.ps1' -OutFile install.ps1
.\install.ps1

Install Specific Version

Linux/macOS:

curl -fsSL https://github.com/telerik/project-nia/releases/download/v4.4.0/install.sh | sh

Windows:

Invoke-WebRequest -Uri 'https://github.com/telerik/project-nia/releases/download/v4.4.0/install.ps1' -OutFile install.ps1
.\install.ps1

📦 Full Documentation

Verification

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

Choose a tag to compare

@telerik-github-automation telerik-github-automation released this 03 Aug 10:14

Nia CLI v4.3.5

What's Changed

Added

  • config: nia config init --app now accepts --toolchain and --agent flags 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_code as a known agent ID so Claude Code sessions are now shared correctly across commands
  • config: Improved validation and help text for the --scanner flag
  • app: Fixed nia app issue draft failing with a prompt error — it now correctly loads the configured role (e.g. product_manager) from commands.toml instead 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 | sh

Windows (PowerShell 6+):

Invoke-WebRequest -Uri 'https://github.com/telerik/project-nia/releases/latest/download/install.ps1' -OutFile install.ps1
.\install.ps1

Install Specific Version

Linux/macOS:

curl -fsSL https://github.com/telerik/project-nia/releases/download/v4.3.5/install.sh | sh

Windows:

Invoke-WebRequest -Uri 'https://github.com/telerik/project-nia/releases/download/v4.3.5/install.ps1' -OutFile install.ps1
.\install.ps1

📦 Full Documentation

Verification

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