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
Fix README help block and move changelog entries after v0.2.4 release
The v0.2.4 release emptied the README help code block and moved all
changelog entries to the release section. Regenerate the help block
and move unreleased entries to the new [Unreleased] section.
https://claude.ai/code/session_01JCmVVCvBbxPUrxy3BcgjCc
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
12
12
-`--json` output documentation in `--help` for all commands, describing the MCP object shape returned
13
13
-`tools-get` now shows an example `tools-call` command with placeholder arguments based on the tool's schema
14
14
15
+
### Fixed
16
+
17
+
-`build:readme` script failing on macOS due to `sed -i` platform difference
18
+
15
19
## [0.2.4] - 2026-04-07
16
20
17
21
### Security
@@ -24,7 +28,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
24
28
### Fixed
25
29
26
30
- Bridge ignores stored OAuth access token when no refresh token is provided; servers that don't issue refresh tokens now work correctly by using the access token as a static Bearer header
27
-
-`build:readme` script failing on macOS due to `sed -i` platform difference
28
31
- Session incorrectly marked as `unauthorized` when access token expires but refresh token is still valid; bridge now attempts token refresh before giving up
29
32
- "ESC to detach" hint now shows immediately in the spinner when using `--task`, instead of waiting for the server to return a task ID
0 commit comments