Releases: pleasedodisturb/chronoclaude
Releases · pleasedodisturb/chronoclaude
Release list
v0.5.3
Fixed
- Visible message timestamp leaked raw ANSI codes in the VS Code extension panel. The grey
[HH:MM:SS]marker emitted SGR colour escapes that the VS Code chat panel renders as literal[90m…[0mtext instead of colour (the terminal TUI renders them fine). ChronoClaude now detects non-terminal clients viaCLAUDE_CODE_ENTRYPOINT(cli⇒ terminal;claude-vscode,remote*, … ⇒ panel/remote) and emits a plain[HH:MM:SS]marker there automatically — colour still applies in the terminal. Surfaced and verified in the VS Code panel while testing anthropics/claude-code#44763 against Claude Code 2.1.181, where (unlike the 2.1.165 the issue was filed against)MessageDisplaydoes fire in the panel.
Install
/plugin marketplace add pleasedodisturb/chronoclaude
/plugin install chronoclaude@chronoclaude
v0.5.2
Changed
- De-branded leftover
idle-timingidentifiers missed by the v0.5.0 rename: the MCP server now self-identifies aschronoclaude-time-server(wasidle-timing-time-server), the/chronoclaude-setupand/chronoclaude-configcommand docs and their paste-ready snippets now say chronoclaude (including the snippet marker comments and example paths),parse-transcript.py's docstring, and test tmpdir prefixes. No functional changes; the.mcp.jsonserver key andCLAUDE_TIMING_*env vars are unchanged. If you wired the statusline snippet with the old# --- idle-timing fragment ---markers, it keeps working — the markers are comments.
Install
/plugin marketplace add pleasedodisturb/chronoclaude
/plugin install chronoclaude@chronoclaude
v0.5.1
Changed
- Relicensed from Unlicense/CC0 to MIT. The plugin's own code is now under the MIT License, matching the two MIT upstreams already credited in
THIRD-PARTY-LICENSES.md. The original clankercode base was public domain (Unlicense / CC0 1.0), which permits the relicense; a provenance note was added toTHIRD-PARTY-LICENSES.md. License metadata updated inplugin.json,marketplace.json, andpackage.json.
Install
/plugin marketplace add pleasedodisturb/chronoclaude
/plugin install chronoclaude@chronoclaude
v0.5.0
Changed
- Renamed to ChronoClaude. The plugin outgrew "idle timing" — it now covers visible per-message timestamps, hidden timing context, an MCP time server, a session timeline, and a statusline clock. Identity changes:
- Repo
claude-inject-idle-time→chronoclaude(old URLs redirect). - Plugin name
idle-timing→chronoclaude; marketplaceidle-info→chronoclaude; owner →pleasedodisturb. Install is now/plugin marketplace add pleasedodisturb/chronoclaudethen/plugin install chronoclaude@chronoclaude. - Slash commands
/idle-time-setup→/chronoclaude-setup,/idle-time-config→/chronoclaude-config(/timestampsunchanged). - Plugin data dir
idle-timing-idle-info→chronoclaude-chronoclaude. Existing session/timeline data is not migrated (it's ephemeral); a fresh dir is used. Re-add the marketplace after upgrading.
- Repo
- Unchanged on purpose: the
CLAUDE_TIMING_*env toggles keep their names so existingsettings.jsonconfigs keep working. Upstream credits (clankercode / s-a-s-k-i-a / zoharbabin) are retained in the README andTHIRD-PARTY-LICENSES.md.
Install
/plugin marketplace add pleasedodisturb/chronoclaude
/plugin install chronoclaude@chronoclaude