Rename Gitea repo to grok-build-hud and sync docs (v0.3.12)
Point remotes, package/plugin metadata, and install docs at Redredchen01/grok-build-hud. Keep short CLI aliases (grok-hud).
This commit is contained in:
@@ -1,5 +1,12 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 0.3.12
|
||||||
|
|
||||||
|
### Repo
|
||||||
|
- **Gitea rename**: `Redredchen01/grok-hud` → `Redredchen01/grok-build-hud`
|
||||||
|
(same host). Clone URL, remotes, package/plugin homepage, and all docs updated.
|
||||||
|
- CLI short aliases (`grok-hud`, `grok-hud-run`) unchanged.
|
||||||
|
|
||||||
## 0.3.11
|
## 0.3.11
|
||||||
|
|
||||||
### Docs / packaging
|
### Docs / packaging
|
||||||
|
|||||||
+2
-2
@@ -9,8 +9,8 @@
|
|||||||
## 环境
|
## 环境
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone http://172.238.15.154:3000/Redredchen01/grok-hud.git
|
git clone http://172.238.15.154:3000/Redredchen01/grok-build-hud.git
|
||||||
cd grok-hud
|
cd grok-build-hud
|
||||||
npm install
|
npm install
|
||||||
npm test
|
npm test
|
||||||
npm run plugin:validate # 需本机 grok CLI
|
npm run plugin:validate # 需本机 grok CLI
|
||||||
|
|||||||
+3
-3
@@ -22,7 +22,7 @@ ctx ██████░░░░ 50% (252k/500k) · i … o … c 99% · use 2
|
|||||||
| Multi-terminal | Independent session per tab |
|
| Multi-terminal | Independent session per tab |
|
||||||
| Language | Default **简体中文**; English / 繁體 available |
|
| Language | Default **简体中文**; English / 繁體 available |
|
||||||
|
|
||||||
Repo: http://172.238.15.154:3000/Redredchen01/grok-hud
|
Repo: http://172.238.15.154:3000/Redredchen01/grok-build-hud
|
||||||
Plugin id: `grok-build-hud` · version in [`plugin.json`](./plugin.json)
|
Plugin id: `grok-build-hud` · version in [`plugin.json`](./plugin.json)
|
||||||
|
|
||||||
---
|
---
|
||||||
@@ -52,8 +52,8 @@ One line: a bottom status bar for Grok Build — context, quota, tokens, tools,
|
|||||||
One script: **build CLI → install tmux HUD → register as Grok plugin**.
|
One script: **build CLI → install tmux HUD → register as Grok plugin**.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone http://172.238.15.154:3000/Redredchen01/grok-hud.git
|
git clone http://172.238.15.154:3000/Redredchen01/grok-build-hud.git
|
||||||
cd grok-hud
|
cd grok-build-hud
|
||||||
bash scripts/install.sh
|
bash scripts/install.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ Grok 4.5 · AI FILM SPACE/0717 · ●
|
|||||||
| 多终端 | 每个标签页**独立** session,互不串线 |
|
| 多终端 | 每个标签页**独立** session,互不串线 |
|
||||||
| 语言 | 默认**简体中文**,可切英文 / 繁體 |
|
| 语言 | 默认**简体中文**,可切英文 / 繁體 |
|
||||||
|
|
||||||
仓库:http://172.238.15.154:3000/Redredchen01/grok-hud
|
仓库:http://172.238.15.154:3000/Redredchen01/grok-build-hud
|
||||||
插件名:`grok-build-hud` · 版本见 [`plugin.json`](./plugin.json)
|
插件名:`grok-build-hud` · 版本见 [`plugin.json`](./plugin.json)
|
||||||
|
|
||||||
---
|
---
|
||||||
@@ -75,8 +75,8 @@ Grok 4.5 · AI FILM SPACE/0717 · ●
|
|||||||
从 Gitea 克隆后执行安装脚本:**编译 CLI → 装 tmux 状态条 → 注册为 Grok 插件**。
|
从 Gitea 克隆后执行安装脚本:**编译 CLI → 装 tmux 状态条 → 注册为 Grok 插件**。
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone http://172.238.15.154:3000/Redredchen01/grok-hud.git
|
git clone http://172.238.15.154:3000/Redredchen01/grok-build-hud.git
|
||||||
cd grok-hud
|
cd grok-build-hud
|
||||||
bash scripts/install.sh
|
bash scripts/install.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
@@ -117,7 +117,7 @@ export PATH="$(npm prefix -g)/bin:$HOME/.local/bin:$PATH"
|
|||||||
### 1)仅 CLI + 同窗口状态条(无心功能)
|
### 1)仅 CLI + 同窗口状态条(无心功能)
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
cd /path/to/grok-hud
|
cd /path/to/grok-build-hud
|
||||||
npm install && npm run build && npm link
|
npm install && npm run build && npm link
|
||||||
npm run install-local
|
npm run install-local
|
||||||
# 等价于:--install-dashboard + --theme auto + --preset full
|
# 等价于:--install-dashboard + --theme auto + --preset full
|
||||||
@@ -128,7 +128,7 @@ npm run install-local
|
|||||||
须先完成编译(插件 hooks 依赖 `dist/`):
|
须先完成编译(插件 hooks 依赖 `dist/`):
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
cd /path/to/grok-hud
|
cd /path/to/grok-build-hud
|
||||||
npm install && npm run build
|
npm install && npm run build
|
||||||
grok plugin install . --trust
|
grok plugin install . --trust
|
||||||
grok plugin enable grok-build-hud
|
grok plugin enable grok-build-hud
|
||||||
@@ -144,7 +144,7 @@ grok plugin details grok-build-hud
|
|||||||
### 3)从本机已有源码目录更新
|
### 3)从本机已有源码目录更新
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
cd /path/to/grok-hud
|
cd /path/to/grok-build-hud
|
||||||
git pull
|
git pull
|
||||||
bash scripts/install.sh
|
bash scripts/install.sh
|
||||||
# 或:grok plugin update grok-build-hud
|
# 或:grok plugin update grok-build-hud
|
||||||
@@ -285,7 +285,7 @@ grok-build-hud --theme auto
|
|||||||
本仓库按 Grok 插件清单组织,可直接 `grok plugin install .`:
|
本仓库按 Grok 插件清单组织,可直接 `grok plugin install .`:
|
||||||
|
|
||||||
```text
|
```text
|
||||||
grok-hud/ # Gitea 仓库目录名
|
grok-build-hud/ # Gitea 仓库目录名
|
||||||
├── plugin.json # 插件清单(name / commands / skills / hooks)
|
├── plugin.json # 插件清单(name / commands / skills / hooks)
|
||||||
├── .grok-plugin/
|
├── .grok-plugin/
|
||||||
│ └── marketplace.json # 本地 marketplace 元数据
|
│ └── marketplace.json # 本地 marketplace 元数据
|
||||||
|
|||||||
+4
-4
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "grok-build-hud",
|
"name": "grok-build-hud",
|
||||||
"version": "0.3.11",
|
"version": "0.3.12",
|
||||||
"description": "Grok Build 插件:同窗口实时状态条(上下文、配额、token、工具与待办);plugin + CLI + tmux HUD",
|
"description": "Grok Build 插件:同窗口实时状态条(上下文、配额、token、工具与待办);plugin + CLI + tmux HUD",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "dist/src/index.js",
|
"main": "dist/src/index.js",
|
||||||
@@ -54,12 +54,12 @@
|
|||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "http://172.238.15.154:3000/Redredchen01/grok-hud.git"
|
"url": "http://172.238.15.154:3000/Redredchen01/grok-build-hud.git"
|
||||||
},
|
},
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "http://172.238.15.154:3000/Redredchen01/grok-hud/issues"
|
"url": "http://172.238.15.154:3000/Redredchen01/grok-build-hud/issues"
|
||||||
},
|
},
|
||||||
"homepage": "http://172.238.15.154:3000/Redredchen01/grok-hud",
|
"homepage": "http://172.238.15.154:3000/Redredchen01/grok-build-hud",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/node": "^22.13.10",
|
"@types/node": "^22.13.10",
|
||||||
"typescript": "^5.8.2"
|
"typescript": "^5.8.2"
|
||||||
|
|||||||
+3
-3
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "grok-build-hud",
|
"name": "grok-build-hud",
|
||||||
"version": "0.3.11",
|
"version": "0.3.12",
|
||||||
"description": "Grok Build 插件:同窗口实时状态条(上下文、配额、入出缓存 token、工具与待办);tmux 多行 HUD + 会话斜杠命令",
|
"description": "Grok Build 插件:同窗口实时状态条(上下文、配额、入出缓存 token、工具与待办);tmux 多行 HUD + 会话斜杠命令",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Redredchen01"
|
"name": "Redredchen01"
|
||||||
},
|
},
|
||||||
"homepage": "http://172.238.15.154:3000/Redredchen01/grok-hud",
|
"homepage": "http://172.238.15.154:3000/Redredchen01/grok-build-hud",
|
||||||
"repository": "http://172.238.15.154:3000/Redredchen01/grok-hud",
|
"repository": "http://172.238.15.154:3000/Redredchen01/grok-build-hud",
|
||||||
"commands": "./commands",
|
"commands": "./commands",
|
||||||
"skills": "./skills",
|
"skills": "./skills",
|
||||||
"hooks": "./hooks/hooks.json"
|
"hooks": "./hooks/hooks.json"
|
||||||
|
|||||||
@@ -23,8 +23,8 @@ Data sources (local):
|
|||||||
## Install once (plugin + HUD)
|
## Install once (plugin + HUD)
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone http://172.238.15.154:3000/Redredchen01/grok-hud.git
|
git clone http://172.238.15.154:3000/Redredchen01/grok-build-hud.git
|
||||||
cd grok-hud
|
cd grok-build-hud
|
||||||
bash scripts/install.sh
|
bash scripts/install.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user