tokenflex/ing
Changelog

What's changed

Each entry covers either the web app or a CLI version. Latest first.

Web 2026-05-21

2026-05-21
  • · Domain switched to tokenflex.ing (Vercel domain + Supabase auth URLs updated).
  • · GitHub OAuth removed. Magic-link + password only for now.
  • · Logged-in users hitting /login now skip the form and land on /dashboard.
  • · Footer routes shipped: /cli, /docs, /roadmap, /changelog, /privacy, /terms, /security.
  • · Favicon + apple-touch-icon added.

Web 2026-05-20

2026-05-20
  • · /connections/new rewritten in plain English with separate macOS + Windows setup cards.

Web 2026-05-19

2026-05-19
  • · Cloud sync now populates today / 7-day / 30-day buckets (migration 0004).
  • · Dashboard surfaces cloud-synced sources alongside local readers.
  • · Auth session persistence fixed (proxy.ts wires updateSession on every request).

tokenflexing@1.4.0

2026-05-21
  • · Default cloud sync target switched to https://tokenflex.ing.
  • · Help text and copy aligned with new domain.

tokenflexing@1.3.0

2026-05-20
  • · sync payload now includes today / 7-day / 30-day buckets per source.

tokenflexing@1.2.0

2026-05-19
  • · New `connect` super-command (scan + login + sync in one step).
  • · Detection-only sources (Antigravity, Windsurf, Aider, ...) ship through sync so the dashboard shows them too.

tokenflexing@1.1.0

2026-05-17
  • · Renamed from `tokenflex` (taken) to `tokenflexing` on npm.
  • · Daemon plist no longer embeds the dev-machine path — uses `npx tokenflexing@latest`.
  • · OpenCode + Cursor local readers added.