You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<pclass="text-neutral-400 mt-4 mb-4 leading-relaxed">Native Claude chat UI lands — interact with Claude through a purpose-built message interface with streaming responses, inline tool call display, and auto-approve controls, alongside all the improvements that make it production-ready.</p>
89
+
<divclass="note-body">
90
+
<h4>New features</h4>
91
+
<ul>
92
+
<li><strong>Native Claude chat</strong> — a built-in chat interface for Claude sessions with a compose bar, streaming responses, and inline tool call display. Switch any worktree to chat mode for a cleaner, more structured experience alongside the traditional terminal.</li>
93
+
<li><strong>Allow this session</strong> — a new option on permission approval cards lets you grant a one-off permission for the current session without permanently changing your settings.</li>
94
+
<li><strong>LiteLLM proxy support</strong> — configure a LiteLLM proxy endpoint in Settings to route Claude API calls through your own backend.</li>
95
+
<li><strong>Open debug log button</strong> — open Harness's debug log file directly from the UI for faster troubleshooting.</li>
96
+
<li><strong>Default tab type & swap</strong> — set your preferred default tab type (chat or terminal) per worktree, and swap an existing tab between modes at any time.</li>
97
+
</ul>
98
+
<h4>Improvements</h4>
99
+
<ul>
100
+
<li><strong>Partial message streaming</strong> — chat responses stream word-by-word as Claude generates them, so you see output the moment it arrives.</li>
101
+
<li><strong>Tool group auto-collapse</strong> — completed tool call groups fold up automatically, keeping the conversation readable as Claude works through multi-step tasks.</li>
102
+
<li><strong>Chat mode parity</strong> — auto-approve rules, permission-mode queuing, and all Claude launch flags now apply equally in chat mode and terminal mode.</li>
103
+
<li>Chat compose bar received editing and layout improvements for a more polished feel.</li>
104
+
<li>Mobile browser client now shows contextual callouts for features that work best on desktop.</li>
105
+
</ul>
106
+
<h4>Fixes</h4>
107
+
<ul>
108
+
<li>Fixed shell-quoting for arguments passed to Claude in chat mode, preventing command parse errors on launch.</li>
0 commit comments