Skip to content

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