Skip to content

Commit 299ec1f

Browse files
committed
Release 0.4.3
1 parent a8f350a commit 299ec1f

7 files changed

Lines changed: 12 additions & 12 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This project uses a lightweight changelog format:
99
- `Fixed` for bug fixes.
1010
- `Security` for vulnerability-related changes.
1111

12-
## Unreleased
12+
## 0.4.3 - 2026-06-18
1313

1414
### Changed
1515

README.ja.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ FableCodex は、Codex の作業に Fable 風の運用習慣を追加する Code
4040
安定版をインストールします。
4141

4242
```bash
43-
codex plugin marketplace add baskduf/FableCodex --ref v0.4.2
43+
codex plugin marketplace add baskduf/FableCodex --ref v0.4.3
4444
codex plugin add codex-fable5@fablecodex
4545
```
4646

@@ -215,7 +215,7 @@ plugins/codex-fable5/bin/codex-fable5 status
215215
安定版:
216216

217217
```bash
218-
codex plugin marketplace add baskduf/FableCodex --ref v0.4.2
218+
codex plugin marketplace add baskduf/FableCodex --ref v0.4.3
219219
codex plugin add codex-fable5@fablecodex
220220
```
221221

README.ko.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ FableCodex는 Codex 작업에 Fable식 운영 습관을 더하는 Codex 플러
4040
안정 버전을 설치합니다.
4141

4242
```bash
43-
codex plugin marketplace add baskduf/FableCodex --ref v0.4.2
43+
codex plugin marketplace add baskduf/FableCodex --ref v0.4.3
4444
codex plugin add codex-fable5@fablecodex
4545
```
4646

@@ -215,7 +215,7 @@ plugins/codex-fable5/bin/codex-fable5 status
215215
안정 버전:
216216

217217
```bash
218-
codex plugin marketplace add baskduf/FableCodex --ref v0.4.2
218+
codex plugin marketplace add baskduf/FableCodex --ref v0.4.3
219219
codex plugin add codex-fable5@fablecodex
220220
```
221221

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ It is useful when the cost of a missed step is higher than the cost of a little
4040
Install the stable release:
4141

4242
```bash
43-
codex plugin marketplace add baskduf/FableCodex --ref v0.4.2
43+
codex plugin marketplace add baskduf/FableCodex --ref v0.4.3
4444
codex plugin add codex-fable5@fablecodex
4545
```
4646

@@ -215,7 +215,7 @@ plugins/codex-fable5/bin/codex-fable5 status
215215
Stable release:
216216

217217
```bash
218-
codex plugin marketplace add baskduf/FableCodex --ref v0.4.2
218+
codex plugin marketplace add baskduf/FableCodex --ref v0.4.3
219219
codex plugin add codex-fable5@fablecodex
220220
```
221221

README.zh-CN.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ FableCodex 是一个 Codex 插件,用来把 Fable 风格的工作习惯加入
4040
安装稳定版:
4141

4242
```bash
43-
codex plugin marketplace add baskduf/FableCodex --ref v0.4.2
43+
codex plugin marketplace add baskduf/FableCodex --ref v0.4.3
4444
codex plugin add codex-fable5@fablecodex
4545
```
4646

@@ -215,7 +215,7 @@ plugins/codex-fable5/bin/codex-fable5 status
215215
稳定版:
216216

217217
```bash
218-
codex plugin marketplace add baskduf/FableCodex --ref v0.4.2
218+
codex plugin marketplace add baskduf/FableCodex --ref v0.4.3
219219
codex plugin add codex-fable5@fablecodex
220220
```
221221

README.zh-TW.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ FableCodex 是一個 Codex 外掛,會把 Fable 風格的工作習慣加入 Cod
4040
安裝穩定版:
4141

4242
```bash
43-
codex plugin marketplace add baskduf/FableCodex --ref v0.4.2
43+
codex plugin marketplace add baskduf/FableCodex --ref v0.4.3
4444
codex plugin add codex-fable5@fablecodex
4545
```
4646

@@ -215,7 +215,7 @@ plugins/codex-fable5/bin/codex-fable5 status
215215
穩定版:
216216

217217
```bash
218-
codex plugin marketplace add baskduf/FableCodex --ref v0.4.2
218+
codex plugin marketplace add baskduf/FableCodex --ref v0.4.3
219219
codex plugin add codex-fable5@fablecodex
220220
```
221221

plugins/codex-fable5/.codex-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codex-fable5",
3-
"version": "0.4.2",
3+
"version": "0.4.3",
44
"description": "Fable-style Codex workflow with source-section coverage, goal and findings gates, verification grounding, VFF routing, and optional provider bridge guidance.",
55
"author": {
66
"name": "Codex Fable5 Maintainers"

0 commit comments

Comments
 (0)