Skip to content

Commit bca8861

Browse files
committed
docs: update changelog for v1.1.3
1 parent d2b6e1e commit bca8861

1 file changed

Lines changed: 14 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,19 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
88

9-
## [1.1.2] — 2026-05-19
9+
## [1.1.3] — 2026-05-19
10+
11+
### Added
12+
- Added opt-in hook compaction controls through `ctxrelay hook-compaction`,
13+
`turnCoordination.hookCompaction`, and `CONTEXTRELAY_HOOK_*` environment
14+
overrides. `verbose` remains the default and preserves legacy hook output.
15+
- Added TUI Token mode visibility and the `t` hotkey for switching between
16+
verbose and compact hook output.
17+
- Added hook preview suppression metrics for compact-mode dedupe.
1018

1119
### Fixed
20+
- Improved TUI Recent row truncation and compact terminal layout so controls,
21+
footer text, and recent activity stay within the frame at narrow widths.
1222
- Preserved named runtime session identity through `ctxrelay codex --session`
1323
child environments, Codex MCP live relay tools, and Claude bridge recovery.
1424
- Routed Codex explicit ContextRelay command responses back through the
@@ -18,6 +28,9 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
1828
- Scrubbed inherited ContextRelay runtime environment variables from
1929
reconnect e2e daemon launches.
2030

31+
Note: `1.1.2` existed briefly as a GitHub-only release artifact and was not
32+
published to npm. It was removed and superseded by this release.
33+
2134
## [1.1.1] — 2026-05-19
2235

2336
### Added

0 commit comments

Comments
 (0)