Skip to content
This repository was archived by the owner on Aug 17, 2026. It is now read-only.

Tags: grunt-it/gruntcode

Tags

v1.15.10-grunt.11

Toggle v1.15.10-grunt.11's commit message
gruntcode v1.15.10-grunt.11

- fix(opencode): compaction defaults to the selected session model instead of
  hardcoded sonnet (anomalyco#377). Large-context drivers no longer pay a sonnet round-trip
  to summarize history they could compact themselves; sonnet-for-compaction stays
  available via agent.model / compaction.model / compaction.model_overrides.

v1.15.10-grunt.10

Toggle v1.15.10-grunt.10's commit message
docs(grunt): add gruntcode fork banner to README.md (points at GRUNTC…

…ODE.md)

The repo front page still showed the upstream opencode README verbatim. Prepend
a clear fork banner (what it is, link to GRUNTCODE.md, brew install) while keeping
the full upstream README below the divider to minimize rebase conflicts.

v1.15.10-grunt.9

Toggle v1.15.10-grunt.9's commit message
gruntcode v1.15.10-grunt.9

- TUI: clickable/hoverable/colored hivemind #N ticket refs (anomalyco#331)
- compaction-strip + feedback architecture landed (compaction archive, model tiering, always-on strip-after-compaction, turn-end loop hook)

v1.15.10-grunt.8

Toggle v1.15.10-grunt.8's commit message
fix(build): split release upload into zip/tar commands to avoid empty…

… glob failures (anomalyco#280)

v1.15.10-grunt.7

Toggle v1.15.10-grunt.7's commit message
gruntcode v1.15.10-grunt.7

GRUNT (green) + CODE (default) splash branding.

v1.15.10-grunt.6

Toggle v1.15.10-grunt.6's commit message
gruntcode v1.15.10-grunt.6

Yargs scriptName → 'gruntcode'. Help screens now read 'gruntcode tui',
'gruntcode attach', etc. instead of 'opencode'.

v1.15.10-grunt.5

Toggle v1.15.10-grunt.5's commit message
gruntcode v1.15.10-grunt.5

Branding + autoupdate rewire. Bare gruntcode now self-updates from
grunt-it/gruntcode releases via the homebrew tap. User-facing CLI
strings say 'gruntcode' instead of 'opencode'.

v1.15.10-grunt.4

Toggle v1.15.10-grunt.4's commit message
gruntcode v1.15.10-grunt.4

Rip out daemon. TUI binds its own wake-listener HTTP port. Wake POSTs land
in the same process that owns the session — no SSE relay, no render bug.

Closes hivemind anomalyco#224.

v1.15.10-grunt.3

Toggle v1.15.10-grunt.3's commit message
gruntcode v1.15.10-grunt.3

Adds OPENCODE_SERVER_URL propagation into spawned daemon env.
Together with hivemind-mcp's auto-discover-session-from-daemon
(#10), peers launched via bare gruntcode are now FULLY WAKEABLE
before the user types anything.

Closes hivemind anomalyco#224 (wakeable-before-first-message).

v1.15.10-grunt.2

Toggle v1.15.10-grunt.2's commit message
gruntcode v1.15.10-grunt.2

Adds patch 2e: bare `gruntcode` auto-spawns serve + attaches.

Refs hivemind anomalyco#224.