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: CHANGELOG.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,18 @@
1
1
# Changelog
2
2
3
+
## v0.2.0 - 2026-03-16
4
+
5
+
### Highlights
6
+
7
+
- Reused a shared Codex app-server connection across plugin operations so thread actions and follow-up commands avoid repeated reconnect churn and stay more reliable. @huntharo (#3)
8
+
9
+
### Fixes
10
+
11
+
- Added clearer recovery guidance when local Codex authentication expires, including the case where a turn ends without returning assistant text.
12
+
- Restored missing bind-approval buttons and removed duplicate approval prompts so Telegram and Discord binding flows stay actionable.
13
+
- Replayed topic-sync updates after bind approval so `/codex_resume --sync` still renames the conversation once approval finishes.
14
+
- Clarified the project as an independent OpenClaw bridge and removed leftover OpenAI-branded status text from user-facing surfaces.
0 commit comments