Skip to content

v0.0.15

Compare
Choose a tag to compare
@av av released this 03 Aug 21:58
· 229 commits to main since this release

Plandex integration

screenshot of Plandex working with Ollama

# Run plandex service
harbor up plandex
# Run healthcheck against the Plandex service
harbor plandex health # should print "OK"

Local env

.env file can now be used for any necessary permanent overrides without risking to conflict with updates from upstream.

To accompany the change:

# Brings the configuration back to current defaults
harbor config reset

Misc

  • HuggingFace CLI is a service - unify config management with other services
  • Poor man's harbor update

Full Changelog: v0.0.14...v0.0.15