Skip to content

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 05 Apr 16:49
· 7 commits to main since this release

v0.5.0 — Native Streaming & Image Forwarding

Native Streaming

  • Migrated from Bot Framework to @microsoft/teams.apps with native real-time streaming via ctx.stream.emit()
  • Automatic detection and handling of 90-second Teams stream timeout to prevent duplicate messages
  • Pulsing indicator during extended thinking phases

Image Forwarding

  • Forward full-resolution images read by Claude Code (PNG, JPG, etc.) to Teams as inline attachments
  • Automatically forward Bash tool screenshots as PNG attachments
  • Detect and forward images from MCP tools (e.g., XcodeBuildMCP screenshots)
  • Graceful fallback to SDK thumbnail when the original file is unavailable

Prompt Suggestions

  • Show an Adaptive Card with suggested prompts on new conversations or after extended inactivity

Compacting Status

  • Display a status message when Claude's context is being compacted

Full Changelog: v0.4.0...v0.5.0