v1.29

v1.29: Compaction & Workflow Automation

|1 min read

What's New

  • Message Compaction: Long conversations are automatically summarized so sessions can continue indefinitely without losing context.

  • Cache Hit Metrics: Response cost display now shows how much you saved from cached responses.

  • Multi-Question Dialog: The AskUserQuestion tool now supports multiple questions in a single dialog with a tabbed interface.

  • /simplify Command: New slash command for code simplification.

  • Open Browser Tab Tool: Navigate Fabric's built-in browser to URLs programmatically.

  • Chained Workflows: New StartNewChat tool and chained workflow commands enable issue-to-PR pipelines.

  • Font Update: Switched from Satoshi to Inter font for improved readability.


Bug Fixes

  • Improved how terminal commands are displayed.

  • Chat titles now generate correctly for new conversations.

  • Fixed tab closing behavior -- closing a tab no longer auto-deletes the chat.

  • Fixed cost display to show consistently for all model responses.

  • Improved error messages for all providers with universal, user-friendly error handling.

  • Auto-accept diffs now works correctly when file editing is allowed.

  • Slash commands now expand properly when called programmatically.

  • Browser tab state is now preserved when switching tabs.