Skip to content

Releases: hofstadter-io/hof

v0.7.0-alpha.2 - stabilizing new features

17 Jan 14:50

Choose a tag to compare

  • new major features are stabilizing
  • chat has a stop button now
  • many fixes and improvements
  • preparing for rename, just a couple more tasks
    • finish dagger virt fs
    • remote vscode
    • using env.#Container with agents basic (not doing the agent schema prior to rename)

Full Changelog: v0.7.0-alpha.1...v0.7.0-alpha.2

If you want to use the chat extension

  1. You need to use the Insiders build, using the mutli-file diff proposed api (https://code.visualstudio.com/api/advanced-topics/using-proposed-api)
  2. still need a google aistudio / vertexai account setup, but as long as things work outside of hof/veg, they should work inside via ADK

v0.7.0-alpha.1 - new features and future conversion

02 Jan 23:37

Choose a tag to compare

This release brings major features for

  1. Preparation for hof-io/hof to verdverm/veg, this will be the last minor version series for hof
  2. CUE + Dagger based environments for all sorts of things (veg/env see examples/env/README.md to get started)
  3. ADK-Go (Agent Development Kit) as the foundation for agent capabilities via CUE
  4. VS Code extension, as part of the core Developer Experience

An early look at the next version

v0.6.10

31 Dec 22:24

Choose a tag to compare

v0.6.10

This release is mainly bugfixes and updates to some dependencies and tooling.

No notable changes to features or the API.

v0.6.9...v0.6.10 diff on GitHub

v0.6.10-rc.3

29 Dec 00:55
8d14607

Choose a tag to compare

Changelog

  • hof/flow: fix for patch
  • hof/fmt: update prettier to v3

v0.6.10-rc.2

18 Dec 03:32
fd7e7ec

Choose a tag to compare

Changelog

  • fd7e7ec hof/ci: upgrade dagger (#400)
  • update fmt-prettier
  • related changes and fixes
  • improve error when container runtime execs fail

v0.6.9

07 Jun 07:44
bebc58f

Choose a tag to compare

This release brings more consistency and long-term stability to hof.
There are also new features like the CUE commands and the hof TUI.

main changes

  • CUE v0.9.0 (+1 bugfix commit after)
  • Added the CUE commands [def,eval,export,vet]
  • Adjusted flags for consistency with CUE and internally across commands
  • Added hof tui for real-time CUE manipulation and exploration
  • Upgradee hof/flow to new runtime, this marks the point all subsystems have migrated
  • Added support for bulk processing with parallelism
  • Support for CUE style data placement with hof extensions
  • Support for embedding user files into CUE values as strings

other changes

  • several bug fixes in mod, containers, #hof
  • deal with macos woes on GHA

v0.6.9-rc.2

07 May 05:19
87cf8d7

Choose a tag to compare

Changelog

  • hof/deps: update most go deps
  • hof/fmt: update all formatters
  • hof/dm: add --suffix flag to checkpoint command
  • docs: some work on getting-started sections and some other random components

v0.6.9-rc.1

04 May 22:35

Choose a tag to compare

Changelog

This release brings more consistency to hof. It also adds the core CUE commands and a powerful TUI

Changes:

  • many flags changed to bring consistency with CUE and internally
  • upgrade flow to new runtime, this marks the point all subsystems have migrated
  • a few improvements, we still want to do a flow refactor in a future release
  • add support for bulk processing with parallelism
  • support for CUE style data placement
  • support for embedding user files into CUE values as strings
  • add CUE commands [def,eval,export,vet]
  • add hof tui for real-time CUE manipulation and exploration

Other:

  • several bug fixes in mod, containers, #hof
  • deal with macos woes on GHA

v0.6.9-beta.1

18 Sep 05:20
ce1c022

Choose a tag to compare

Changelog

Since v0.6.8, in summary

  • hof tui, a terminal interface to Hof and CUE
  • add hof [def,eval,export,vet] commands, mirroring CUE's
  • near par consistency with CUE's args, flags, and loader
  • work around flow, in prep for a later refactor
  • several important fixes to features from last release
  • several more bug fixes and improvements generally

v0.6.9-alpha.16

11 Sep 11:53
37d23e2

Choose a tag to compare

Bugfixs and more TUI upgrades, see the builtin help text