Skip to content

v0.7.0

Latest

Choose a tag to compare

@victorhqc victorhqc released this 29 Jul 08:44
aaf8c87

Description

Smart refresh now reacts to provider-reported usage, credit, and availability changes. Presentation-only quota changes no longer trigger fast polling, and refresh intervals offer finer control.

Features

  • Semantic Smart refresh — tracks meaningful provider activity across Claude Code, Cursor, DeepSeek, OpenAI Codex, and z.ai.
  • Finer intervals — slow refresh supports 1–60 minutes; fast refresh supports 10–60 seconds in five-second steps.
  • Structured diagnostics — reports safe activity reasons without exposing provider values.

Bug fixes

  • False fast refreshes — reset dates, labels, limits, and other presentation changes no longer count as activity.

What's Changed

  • feat: refine Smart refresh detection with provider activity observations by @victorhqc in #46

Full Changelog: v0.6.0...v0.7.0


Unsigned macOS build (Apple Silicon). Direct distribution, ad-hoc signed.

  • DMG: Filbert-0.7.0-arm64.dmg
  • SHA-256: 4955db909ba90899ba75ef71e0b6b74daa302848b583535efab69d68742b1049

Install

  1. Mount the DMG and drag Filbert to /Applications.
  2. On first launch, macOS Gatekeeper will block the app because it is
    unsigned. Do one of:
    • Right-click Filbert in /Applications → Open → confirm the
      prompt. Only needed once.

    • Or run this in Terminal:

      xattr -cr '/Applications/Filbert.app'

Why unsigned?

This is a transitional state. The moment an Apple Developer Program
membership is configured, releases automatically become signed and
notarized with no action on your part.