Download Latest Version Claude-Code-Haha-0.5.4-win-arm64.exe (185.6 MB)
Email in envelope

Get an email when there's a new version of Claude Code Haha

Home / v0.5.4
Name Modified Size InfoDownloads / Week
Parent folder
Claude-Code-Haha-0.5.4-linux-aarch64.rpm 2026-08-14 144.6 MB
Claude-Code-Haha-0.5.4-linux-amd64.deb 2026-08-14 179.8 MB
Claude-Code-Haha-0.5.4-linux-arm64.AppImage 2026-08-14 227.8 MB
Claude-Code-Haha-0.5.4-linux-arm64.deb 2026-08-14 170.2 MB
Claude-Code-Haha-0.5.4-linux-x86_64.AppImage 2026-08-14 228.7 MB
Claude-Code-Haha-0.5.4-linux-x86_64.rpm 2026-08-14 152.5 MB
Claude-Code-Haha-0.5.4-mac-arm64.dmg 2026-08-14 207.0 MB
Claude-Code-Haha-0.5.4-mac-arm64.dmg.blockmap 2026-08-14 216.7 kB
Claude-Code-Haha-0.5.4-mac-arm64.zip 2026-08-14 200.3 MB
Claude-Code-Haha-0.5.4-mac-arm64.zip.blockmap 2026-08-14 209.3 kB
Claude-Code-Haha-0.5.4-mac-x64.dmg 2026-08-14 214.7 MB
Claude-Code-Haha-0.5.4-mac-x64.dmg.blockmap 2026-08-14 224.9 kB
Claude-Code-Haha-0.5.4-mac-x64.zip 2026-08-14 208.0 MB
Claude-Code-Haha-0.5.4-mac-x64.zip.blockmap 2026-08-14 217.0 kB
Claude-Code-Haha-0.5.4-win-arm64.exe 2026-08-14 185.6 MB
Claude-Code-Haha-0.5.4-win-arm64.exe.blockmap 2026-08-14 194.1 kB
Claude-Code-Haha-0.5.4-win-x64.exe 2026-08-14 186.0 MB
Claude-Code-Haha-0.5.4-win-x64.exe.blockmap 2026-08-14 193.7 kB
install-macos-unsigned.sh 2026-08-14 3.1 kB
latest-linux-arm64.yml 2026-08-14 746 Bytes
latest-linux.yml 2026-08-14 747 Bytes
latest-mac.yml 2026-08-14 862 Bytes
latest.yml 2026-08-14 530 Bytes
Claude Code Haha v0.5.4 source code.tar.gz 2026-08-14 122.5 MB
Claude Code Haha v0.5.4 source code.zip 2026-08-14 124.8 MB
README.md 2026-08-14 4.9 kB
Totals: 26 Items   2.6 GB 1

Claude Code Haha v0.5.4

This is a feature release on top of v0.5.3, headlined by the Agent Teams workbench and dynamic Workflow orchestration, plus provider updates and a round of stability fixes.

New & Improved

  • Agent Teams workbench: visualize multi-agent teams in the desktop app — members, tasks, a communication feed, and a dependency-lane canvas showing what each member is doing in real time.
  • Dynamic Workflow orchestration: the model writes and runs orchestration scripts on the fly, driving subagents concurrently or in pipelines. Runs show in the activity panel as phases with their agents, and can be paused, retried, or resumed.
  • Grok Official now defaults to grok-4.6, with xhigh reasoning effort.
  • Create a git branch right from the launch picker (#1190).
  • Built-in agents (Explore, Plan, …) accept model and effort overrides in settings.
  • The transcript folds tool activity into a compact summary instead of one card per tool call (#1177).

Fixes

  • Restored undo for real turns: any tool outside a small allowlist previously disabled rewind for the whole range, leaving undo effectively dead in v0.5.3 (#1192). Undo now restores the tracked files and warns about the rest.
  • Fixed IM channels listing only the default project since v0.5.1 — Telegram / Feishu / WeChat / DingTalk / WhatsApp can now reach other projects within an allowed-roots boundary (#1191).
  • Fixed subagent tasks leaking into the main session's task list and activity panel.
  • Fixed the subagent detail page staying blank while a run was still in flight.
  • H5 shows AskUserQuestion cards before the tool stream completes (#1220).
  • Fixed Grok xhigh effort being clamped to high, and the effort slider snapping back for live-catalog models.
  • Stripped protected thinking after switching models (#1215).
  • Fixed worktree paths, unloaded-session tab cleanup (#1217), and Windows pet and chat rendering (#1187, [#1144]).
  • The workbench now reports real member and task state instead of stale "working" statuses.

Installation

Download the installer for your platform and architecture from the Assets section at the bottom of this page:

  • macOS: Claude-Code-Haha-0.5.4-mac-arm64.dmg / Claude-Code-Haha-0.5.4-mac-x64.dmg
  • Windows: Claude-Code-Haha-0.5.4-win-x64.exe / Claude-Code-Haha-0.5.4-win-arm64.exe
  • Linux x64: AppImage, deb, or Claude-Code-Haha-0.5.4-linux-x86_64.rpm
  • Linux ARM64: AppImage, deb, or Claude-Code-Haha-0.5.4-linux-aarch64.rpm
中文版本 / Chinese Version # Claude Code Haha v0.5.4 这是 `v0.5.3` 之后的功能更新,重点新增 Agent Teams 协作工作台与动态 Workflow 编排,同时带来 Provider 更新与一批稳定性修复。 ## 新增与改进 - **Agent Teams 协作工作台**:在桌面端可视化多 Agent 协作团队——成员、任务、通信流与依赖泳道画布,实时展示每位成员在做什么。 - **动态 Workflow 编排**:模型当场编写并运行编排脚本,并发或流水线调度多个子代理。运行过程以阶段和所属 Agent 的形式呈现在活动面板,支持暂停、重试与续跑。 - Grok 官方默认模型升级为 grok-4.6,并支持 xhigh 推理强度。 - 在启动选择器中直接创建 git 分支(#1190)。 - 内置 Agent(Explore、Plan 等)支持在设置中覆盖模型与推理强度。 - 对话记录将工具活动折叠为紧凑摘要,不再每个工具调用一张卡(#1177)。 ## 修复 - 恢复真实对话回合的撤销:此前白名单之外的工具会让整段回退失效,v0.5.3 中撤销功能实际不可用(#1192)。现在会还原已跟踪的文件,并对其余部分给出提示。 - 修复自 v0.5.1 起 IM 渠道只列出默认项目的问题——Telegram / 飞书 / 微信 / 钉钉 / WhatsApp 现在可以在允许目录范围内访问其他项目(#1191)。 - 修复子 Agent 任务混入主会话任务列表与活动面板的问题。 - 修复运行中的子 Agent 详情页空白的问题。 - H5 在工具流完成前即显示 AskUserQuestion 卡片(#1220)。 - 修复 Grok xhigh 强度被钳制为 high、live-catalog 模型强度滑块回弹的问题。 - 切换模型后剥离受保护的思维内容(#1215)。 - 修复 worktree 路径、未加载会话的标签页清理(#1217)与 Windows 宠物和聊天渲染问题(#1187、#1144)。 - 工作台现在展示真实的成员与任务状态,不再残留「工作中」的过期状态。 ## 安装 请在本页面底部 Assets 中下载对应平台和架构的安装包: - macOS:`Claude-Code-Haha-0.5.4-mac-arm64.dmg` / `Claude-Code-Haha-0.5.4-mac-x64.dmg` - Windows:`Claude-Code-Haha-0.5.4-win-x64.exe` / `Claude-Code-Haha-0.5.4-win-arm64.exe` - Linux x64:AppImage、deb 或 `Claude-Code-Haha-0.5.4-linux-x86_64.rpm` - Linux ARM64:AppImage、deb 或 `Claude-Code-Haha-0.5.4-linux-aarch64.rpm`
Source: README.md, updated 2026-08-14