You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -196,6 +196,8 @@ The gate fails while `open` or `blocked` findings remain. Final goal completion
196
196
| Command | Purpose |
197
197
| --- | --- |
198
198
|`codex-fable5 status`| Show findings and goal progress. |
199
+
|`codex-fable5 version`| Show the installed plugin version, paths, and git checkout state. |
200
+
|`codex-fable5 update`| Update the FableCodex checkout/plugin package to the latest stable `v*` tag. |
199
201
|`codex-fable5 goals create`| Create a local multi-step goal ledger. |
200
202
|`codex-fable5 goals next`| Start or resume the next goal. |
201
203
|`codex-fable5 goals checkpoint`| Mark a goal complete, failed, or blocked with evidence. |
@@ -210,6 +212,8 @@ Without changing `PATH`, run the checkout helper directly:
210
212
plugins/codex-fable5/bin/codex-fable5 status
211
213
```
212
214
215
+
`codex-fable5 update` changes only the FableCodex checkout/plugin package. It does not change model access, provider credentials, or hidden runtime behavior. Use `codex-fable5 update --ref main` only when you intentionally want the development branch instead of the latest stable release.
0 commit comments