Skip to content

Releases: krayong/ccsidekick

ccsidekick@1.7.0

Choose a tag to compare

@github-actions github-actions released this 15 Aug 09:05
Immutable release. Only release title and notes can be modified.
3350cb7

Minor Changes

  • e117ef8: Sync the bundled pricing table with the published Anthropic pricing page.

ccsidekick@1.6.5

Choose a tag to compare

@github-actions github-actions released this 10 Aug 09:07
Immutable release. Only release title and notes can be modified.
6a0f4ec

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

Choose a tag to compare

@github-actions github-actions released this 24 Jul 20:08
Immutable release. Only release title and notes can be modified.
60736fc

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.json and 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

Choose a tag to compare

@github-actions github-actions released this 17 Jul 18:49
Immutable release. Only release title and notes can be modified.
bdbc1bd

Patch Changes

  • 45e0846: Let the render clock be pinned for reproducible snapshots. ccsidekick-render render now honors CCSIDEKICK_NOW (epoch milliseconds, with an optional CCSIDEKICK_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

Choose a tag to compare

@github-actions github-actions released this 17 Jul 18:49
Immutable release. Only release title and notes can be modified.
bdbc1bd

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

Choose a tag to compare

@github-actions github-actions released this 17 Jul 18:49
Immutable release. Only release title and notes can be modified.
bdbc1bd

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

Choose a tag to compare

@github-actions github-actions released this 15 Jul 08:29
Immutable release. Only release title and notes can be modified.
c0e342d

Patch Changes

  • bb4e1e3: Fix the incremental cost-scan resume to carry a session's time bounds exactly as a full parse does.

    • record.end now 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.start is now widened symmetrically. A resumed session opening with an undated summary line (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

Choose a tag to compare

@github-actions github-actions released this 12 Jul 14:32
Immutable release. Only release title and notes can be modified.
c4c22ea

Patch Changes

  • 7149b81: Helpful-comment tuning and a git fix.

    • The no_upstream tip no longer fires once a branch is already on the remote. A branch pushed without -u has no configured upstream but does have a local origin/<branch> ref, and the tip now checks that ref (a local lookup, never a network call) before nagging.
    • The default comment floor [comments].min_severity is now medium. detached_head and effort_low move up to medium so they still show at that floor; pay_as_you_go_active moves 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."

ccsidekick@1.6.0

Choose a tag to compare

@github-actions github-actions released this 12 Jul 12:00
Immutable release. Only release title and notes can be modified.
84b1d2c

Minor Changes

  • 03b8adf: Add a --usage-fetch <on|off> flag to ccsidekick 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

Choose a tag to compare

@github-actions github-actions released this 11 Jul 08:53
Immutable release. Only release title and notes can be modified.
c184f9c

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) and fx_refresh (the weekly currency-rate refresh) both default to false. 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.