Releases: krayong/ccsidekick
Releases · krayong/ccsidekick
Release list
ccsidekick@1.7.0
Immutable
release. Only release title and notes can be modified.
Minor Changes
- e117ef8: Sync the bundled pricing table with the published Anthropic pricing page.
ccsidekick@1.6.5
Immutable
release. Only release title and notes can be modified.
Patch Changes
- 13a974f: Give the npm README the character reel, the full eighteen-pack roster, and an invitation to author your own character. Docs only, with every link and image switched to an absolute URL so npm renders them.
ccsidekick@1.6.4
Immutable
release. Only release title and notes can be modified.
Patch Changes
- 7cee6b6: Price Claude Opus 5. The published pricing page listed the model under a display name the pricing generator had no key mapping for, so it never reached
pricing.jsonand every Opus 5 message priced to $0 in Chat, Project, and Total. The bundled table now carries the full Opus 5 rate card: $5/$25 per MTok base, $6.25 and $10 cache writes, $0.50 cache reads, and a fast-mode multiplier of 2.
ccsidekick@1.6.3
Immutable
release. Only release title and notes can be modified.
Patch Changes
- 45e0846: Let the render clock be pinned for reproducible snapshots.
ccsidekick-render rendernow honorsCCSIDEKICK_NOW(epoch milliseconds, with an optionalCCSIDEKICK_TZ): when it holds a finite number, the figure shimmer phase and every countdown derive from that fixed instant, so a generated status-line shot is byte-identical from one run to the next. Left unset, the binary reads the system clock exactly as before. - Updated dependencies [45e0846]
- Updated dependencies [45e0846]
- @ccsidekick/pack-joker@1.0.2
- @ccsidekick/pack-shinchan@1.0.1
@ccsidekick/pack-shinchan@1.0.1
Immutable
release. Only release title and notes can be modified.
Patch Changes
- 45e0846: Warm up the Shin-chan figure palette. The previous hues stepped cyan→red and green→cyan, blends that desaturate toward gray part-way through the shimmer cycle and left the whole figure reading dark and muddy. A red→orange→gold→yellow→peach ramp holds full brightness across the entire cycle and fits the character: red shirt, yellow shorts, peach skin.
@ccsidekick/pack-joker@1.0.2
Immutable
release. Only release title and notes can be modified.
Patch Changes
- 45e0846: Replace the Joker figure with a bolder, more legible grin. The old art read as an unclear blob at status-line size. The new figure is a clean grin-and-eye-slits that reads instantly, re-sourced from emojicombos braille through the ascii-art converter and fitted to the 9×25 box.
ccsidekick@1.6.2
Immutable
release. Only release title and notes can be modified.
Patch Changes
-
bb4e1e3: Fix the incremental cost-scan resume to carry a session's time bounds exactly as a full parse does.
record.endnow advances from every appended line, not just usage-bearing ones. A tick landing on the common mid-turn state (a trailing user or tool line logged after the last assistant message) no longer leaves the session end frozen at the last assistant timestamp, so session duration and recency read correctly instead of lagging by up to a turn.record.startis now widened symmetrically. A resumed session opening with an undatedsummaryline (start clamped to 0) no longer keeps that clamp after dated lines are appended, fixing a "working since 1970" collapse in the tenure and streak display.
ccsidekick@1.6.1
Immutable
release. Only release title and notes can be modified.
Patch Changes
-
7149b81: Helpful-comment tuning and a git fix.
- The
no_upstreamtip no longer fires once a branch is already on the remote. A branch pushed without-uhas no configured upstream but does have a localorigin/<branch>ref, and the tip now checks that ref (a local lookup, never a network call) before nagging. - The default comment floor
[comments].min_severityis nowmedium.detached_headandeffort_lowmove up to medium so they still show at that floor;pay_as_you_go_activemoves down to low. - Reworded the compaction tip. A compact summarizes the conversation, not the working tree, so uncommitted files survive it. It now reads "Commit now while the context is fresh."
- The
ccsidekick@1.6.0
Immutable
release. Only release title and notes can be modified.
Minor Changes
- 03b8adf: Add a
--usage-fetch <on|off>flag toccsidekick setup, so the account-usage lookup can be enabled non-interactively (it writes[network].usage_fetch). This is the one data source the pay-as-you-go widget needs, since its numbers come only from the account and cannot be derived from local transcripts. Everything else stays off by default.
ccsidekick@1.5.0
Immutable
release. Only release title and notes can be modified.
Minor Changes
- 9456bd5: Network lookups are now off by default.
usage_fetch(the OAuth account-usage widget, which sends your Anthropic token to Anthropic's account-usage endpoint) andfx_refresh(the weekly currency-rate refresh) both default tofalse. Enable either under[network]if you want it. Out of the box ccsidekick now makes no network calls at all, so it is local-first by default and both lookups are opt-in.