Skip to content

Releases: Han8931/gorae

v2.2.0 — Navigation mode, tool calling, and chat scrolling

Choose a tag to compare

@Han8931 Han8931 released this 11 May 11:46
Highlights since v2.1.0:

- Vim-style navigation mode in chat. Press Esc to switch from typing to a
  message cursor; i/a return to insert. j/k move between messages, h/l jump
  between user turns, gg/G snap to top/bottom, Space marks a message, y
  yanks the current (or every marked) message to the system clipboard, c
  clears marks, ? opens help, q exits.

- Tool calling. With "enable_tools": true in the AI config, the model can
  invoke in-app actions during a conversation. First-class tool:
  save_markdown — writes AI-generated content (summary, analysis, draft)
  to notes_dir as a clean standalone document.

- Chat scrolling. Ctrl+P/Ctrl+N, PgUp/PgDn, and mouse wheel now scroll the
  in-chat view; auto-stick-to-bottom resumes on new messages.

- /find renamed to /load. The command now reflects what it does (loads a
  file into chat context). /find still works as a silent alias.

- Discoverability for non-vim users: placeholder hint, first-Esc teaching
  status, unknown-key safety net, and ? for in-chat help.

- README and ROADMAP overhauled for clarity; roadmap extracted to its own
  file.

v2.0.0: Gorae AI mode

Choose a tag to compare

@Han8931 Han8931 released this 19 Apr 10:40

Gorae v2.0.0 introduces a built-in AI chat assistant (:gorae) powered by RAG over your indexed library, with streaming responses, collapsible reasoning traces for thinking models, and an fzf-style live file picker — all inside the terminal.

v1.2.1

Choose a tag to compare

@Han8931 Han8931 released this 27 Dec 01:58

DB issue fixed

v1.2.0

Choose a tag to compare

@Han8931 Han8931 released this 25 Dec 12:02

Stable release:

  • Linux: gorae-linux-amd64
  • macOS (Intel): gorae-darwin-amd64
  • macOS (Apple Silicon / M1–M3): gorae-darwin-arm64
  • Windows (64-bit): gorae-windows-amd64.exe