Skip to content

Commit a6fbf50

Browse files
Dan Shapiroclaude
andcommitted
release: v0.6.0
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 53895fc commit a6fbf50

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020

2121
## Features
2222

23+
- **Freshclaude** — An alternative to Claude CLI that works with your Anthropic subscription. Fully interactive: answer Claude's questions inline, see thinking and tool use, and pick your model and effort level — all inside a Freshell pane
24+
- **Self-configuring workspace** — Claude and Codex agents running in Freshell can open panes, windows, subagents, and browsers for you. As you work, Freshell configures itself around what you're doing
2325
- **Multi-tab terminal sessions** — Run shell, Claude Code, Codex, and other coding CLIs in parallel tabs
2426
- **Flexible workspaces** — Split any pane right or down, zoom to full-tab, replace content, and snap dividers. Layouts are preserved when you close panes
2527
- **Detach/reattach** — Background terminals persist across browser sessions; reconnect from any device
@@ -59,7 +61,7 @@ Example: with 3 attached clients at defaults, budget is `262144 + (3 * 131072) =
5961

6062
```bash
6163
# Clone the repository at the latest stable release
62-
git clone --branch v0.5.0 https://github.com/danshapiro/freshell.git
64+
git clone --branch v0.6.0 https://github.com/danshapiro/freshell.git
6365
cd freshell
6466

6567
# Install dependencies

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "freshell",
33
"private": true,
4-
"version": "0.5.0",
4+
"version": "0.6.0",
55
"type": "module",
66
"bin": {
77
"freshell": "dist/server/cli/index.js"

0 commit comments

Comments
 (0)