Skip to content

HeadlessTracker

v1.0.14 Feature

This release adds 2 notable features for engineering teams evaluating rollout.

Published 1d MCP Data & Storage
✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

binance bybit claude crypto mcp metamask
+5 more
model-context-protocol polymarket portfolio-tracker solana typescript

Affected surfaces

breaking_upgrade

Summary

AI summary

Migrated Solana price API from v2 to v3, fixing silent $0 pricing and added non-interactive setup for scripted/headless onboarding.

Changes in this release

Feature Low

Adds non-interactive `setup` for scripted, Docker, and CI environments.

Adds non-interactive `setup` for scripted, Docker, and CI environments.

Source: llm_adapter@2026-06-14

Confidence: high

Feature Low

Documents and tests headless/no‑OS‑keychain operation path.

Documents and tests headless/no‑OS‑keychain operation path.

Source: llm_adapter@2026-06-14

Confidence: high

Bugfix Medium

Fixes silent $0 Solana pricing due to retired Jupiter Price API v2.

Fixes silent $0 Solana pricing due to retired Jupiter Price API v2.

Source: llm_adapter@2026-06-14

Confidence: low

Full changelog

Fixes silent $0 Solana pricing and adds non-interactive setup for scripted/headless onboarding.

Fixed

  • Solana token prices were silently returning $0 because the Jupiter Price API v2 endpoint was retired. https://api.jup.ag/price/v2 now returns 404, so every Solana holding priced through it resolved to zero -- balances were correct but USD values quietly collapsed, with no error surfaced. Migrated to the Jupiter Price API v3 (/price/v3). If you hold Solana assets, upgrade -- 1.0.13 and earlier report your SOL/SPL positions as worthless.

Added

  • Non-interactive setup for scripts, Docker, and CI (#4). headless-tracker setup <connector> now accepts flags and reads secrets from env vars (HT_SETUP_API_KEY, HT_SETUP_API_SECRET, HT_SETUP_ETHERSCAN_KEY) so credentials never touch argv or shell history. Auto-detects non-TTY stdin and fails fast instead of hanging on a prompt. Interactive flow unchanged in a terminal.
  • Headless / no-OS-keychain operation is now a documented, tested path. With no OS keychain, setup still registers the account and prints the exact HEADLESS_TRACKER_<CONNECTOR>_<ACCOUNT> env-var instruction -- the secret is never written to disk. New test/connectors/credential-leak.test.ts asserts an adversarial upstream cannot leak your key/secret into connector output.

Not financial advice -- data aggregation tool only.

Weekly OSS security release digest.

The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.

No spam, unsubscribe anytime.

Share this release

Track HeadlessTracker

Get notified when new releases ship.

Sign up free

About HeadlessTracker

All releases →

Beta — feedback welcome: [email protected]