Skip to content

Commit 771293e

Browse files
author
Gewu Contributors
committed
docs: surface plugin upgrade flow
1 parent 8d3c925 commit 771293e

6 files changed

Lines changed: 48 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@
1212

1313
## 未发布
1414

15-
暂无。
15+
### 新增
16+
17+
- 将已安装用户的升级命令提升到 README 和 3 分钟上手指南
18+
- 明确区分远端仓库更新、Git 市场刷新和新任务重新载入三个阶段
1619

1720
## 1.1.0-rc.2 — 2026-07-25
1821

CHANGELOG_EN.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@ Gewu does not yet have a GitHub Release. The versions below describe repository
1212

1313
## Unreleased
1414

15-
None.
15+
### Added
16+
17+
- Promotes the upgrade command for existing users into the README and 3-minute guide
18+
- Separates remote repository updates, Git marketplace refresh, and new-task reload as three distinct stages
1619

1720
## 1.1.0-rc.2 — 2026-07-25
1821

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,16 @@ codex plugin add gewu@gewu
149149

150150
> 目前这是由 GitHub 仓库直接提供的公开市场版本,尚未提交到 OpenAI 的通用插件目录。添加市场表示信任 `wuxie888/gewu` 这个第三方 Git 来源,不代表经过 OpenAI 目录审核。格物当前是纯 Skill 插件,不含 App、MCP Server、Hook、远程服务、账号登录或数据上传;源码、插件清单和提交历史都可在本仓库审阅。
151151
152+
### 已经安装:更新格物
153+
154+
GitHub 市场版本不会因为仓库出现新提交就保证立即更新本机缓存。刷新格物市场:
155+
156+
```bash
157+
codex plugin marketplace upgrade gewu
158+
```
159+
160+
市场刷新会重新同步已经安装的格物插件。完成后请新建一个任务,让 Agent 载入新版 Skill。不要重复运行 `codex plugin marketplace add wuxie888/gewu``add` 用于第一次添加市场,不是升级。
161+
152162
### 通用 Skill 接入
153163

154164
1.`skills/gewu/` 复制到目标 Agent 配置的 Skills 或 Instructions 目录

README_EN.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,16 @@ Start a new task after installation so the agent reloads the plugin. In Codex, i
151151

152152
> This is a public GitHub-backed marketplace build, not yet a listing in OpenAI's universal plugin directory. Adding it means trusting the third-party Git source `wuxie888/gewu`; it does not imply OpenAI directory review. Gewu is currently a Skill-only plugin with no App, MCP server, hook, remote service, account login, or data upload. Its source, manifest, and commit history are reviewable in this repository.
153153
154+
### Already installed: update Gewu
155+
156+
A new repository commit does not guarantee that a GitHub-backed marketplace immediately replaces the installed cache. Refresh the Gewu marketplace:
157+
158+
```bash
159+
codex plugin marketplace upgrade gewu
160+
```
161+
162+
Refreshing the marketplace resynchronizes the installed Gewu plugin. Start a new task afterward so the agent loads the updated Skill. Do not rerun `codex plugin marketplace add wuxie888/gewu`; `add` is for first-time marketplace setup, not upgrades.
163+
154164
### Generic Skill integration
155165

156166
1. Copy `skills/gewu/` into the target agent's configured Skills or Instructions directory

docs/GETTING_STARTED.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,16 @@ codex plugin add gewu@gewu
6767

6868
发送之前,确认编辑框中已经出现 `$gewu` 或已选中的格物 Skill。仅仅得到一段像调查报告的回答,并不能证明插件已经被加载。
6969

70+
### 已经安装过格物
71+
72+
仓库发布新版本后,不要假设本机插件会立即自动更新。刷新 Git 市场并重新同步已安装插件:
73+
74+
```bash
75+
codex plugin marketplace upgrade gewu
76+
```
77+
78+
刷新后新建任务。`codex plugin marketplace add wuxie888/gewu` 只用于第一次添加市场,不是升级命令。
79+
7080
## 完成第一次调查
7181

7282
复制下面这句话,把最后的链接换成你真正想调查的对象:

docs/GETTING_STARTED_EN.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,16 @@ Invoke Gewu explicitly:
6767

6868
Before sending, confirm that `$gewu` or the selected Gewu Skill appears in the composer. A response that merely looks like a research report does not prove that the plugin was loaded.
6969

70+
### If Gewu is already installed
71+
72+
Do not assume that a new repository release immediately updates the installed plugin. Refresh the Git marketplace and resynchronize installed plugins:
73+
74+
```bash
75+
codex plugin marketplace upgrade gewu
76+
```
77+
78+
Start a new task after the refresh. `codex plugin marketplace add wuxie888/gewu` is only for first-time marketplace setup, not upgrades.
79+
7080
## Complete your first investigation
7181

7282
Copy this prompt and replace the final URL:

0 commit comments

Comments
 (0)