Skip to content

Releases: AndrewHuffman/hey-ai

v0.6.1

02 Apr 18:53

Choose a tag to compare

0.6.1 (2026-04-02)

Bug Fixes

  • address pr comments (9575169)
  • address second round of PR review comments (aec4659)
  • avoid top-level await in session test to fix CI (cd33222)
  • gracefully handle missing/invalid embedding API keys (00b5cca)

Install

npm install -g hey-ai

Prerequisites

Requires the llm CLI:

brew install llm  # or: pipx install llm
llm keys set openai

v0.6.0

06 Jan 06:15

Choose a tag to compare

0.6.0 (2026-01-06)

Features

  • enhance command documentation retrieval with caching and improved fetch methods (102bd3a)
  • implement internal tools for context retrieval, update system prompt guidance & tool call feedback (a7990c3)

Install

npm install -g hey-ai

Prerequisites

Requires the llm CLI:

brew install llm  # or: pipx install llm
llm keys set openai

v0.5.0

20 Dec 20:18

Choose a tag to compare

0.5.0 (2025-12-20)

Bug Fixes

  • add isolatedModules to tsconfig.json to resolve ts-jest warning (46c2955)
  • address PR review feedback - security, heuristics, and naming refinements (6c6f962)
  • ci: added libblas3 and liblapack3 dependencies (c857af7)
  • ci: corrected resilient loading fallback and added libsqlite3-dev (dfb0d27)
  • resolve CI failures by fixing test process exit and CI environment (377f221)
  • session: implement resilient sqlite-vss loading for Linux (d573547)

Features

  • implement hybrid context retrieval with FTS5 and sqlite-vss (53f9b6a)

Install

npm install -g hey-ai

Prerequisites

Requires the llm CLI:

brew install llm  # or: pipx install llm
llm keys set openai

v0.4.1

20 Dec 18:47

Choose a tag to compare

0.4.1 (2025-12-20)

Bug Fixes

  • review: address feedback in release workflow and TODO.md (1a8e42b)

Install

npm install -g hey-ai

Prerequisites

Requires the llm CLI:

brew install llm  # or: pipx install llm
llm keys set openai

v0.4.0

20 Dec 17:47

Choose a tag to compare

Changes

  • feat: improve agent system prompt with OS details and strict output format (494e340)
  • docs: add todo list for features and improvements (69585f0)

Install

npm install -g hey-ai

Prerequisites

Requires the llm CLI:

brew install llm  # or: pipx install llm
llm keys set openai

v0.3.2

20 Dec 00:26

Choose a tag to compare

Changes

  • ci: improve release type determination logic in release workflow (000d69f)
  • chore: minor repo clean up (#9) (1a5e8c2)

Install

npm install -g hey-ai

Prerequisites

Requires the llm CLI:

brew install llm  # or: pipx install llm
llm keys set openai

v0.3.1

19 Dec 23:44

Choose a tag to compare

Changes

Install

npm install -g hey-ai

Prerequisites

Requires the llm CLI:

brew install llm  # or: pipx install llm
llm keys set openai

v0.3.0

19 Dec 23:03

Choose a tag to compare

Changes

Install

npm install -g hey-ai

Prerequisites

Requires the llm CLI:

brew install llm  # or: pipx install llm
llm keys set openai

v0.2.0

19 Dec 20:55

Choose a tag to compare

Changes

  • ci: add ci testing (#3) (92b63f0)
  • ci: update ci (c03173b)
  • chore: test ci (d632dc8)
  • feat: integrate AI SDK and MCP tool calling with updated system prompt and refined test setup (74dde1d)
  • ci: add ci action config (28bb0e2)
  • chore: create new demo gif (04aa901)
  • chore: clean up demos (2b108a4)
  • chore: demo script (b459001)
  • feat: add OS info and command/man RAG search to context (bfafc86)

Install

npm install -g hey-ai

Prerequisites

Requires the llm CLI:

brew install llm  # or: pipx install llm
llm keys set openai

v0.1.5

19 Dec 05:14

Choose a tag to compare

Changes

  • ci: use deploy key for branch ruleset bypass (246b1ff)

Install

npm install -g hey-ai

Prerequisites

Requires the llm CLI:

brew install llm  # or: pipx install llm
llm keys set openai