@vizzor/cli 0.13.0 → 0.13.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -54,8 +54,9 @@ ETH at $2,112 | Bullish | Confidence: Medium-High
54
54
 
55
55
  **Any tradable crypto asset.** BTC, ETH, SOL, meme coins, new DEX launches, tokens by contract address — if it has a price, Vizzor can analyze it.
56
56
 
57
- - **Price predictions** — bull/bear/likely targets across 9 timeframes (5m to 3 months)
58
- - **ChronoVisor engine** — mathematical prediction system using Bayesian inference, certainty-factor algebra, first-order logic rules, and meta-reasoning with 6 independent signal sources
57
+ - **Price predictions** — bull/bear/likely targets across 9 timeframes (5m to 3 months), batch multi-horizon predictions in a single call
58
+ - **ChronoVisor engine** — mathematical prediction system using Bayesian inference, certainty-factor algebra with weak signal dampening, first-order logic rules (17 base + 7 scalping), meta-reasoning, and continuous weight learning with feedback loops
59
+ - **Alert-hit notifications** — toast banners for price target hits with training feedback (accuracy, streak, weight updates), ESC-to-dismiss, auto-dismiss after 5s
59
60
  - **Microstructure analysis** — market structure, FVGs, VWAP, volume delta, liquidation map, order book depth, S/R zones, squeeze detection
60
61
  - **Token security audits** — honeypot detection, tax analysis, mint/blacklist flags, rug pull indicators
61
62
  - **On-chain forensics** — wallet analysis, whale tracking, holder concentration, token flow patterns
@@ -67,7 +68,7 @@ ETH at $2,112 | Bullish | Confidence: Medium-High
67
68
  - **Sentiment analysis** — Fear & Greed Index, news sentiment, buy/sell transaction ratios
68
69
  - **Trending discovery** — what tokens are moving right now across DexScreener and CoinGecko
69
70
  - **ICO tracking** — upcoming launches, fundraising rounds, investor data
70
- - **Notifications & alerts** — price alerts, prediction tracking, interactive alerts panel with detail views
71
+ - **Notifications & alerts** — price alerts for all prediction types (directional + sideways breakout), prediction tracking, interactive alerts panel with dismiss-on-review for resolved predictions
71
72
  - **Autonomous agents** — set-and-forget trading agents with paper/live execution
72
73
  - **DeFi protocols** — Aave V3, Lido integrations with health monitoring and yield orchestration
73
74
 
@@ -233,7 +234,7 @@ Launch with `vizzor`. Interactive chat with live price ticker, streaming respons
233
234
  | `/config` | Show config |
234
235
  | `/help` | Command reference |
235
236
 
236
- **Alerts Panel:** Type `/alerts` to open the interactive panel. Use **Up/Down** to navigate predictions and alerts, **Enter** to view full details (entry price, confidence, outcome, signal snapshot), **Escape** to close.
237
+ **Alerts Panel:** Type `/alerts` to open the interactive panel. Use **Up/Down** to navigate predictions and alerts, **Enter** to view full details (entry price, confidence, outcome, signal snapshot), **Escape** to close. Resolved predictions (HIT/MISS) are dismissed from the list when you exit their detail view. Pending predictions appear first; resolved predictions sort below them.
237
238
 
238
239
  ### CLI Commands
239
240