Releases: hofstadter-io/hof
Releases · hofstadter-io/hof
v0.7.0-alpha.2 - stabilizing new features
- 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
- You need to use the Insiders build, using the mutli-file diff proposed api (https://code.visualstudio.com/api/advanced-topics/using-proposed-api)
- 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
This release brings major features for
- Preparation for
hof-io/hoftoverdverm/veg, this will be the last minor version series forhof - CUE + Dagger based environments for all sorts of things (
veg/envseeexamples/env/README.mdto get started) - ADK-Go (Agent Development Kit) as the foundation for agent capabilities via CUE
- VS Code extension, as part of the core Developer Experience
An early look at the next version
v0.6.10
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.10-rc.3
Changelog
- hof/flow: fix for patch
- hof/fmt: update prettier to v3
v0.6.10-rc.2
v0.6.9
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 tuifor 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
Changelog
- hof/deps: update most go deps
- hof/fmt: update all formatters
- hof/dm: add
--suffixflag to checkpoint command - docs: some work on getting-started sections and some other random components
v0.6.9-rc.1
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 tuifor 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
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