Skip to content

Releases: bugwz/AIMeter

v0.1

14 Mar 18:32

Choose a tag to compare

Full Changelog: https://github.com/bugwz/AIMeter/commits/v0.1

AIMeter v0.1 Release Notes

Features

  • Initialize AIMeter and establish the core project structure.
  • Add container deployment stack and improve deployment-first quick start guidance.
  • Add Vercel one-click deployment support and extend one-click options for multiple modes.
  • Add Cloudflare Workers deployment support, including D1 engine compatibility work.
  • Add Claude OAuth flow with refresh resilience and improve Codex OAuth UX/quota handling.
  • Add Antigravity OAuth provider support and related provider documentation/assets.
  • Add interval-aware cron refresh gating and improved history interval/chart interactions.
  • Add mock data controls, bootstrap-only seeding flow, and waitUntil support for async mock tasks.
  • Add admin route path setup improvements and initial setup UX enhancements.
  • Add themed logos and dashboard visual updates.

Bug Fixes

  • Stabilize provider refresh scheduling, fetch-state updates, and refresh snapshot behavior.
  • Fix multiple Cloudflare Workers runtime issues (async route errors, JSON bootstrap handling, global side effects, schema detection, timeout guards).
  • Improve Hyperdrive compatibility for MySQL/Postgres scenarios and prepared statement handling.
  • Resolve Vercel build/runtime issues (module resolution, includeFiles, bundling pg, serverless handler paths, TS build errors).
  • Fix auth and secret handling robustness, including stateless Copilot auth flow and startup retry behavior.
  • Correct cron due-check logic and timestamp consistency.
  • Fix provider ordering, UID typing, nullable display fields, and SQL key quoting consistency.
  • Improve UI correctness for setup/auth interactions (password loading states, tab flow exclusions, history skeleton alignment).
  • Prevent duplicate Vercel build execution and bootstrap race-related failures.
  • Fix OpenCode usage parsing/display and provider logo dark-mode visibility.

Other Changes

  • Standardize and refine deployment/readme documentation across Cloudflare, Vercel, and container scenarios.
  • Refactor runtime/database configuration paths for better consistency and maintainability.
  • Remove legacy/mock-only branches and obsolete code paths.
  • Consolidate security-related config conventions (cron/endpoint/admin route settings).
  • Add build/config observability and workflow improvements for release/tag pipelines.
  • Normalize container image tag prefix format and other release/process hygiene updates.