← 返回
未分类

Agent Tab Title

Patch a locally installed OpenClaw Control UI so the browser tab title shows the active agent name (e.g. "Milly · OpenClaw") instead of the static "OpenClaw...
在本地 OpenClaw 控制 UI 中打补丁,使浏览器标签标题显示当前代理名称(如 "Milly · OpenClaw"),而不是静态的 "OpenClaw"。
symbolstar
未分类 clawhub v0.1.1 1 版本 99579.8 Key: 无需
★ 0
Stars
📥 237
下载
💾 0
安装
1
版本
#control-ui#latest#openclaw#patch

概述

agent-tab-title

Local OpenClaw Control UI patch: rewrites document.title to · OpenClaw.

!agent-tab-title demo — multiple Control UI tabs disambiguated by agent name in the browser tab switcher

Mirrors PR openclaw/openclaw#80944 as an out-of-tree patch that edits the bundled Control UI index.html shipped inside the locally installed openclaw npm package. Survives gateway restarts; does not survive openclaw update (re-run apply after upgrades).

When to use

  • User wants per-agent browser tab titles for OpenClaw Control UI.
  • User has multiple Control UI tabs open across agents and can't tell them apart.
  • User wants to apply / remove / re-apply this patch.
  • User just ran openclaw update and the tab title went back to OpenClaw Control.

How it works

The Control UI is a static SPA shipped inside the npm package at:

<npm-global>/openclaw/dist/control-ui/index.html

Gateway serves it as a static file. The patch injects a ~25-line