Skip to content

Monitor-Quota-Artifact

Choose a tag to compare

@AlexisAG AlexisAG released this 05 Aug 00:10
e2fbbb9

πŸš€ What's New in Agy Companion v0.3.0

This release introduces two major features: Quota Viewer and Artifact Viewer, making it easier to track API usage and manage generated session artifacts directly from VS Code.
──────

πŸ“Š 1. Model Quota Viewer

Keep track of your API usage limits and model quotas in real time without leaving your editor:

  • Real-Time Quota Panel: Embedded webview panel in the Agy Companion sidebar displaying usage percentages and remaining rate limits.
  • Model & Group Breakdown: View quota status categorized by model families and specific models.
  • Reset Countdowns & Request Counters: Displays exact remaining request allowances and live reset timers.
  • Background Sync & Manual Refresh: Automatically polls quota data in the background with a manual Refresh Quota button on the header.
    ──────

πŸ“¦ 2. Artifact Viewer (Active & Archives)

Easily inspect, save, and clean up artifacts generated during your AI sessions:

  • Dedicated Activity Bar Container: New Agy Artifacts icon in the Activity Bar for quick access.
  • Active Session vs. Archives: Automatically separates artifacts created in your currently active CLI session from past archived
    sessions.
  • Metadata & Summaries: Displays parsed summaries and descriptions attached to generated artifacts.
  • Real-Time Workspace Watching: Listens to changes in ~/.gemini/antigravity-cli/brain/ and updates the view live.
  • One-Click Actions:
    • Artifact: Open generated artifact files directly in the VS Code editor.
    • Keep Artifact: Save an artifact into your workspace folder under .agy/artifacts/.
    • Remove Artifact / Delete Group: Delete individual artifacts or entire conversation artifact groups with a single click.

──────

πŸ“ Summary of Changes

  • Added QuotaService and QuotaViewProvider for model quota fetching and display.
  • Added ArtifactManager and ArtifactsProvider for artifact scanning, metadata parsing, and file management.
  • Registered new views (agyQuotaView, agy-artifacts-view) and Activity Bar container (agy-artifacts-container).
  • Added inline actions for opening, saving, deleting, and refreshing artifacts and quotas.
  • Updated documentation and project structure in README.md.