Skip to content

Releases: luokai-demo/dsh-plugins

v0.2.0 — floating balance delta

Choose a tag to compare

@luokai-demo luokai-demo released this 15 Aug 02:18

What's new

Floating balance delta — when the balance changes, a signed delta (+¥3.14 / -¥1.97) floats up and fades out next to the amount:

  • Green when the balance rises, red when it falls (independent of the threshold tint on the amount itself)
  • Zero or sub-cent changes are silent; the first load never floats
  • Animation suppressed under prefers-reduced-motion (system "reduce motion" setting)
  • Deduplicated with the existing refresh pipeline — one float per visible change

Files

  • dsh-balance-plugin-0.2.0.tgz — ready-to-install bundle tarball (dsh plugin add ./dsh-balance-plugin-0.2.0.tgz)

Install

dsh plugin --profile web add dsh-balance-plugin@^0.2.0   # npm channel

dsh-balance-plugin 0.1.0

Choose a tag to compare

@luokai-demo luokai-demo released this 14 Aug 17:22

First release of dsh-balance-plugin — DeepSeek wallet balance at the sidebar foot.

Install from npm (recommended):

dsh plugin --profile <name> add dsh-balance-plugin

or from this tarball:

dsh plugin --profile <name> add ./dsh-balance-plugin-0.1.0.tgz

Features: card icon + status-tinted amount (green ≥ threshold, amber > 0, red ≤ 0); refresh on turn end, on click, on mount (in-flight dedupe); silent failure; per-request credential resolution. Docs: plugins/dsh-balance-plugin/README.md