Commit log

63e03ff v0.65.1

Andrey Nering created

0f3a6cd ci: remove snapcraft token

Click to expand commit body
See: https://github.com/charmbracelet/meta/commit/86917ec06aa42153f5e48cb2570dfc5efd1e389d

Andrey Nering created

77d86b8 v0.65.0

Andrey Nering created

ce314b8 feat(ui): add hypercredit readout to small top header

Christian Rocha created

d5b5a9e chore(ui): hypercrush small type treatment

Christian Rocha created

a93277f chore(legal): @pragneshbagary has signed the CLA

Charm created

0a9d0b0 chore(legal): @mkaaad has signed the CLA

Charm created

bae9299 chore(legal): @SAY-5 has signed the CLA

Charm created

98f9a17 chore: auto-update files

Charm created

a14feb3 feat: launch hyper beta (#2768)

Click to expand commit body
No need to set `HYPERCRUSH=1` anymore.

Andrey Nering created

6ce4fbc feat(hyper): show remaining hypercredits in the sidebar (#2766)

Andrey Nering created

5d8f924 test: re-record test fixtures

Andrey Nering created

f36f65b chore: update `view` tool limit to 200KB

Click to expand commit body
The model was enable to edit `internal/ui/model/ui.go` for me, because
it has ~ 108KB and the limit was 100KB.
(Without being able to read, the model also can't update it).

We're keeping the `fetch` tool limit to 100KB.

Andrey Nering created

c7368b7 fix: fix thinking on/off toggle for certain openai-compat providers

Andrey Nering created

59e9233 refactor(hyper): simplify by removing old code

Andrey Nering created

54a57fd chore(legal): @carlosgrillet has signed the CLA

Charm created

eaf1cd7 chore(ui): change wording: rewrote input to rewrote output (#2742)

Christian Rocha created

35ce257 chore(legal): @lloydzhou has signed the CLA

Charm created

c9afdb1 chore(legal): @vorticalbox has signed the CLA

Charm created

efbf6bf v0.64.0

Andrey Nering created

bc48334 chore(deps): update fantasy and catwalk

Andrey Nering created

aeb529c chore(legal): @georgeglarson has signed the CLA

Charm created

86bb805 fix(tools/job_kill): use longer job_kill desc to improve reliability (#2747)

Christian Rocha created

4d16e96 fix(app): replace single events channel with pubsub.Broker for fan-out (#2663)

Click to expand commit body
Fixes the SSE multi-consumer bug where multiple clients sharing the same
workspace received only a fraction of events (competing-consumer semantics
on a plain channel). Each caller to Events()/SubscribeEvents() now gets
its own dedicated channel via Broker.Subscribe(ctx).

💘 Generated with Crush

Assisted-by: AWS Claude Sonnet 4.6 via Crush <crush@charm.land>

Tai Groot created

c84ca2d refactor(hooks): move matcher compilation into the runner

Click to expand commit body
The runner now compiles its own matchers, so a config round-trip can't
silently strip them. Hooks with an invalid matcher are dropped with a
warning instead of quietly matching everything.

Christian Rocha created

38a846d fix(hooks): recompile matchers after config reload

Click to expand commit body
A hook with a matcher like "^bash$" was firing on every tool call
after any config write, because the compiled regex was dropped when
the config reloaded. Recompile on reload so filtering keeps working.

Christian Rocha created

b07664e chore: auto-update files

Charm created

81fbaca chore(hyper): update endpoint to new one

Andrey Nering created

cfcffd2 fix(styles): fix some regressions where colors were incorrect

Christian Rocha created

09a1120 fix(ui): notification width and text truncation

Click to expand commit body
Prior to this fix, notifications in the footer would not span the width
of the window, and text truncation would often happen prematurely.

Christian Rocha created

9c4a316 chore(ui,styles): color edits and copyedits for the oAuth view

Christian Rocha created

8ebab21 chore(styles): clean up theme definitions

Christian Rocha created

64c47cb fix(ui): restore 'update available' notification

Christian Rocha created

066fb5a fix: remove unused build (#2734)

Bruno Krugel created

2be2024 fix(hyper): re-auth at selection time to ensure provider availability

Christian Rocha created

a4488ca feat(ui): switch to hyper theme when provider hyper is chosen

Christian Rocha created

9d4653e chore(styles): use hypercrush theme when hyper is selected

Christian Rocha created

e29353f v0.63.0

Andrey Nering created

1495028 chore(deps): update fantasy and catwalk

Andrey Nering created

1948ca7 fix(ui/hooks): restore hook styling

Christian Rocha created

ead1c28 chore(deps): bump goreleaser/goreleaser-action in the all group (#2728)

dependabot[bot] created

b0b9842 chore(deps): bump the all group with 6 updates (#2729)

dependabot[bot] created

e5611c3 docs(hooks): improve hook documentation

Christian Rocha created

b9fdf72 chore(hooks,skills): update crush-hooks skill per recent changes

Christian Rocha created

3cda50f fix(ui): fix dialog box shift when session rename is active

Christian Rocha created

755f6fa chore(ui): theme prep

Christian Rocha created

f686999 chore: auto-update files

Charm created

dc003bf feat: PreToolUse hook (#2598)

Christian Rocha created

a7546ad chore(tests): regression test for (lack of) disabled skills in the ui

Christian Rocha created

7a6149d fix(ui): don't show disabled skills

Bruno Krugel created