Skip to content

Commit f507434

Browse files
committed
Release v2.6.0
1 parent 73d940c commit f507434

4 files changed

Lines changed: 37 additions & 5 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838

3939
Grab the latest release from the [releases page](https://github.com/frenchie4111/harness/releases/latest).
4040

41-
- **Apple Silicon (M1/M2/M3/M4):** [Harness-2.5.0-arm64.dmg](https://github.com/frenchie4111/harness/releases/download/v2.5.0/Harness-2.5.0-arm64.dmg)
42-
- **Intel Mac:** [Harness-2.5.0.dmg](https://github.com/frenchie4111/harness/releases/download/v2.5.0/Harness-2.5.0.dmg)
41+
- **Apple Silicon (M1/M2/M3/M4):** [Harness-2.6.0-arm64.dmg](https://github.com/frenchie4111/harness/releases/download/v2.6.0/Harness-2.6.0-arm64.dmg)
42+
- **Intel Mac:** [Harness-2.6.0.dmg](https://github.com/frenchie4111/harness/releases/download/v2.6.0/Harness-2.6.0.dmg)
4343

4444
## Installation
4545

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "harness",
3-
"version": "2.5.0",
3+
"version": "2.6.0",
44
"main": "./out/main/index.js",
55
"author": {
66
"name": "Mike Lyons",

site/public/releases.html

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,38 @@ <h1 class="text-5xl md:text-6xl font-extrabold tracking-tight mb-6 leading-tight
7878
<!-- Releases -->
7979
<div class="max-w-3xl mx-auto px-6 pb-24">
8080

81+
<!-- v2.6.0 -->
82+
<section class="release-section py-10">
83+
<div class="flex flex-col sm:flex-row sm:items-baseline gap-2 sm:gap-4 mb-1">
84+
<h2 class="text-3xl font-bold tracking-tight">v2.6.0</h2>
85+
<span class="text-sm text-neutral-500">April 28, 2026</span>
86+
</div>
87+
<a href="https://github.com/frenchie4111/harness/releases/tag/v2.6.0" class="text-sm text-amber-400/80 hover:text-amber-300 transition-colors">Download &rarr;</a>
88+
<p class="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+
<div class="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 &amp; 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>
109+
</ul>
110+
</div>
111+
</section>
112+
81113
<!-- v2.5.0 -->
82114
<section class="release-section py-10">
83115
<div class="flex flex-col sm:flex-row sm:items-baseline gap-2 sm:gap-4 mb-1">

0 commit comments

Comments
 (0)