Releases: AlexisAG/agy-companion
Releases Β· AlexisAG/agy-companion
Release list
0.3.1
π What's New in Agy Companion v0.3.1
π Summary of Changes
- Fix QuotaService to catch and display account email properly.
- Improve QuotaService to catch and display limits per model.
- Updated documentation and project features in README.md and package.json.
Monitor-Quota-Artifact
π 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.
0.1.0
The changelog can be found at this link: https://github.com/AlexisAG/agy-companion/blob/main/Releases/CHANGELOG.md