Changelog

New updates and improvements to Aura OS.

v0.5.1

Latest
March 2026
  • Fixed a critical ERR_MODULE_NOT_FOUND error caused by an invalid internal chalk import in the ens command module.
  • Improved ESM module resolution compatibility for environments with strict dependency auditing.

v0.5.0

March 2026
  • Added export command to export full transaction history as CSV or JSON for tax and accounting tools (Koinly, CoinTracker, TaxBit, CryptoTaxCalc).
  • Added stake command to stake ETH via Lido (stETH) and Rocket Pool (rETH) liquid staking protocols directly from the CLI.
  • Added pnl command for on-chain profit & loss tracking — total invested, current value, unrealized gains, and ROI per wallet.
  • Added multicall command to batch read multiple contract calls in a single RPC request via Multicall3.
  • Added decode command to decode raw transaction calldata using online ABI sources or custom ABI files.
  • Added logs command to fetch and display on-chain event logs for any contract with optional topic filtering.
  • Added gashistory command to display historical gas price trends over configurable time windows.
  • Added alert command to set threshold-based on-chain price, gas, and balance alerts that notify in real-time.
  • Added swap command for direct token swaps via Uniswap V3 router from the terminal.
  • Added risk command for rapid smart contract risk scoring — liquidity, supply concentration, proxy upgradability.

v0.4.0

March 2026
  • Added approve command to scan and revoke ERC-20 token approvals interactively.
  • Added convert command to easily convert tokens.
  • Added honeypot command to scan tokens for honeypot contracts and scams.
  • Added abi command to fetch and display smart contract ABIs directly from the CLI.
  • Added send and transfer commands to easily send ETH and ERC-20 tokens.
  • Added ens command to resolve and manage ENS domains.
  • Added call command to interact with smart contract view functions seamlessly.
  • Added wrap and unwrap commands to quickly convert between ETH and WETH.
  • Added nft command to fetch and analyze NFT collection details and metadata.
  • Added simulate command to safely test and preview transactions via Tenderly before executing.
  • Added bridge command to bridge assets cross-chain via Across Protocol.
  • Added summarize command for AI-powered plain-English explanations of any smart contract.
  • Added price command for fetching real-time token prices and market data.

v0.3.0

March 2026
  • Added whale command for tracking whale wallet activity and accumulation signals.
  • Added track command to snapshot portfolio balances for any wallet.
  • Added audit command for AI-powered smart contract security and vulnerability scans.
  • Added ask command to ask any Web3/Solidity questions without Needing a wallet.
  • Added AI Core support for GROQ_API_KEY and GEMINI_API_KEY.
  • Fixed a critical infinite loop bug in the contract creation context analyzer binary search.
  • Fixed OwnershipTransferred topic canonical signature formatting.
  • Fixed typo in the hex private key sanitizer regex.
  • Resolved Polymarket plugin type errors for multi-agent capabilities.
  • Completed robust CLI Authentication Device Flow via Supabase.

v0.2.4

March 2026
  • Replaced unstable local HTTP server auth with a fully seamless, secure Supabase polling "Device Flow".
  • Bypasses standard strict browser security blockers (Mixed Content, HSTS, PNA) completely.
  • Fixed a critical bug where the production URL did not correctly target the /login route during authentication callbacks.
  • Fixed OAuth redirect flow returning 404s by ensuring the callback always anchors to the correct window session URI.
  • Fixed type mismatch in the run command handler and cleaned up CLI menu formatting.
  • Added logout to the main CLI help menu and improved password prompt hiding.

v0.2.3

March 2026
  • Fixed Cross-Origin Mixed Content blocking during aura login by adding Private Network CORS headers and switching the local redirect to 127.0.0.1
  • Rebuilt the Dashboard HUD to compute and display real-time statistics directly from database operations
  • Added smooth dynamic feedback to the Dashboard connectivity indicator for active socket connections and errors

v0.2.2

March 2026
  • Added Global Auth Rescue script to perfectly handle stray Supabase redirects
  • Fixed CLI hanging issue if the browser fails to automatically launch during aura login

v0.2.1

March 2026
  • Fixed a bug where the login command opened the local dev server instead of the production dashboard
  • Updated documentation to reference the correct @felizz23/aura-os NPM package scope

v0.2.0

March 2026
  • Added gas command for real-time gas prices across multiple networks
  • Added tx command to analyze a transaction by hash
  • Fixed an issue where running aura help was not returning data

v0.1.0

March 2026
  • Initial release of Aura OS
  • Multi-AI brain support with fallback
  • Secure AES-256 Vault
  • Terminal Chat & CLI operations
  • Web3 transaction executor integration