Skip to content

Releases: pleasedodisturb/chronoclaude

v0.5.3

Choose a tag to compare

@github-actions github-actions released this 18 Jun 11:45
506b69c

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…[0m text instead of colour (the terminal TUI renders them fine). ChronoClaude now detects non-terminal clients via CLAUDE_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) MessageDisplay does fire in the panel.

Install

/plugin marketplace add pleasedodisturb/chronoclaude
/plugin install chronoclaude@chronoclaude

v0.5.2

Choose a tag to compare

@github-actions github-actions released this 12 Jun 17:25
f575f12

Changed

  • De-branded leftover idle-timing identifiers missed by the v0.5.0 rename: the MCP server now self-identifies as chronoclaude-time-server (was idle-timing-time-server), the /chronoclaude-setup and /chronoclaude-config command 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.json server key and CLAUDE_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

Choose a tag to compare

@github-actions github-actions released this 12 Jun 17:20
81d1eb1

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 to THIRD-PARTY-LICENSES.md. License metadata updated in plugin.json, marketplace.json, and package.json.

Install

/plugin marketplace add pleasedodisturb/chronoclaude
/plugin install chronoclaude@chronoclaude

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 12 Jun 16:57
b31168c

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-timechronoclaude (old URLs redirect).
    • Plugin name idle-timingchronoclaude; marketplace idle-infochronoclaude; owner → pleasedodisturb. Install is now /plugin marketplace add pleasedodisturb/chronoclaude then /plugin install chronoclaude@chronoclaude.
    • Slash commands /idle-time-setup/chronoclaude-setup, /idle-time-config/chronoclaude-config (/timestamps unchanged).
    • Plugin data dir idle-timing-idle-infochronoclaude-chronoclaude. Existing session/timeline data is not migrated (it's ephemeral); a fresh dir is used. Re-add the marketplace after upgrading.
  • Unchanged on purpose: the CLAUDE_TIMING_* env toggles keep their names so existing settings.json configs keep working. Upstream credits (clankercode / s-a-s-k-i-a / zoharbabin) are retained in the README and THIRD-PARTY-LICENSES.md.

Install

/plugin marketplace add pleasedodisturb/chronoclaude
/plugin install chronoclaude@chronoclaude