Skip to content

Releases: BackendStack21/bodek

v0.0.17

Choose a tag to compare

@github-actions github-actions released this 27 Jul 18:32
5da8096

Changelog

  • 5da8096 refactor(tui): drop think on|off indicator from header (#18)

v0.0.16

Choose a tag to compare

@github-actions github-actions released this 27 Jul 16:46
9615faf

Changelog

  • 9615faf Merge pull request #17 from BackendStack21/fix/completion-popup-typing
  • 79be075 fix(tui): keep typing while the completion popup has key capture

v0.0.15

Choose a tag to compare

@github-actions github-actions released this 27 Jul 13:22
dd50826

Changelog

  • dd50826 Merge pull request #16 from BackendStack21/fix/dedupe-thinking-indicator
  • d78e92a fix(tui): drop duplicated in-transcript thinking placeholder

v0.0.14

Choose a tag to compare

@github-actions github-actions released this 27 Jul 12:23
72fff76

Changelog

  • 72fff76 Merge pull request #15 from BackendStack21/fix/tool-result-envelope-display
  • 1709cf8 fix(tui): decode JSON tool envelopes and fold untrusted wrappers for display

v0.0.13

Choose a tag to compare

@github-actions github-actions released this 27 Jul 12:06
8d82973

Changelog

  • 8d82973 Merge pull request #14 from BackendStack21/feat/top-5-improvements
  • d7600bc feat(tui): reconnect with backoff and resume the session after a socket drop
  • ffe79d1 perf(tui): coalesce streaming renders into one flush per 80ms
  • 3853c62 refactor(tui): split model.go into events, input, and approval files

v0.0.12

Choose a tag to compare

@github-actions github-actions released this 27 Jul 11:17

Changelog

  • 63bddf6 feat(tui): show bodek version next to the header logo
  • 6ee5126 feat(tui): show odek version in header, hint when a bodek update exists

v0.0.11

Choose a tag to compare

@github-actions github-actions released this 27 Jul 10:33

Changelog

  • a5299b2 feat(cli): add bodek version and upgrade subcommands

v0.0.10

Choose a tag to compare

@github-actions github-actions released this 27 Jul 10:14
00daf2a

Changelog

  • 4d8eff6 Merge pull request #12 from BackendStack21/feat/tui-expand-tool-steps
  • 00daf2a Merge pull request #13 from BackendStack21/fix/cumulative
  • 40e7a65 Merge pull request #5 from BackendStack21/dependabot/go_modules/go-dependencies-69749e8710
  • 4c5e0e7 Merge pull request #6 from BackendStack21/dependabot/github_actions/github-actions-e986305a06
  • 145ac8c chore(deps): bump golang.org/x/net in the go-dependencies group
  • e9e2aef ci(deps): bump actions/setup-go from 6 to 7 in the github-actions group
  • a485919 feat(tui): compact tool steps with Ctrl+E details toggle
  • e053470 feat(tui): expand tool steps via keyboard (^E) and mouse
  • 75845d5 fix(tui): interleave reasoning blocks with tool calls chronologically
  • 2831ad0 fix(tui): replay full transcript on session resume
  • c0c9277 fix(tui): status badge reflects actual work instead of random phrases
  • 1fb8bfb style(tui): fix staticcheck deprecations in tool-step expansion

v0.0.9

Choose a tag to compare

@github-actions github-actions released this 26 Jul 19:44
ba4d278

Changelog

  • ba4d278 Merge pull request #11 from BackendStack21/fix/skill-notices-auto-dismiss-3s
  • f10e448 fix(tui): auto-dismiss skill loaded notices after 3 seconds

v0.0.8

Choose a tag to compare

@github-actions github-actions released this 26 Jul 19:33
883482c

Changelog

  • 883482c Merge pull request #10 from BackendStack21/fix/tui-copy
  • 4401a7f fix(tui): allow native text selection/copy by disabling mouse capture by default
  • f56dd80 style(tui): satisfy errcheck in usage printer
  • b6d9a56 test(tui): add tests for --mouse flag and program options