0.9.0-preview.1
Pre-release
Pre-release
π¬ Preview Release (v0.9.0-preview.1)
This preview adds context usage tracking, file attachment support, agent update notifications, and dynamic session configuration.
π New:
- π Context Usage Indicator: See how much of the agent's context window you've used, displayed next to the send button. Color changes at 70%/80%/90% thresholds to warn you before hitting limits. (#113)
- π File Attachments: Attach non-image files (text, code, PDFs, etc.) to your messages via paste or drag-and-drop. Files are sent as
resource_linkcontent and rendered in chat messages. (#77) - π Agent Update Notifications: The plugin now checks if your ACP adapter (claude-agent-acp, codex-acp) has a newer version available on npm, and shows a dismissible notification with the update command. Also detects deprecated packages (e.g.,
claude-code-acp) and prompts migration. - ποΈ Dynamic Session Config: Agents can now provide configuration options (mode, model, etc.) via the ACP
configOptionsAPI. Dropdowns appear automatically in the chat input when available. - πΎ Remember Last Used Mode: The last used mode is now saved per agent and automatically restored on the next session. (#136)
π§ Improvements:
- π¦ ACP SDK Update: Updated @agentclientprotocol/sdk to v0.14.1.
π Fixes:
- π Auto-Scroll Threshold: Increased threshold from 20px to 35px for more reliable scroll tracking.
π Upgrade:
Update from v0.8.3 β no extra configuration required. New features activate automatically when supported by your agent.
Thank you for your continued support! Your feedback helps make this plugin better for everyone. π