Changelog
New updates and improvements to Aura OS.
v0.5.1
Latest- Fixed a critical
ERR_MODULE_NOT_FOUNDerror caused by an invalid internalchalkimport in theenscommand module. - Improved ESM module resolution compatibility for environments with strict dependency auditing.
v0.5.0
- Added
exportcommand to export full transaction history as CSV or JSON for tax and accounting tools (Koinly, CoinTracker, TaxBit, CryptoTaxCalc). - Added
stakecommand to stake ETH via Lido (stETH) and Rocket Pool (rETH) liquid staking protocols directly from the CLI. - Added
pnlcommand for on-chain profit & loss tracking — total invested, current value, unrealized gains, and ROI per wallet. - Added
multicallcommand to batch read multiple contract calls in a single RPC request via Multicall3. - Added
decodecommand to decode raw transaction calldata using online ABI sources or custom ABI files. - Added
logscommand to fetch and display on-chain event logs for any contract with optional topic filtering. - Added
gashistorycommand to display historical gas price trends over configurable time windows. - Added
alertcommand to set threshold-based on-chain price, gas, and balance alerts that notify in real-time. - Added
swapcommand for direct token swaps via Uniswap V3 router from the terminal. - Added
riskcommand for rapid smart contract risk scoring — liquidity, supply concentration, proxy upgradability.
v0.4.0
March 2026- Added
approvecommand to scan and revoke ERC-20 token approvals interactively. - Added
convertcommand to easily convert tokens. - Added
honeypotcommand to scan tokens for honeypot contracts and scams. - Added
abicommand to fetch and display smart contract ABIs directly from the CLI. - Added
sendandtransfercommands to easily send ETH and ERC-20 tokens. - Added
enscommand to resolve and manage ENS domains. - Added
callcommand to interact with smart contract view functions seamlessly. - Added
wrapandunwrapcommands to quickly convert between ETH and WETH. - Added
nftcommand to fetch and analyze NFT collection details and metadata. - Added
simulatecommand to safely test and preview transactions via Tenderly before executing. - Added
bridgecommand to bridge assets cross-chain via Across Protocol. - Added
summarizecommand for AI-powered plain-English explanations of any smart contract. - Added
pricecommand for fetching real-time token prices and market data.
v0.3.0
March 2026- Added
whalecommand for tracking whale wallet activity and accumulation signals. - Added
trackcommand to snapshot portfolio balances for any wallet. - Added
auditcommand for AI-powered smart contract security and vulnerability scans. - Added
askcommand to ask any Web3/Solidity questions without Needing a wallet. - Added AI Core support for
GROQ_API_KEYandGEMINI_API_KEY. - Fixed a critical infinite loop bug in the contract creation context analyzer binary search.
- Fixed
OwnershipTransferredtopic 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
/loginroute 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
runcommand handler and cleaned up CLI menu formatting. - Added
logoutto the main CLI help menu and improved password prompt hiding.
v0.2.3
March 2026- Fixed Cross-Origin Mixed Content blocking during
aura loginby adding Private Network CORS headers and switching the local redirect to127.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
logincommand opened the local dev server instead of the production dashboard - Updated documentation to reference the correct
@felizz23/aura-osNPM package scope
v0.2.0
March 2026- Added
gascommand for real-time gas prices across multiple networks - Added
txcommand to analyze a transaction by hash - Fixed an issue where running
aura helpwas 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