Skip to content

0.9.0-preview.1

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 01 Mar 10:03

πŸ”¬ Preview Release (v0.9.0-preview.1)

⚠️ This is a preview release β€” Features are experimental and may change. Please report any issues!

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_link content 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 configOptions API. 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. πŸ™