v0.17.5 — Copy useful text, wherever you work
Highlights
- Copy while Codex works. Sessions Copy now captures visible LAST REPLY or LAST ACTIVITY text during a run, not just after completion. It takes a snapshot at activation, including text outside the viewport.
- Copy in the browser—even read-only. Split, wide and full-page web session detail now offer [ (C)OPY ]. Click a session's button or press C for the selected visible detail. No server actions,
--web-controlor clipboard-read permission are required. - Enabled controls look enabled. Usable terminal Sessions and Benchmark Copy buttons match their panel border colour, with hover and activation feedback. Unavailable Benchmark matrix Copy remains dim.
- Existing controls stay safe. Graph-only/hidden detail does not offer Copy; approval controls and composer typing retain priority. Browser-native Ctrl/Cmd+C stays unchanged. Questions and approval commands remain separate from reply/activity copying.
- Updated README and intro post, with regression coverage for working text, exact clipboard snapshots, translated hit areas, read-only browser behaviour and clipboard-denial guidance.
Copy exports the bounded, sanitized text already observed by Codexometer, not an unlimited transcript. Stale text remains stale. Terminal Copy requires OSC 52 clipboard support; if browser clipboard access is denied, select the visible text and copy it manually. Copied text follows your operating system/browser clipboard retention rules.
Upgrade
Quit Codexometer, then rerun the release installer.
macOS / Linux / Ubuntu WSL
curl -fsSL https://raw.githubusercontent.com/merefield/codexometer/main/install-release.sh | sh
codexometer --versionWindows PowerShell
$installer = Join-Path ([IO.Path]::GetTempPath()) "install-codexometer.ps1"
Invoke-WebRequest https://raw.githubusercontent.com/merefield/codexometer/main/install-release.ps1 -OutFile $installer
Set-ExecutionPolicy -Scope Process Bypass -Force
& $installer
Remove-Item $installer
codexometer --versionReuse your existing installation directory if customised and ensure it is on PATH. Installers verify the downloaded checksum and version; expected version: 0.17.5. Restart the web server as well to serve the new interface. Linux, macOS and Windows downloads are provided for amd64 and arm64.
Full changelog: v0.17.4...v0.17.5