Changelog
All notable changes to Cyberstrike CLI are documented here. For the full release history with downloadable assets, see GitHub Releases.
v1.0.7
- Added Interactive Playwright installation prompt for browser tool
- Added CodeQL security scanning workflow for automated vulnerability detection
- Added Dependabot for automatic dependency updates
- Fixed
@clack/promptsAPI compatibility forspinner.error()method - Improved CI/CD documentation with security scanning sections
- Security Updated astro to 5.17.1 (fixes XSS and auth bypass vulnerabilities)
- Security Updated multiple transitive dependencies via overrides
v1.0.6
- Fixed Bun installation error message with correct
--trustflag instructions - Fixed Documentation for Bun users
v1.0.5
- Added TUI customization demo with improved theme support
- Improved Terminal rendering performance
v1.0.4
- Fixed Authentication flow for OAuth providers
- Improved Error messages for API key validation
v1.0.3
- Added Support for custom AI providers
- Fixed MCP server connection timeout issues
v1.0.2
- Release Initial public release
- Added Web application security agent
- Added Cloud security agent
- Added Internal network agent
- Added Bug hunter agent
- Added Browser automation tool
- Added MCP integration support
Version Format
Cyberstrike follows Semantic Versioning:
| Change Type | Version Bump | Example |
|---|---|---|
| Breaking changes | Major | 1.0.0 → 2.0.0 |
| New features | Minor | 1.0.0 → 1.1.0 |
| Bug fixes | Patch | 1.0.0 → 1.0.1 |
Badge Legend
- Added New feature or capability
- Fixed Bug fix
- Improved Enhancement to existing feature
- Security Security-related update
- Breaking Breaking change
- Deprecated Feature marked for removal
Pre-release Versions
| Tag | Purpose | Install Command |
|---|---|---|
latest | Stable release | npm install -g @cyberstrike-io/cli |
beta | Beta testing | npm install -g @cyberstrike-io/cli@beta |
alpha | Early access | npm install -g @cyberstrike-io/cli@alpha |