Skip to content

v0.0.20

Compare
Choose a tag to compare
@av av released this 06 Aug 00:16
· 201 commits to main since this release

harbor how

$ harbor how to ping a service from another service?
$ harbor how to filter webui error logs with grep?
$ harbor how to make a sandwich?
$ harbor how to run a command in the ollama container?

Harbor can now answer questions about itself! Courtesy of a new cmdh service that is more generally can aid you in shell command generation:

$ harbor cmdh find all images in this folder
$ harbor cmdh stop all running docker containers
$ harbor cmdh download node.js

Note

This is a half-feature and half-gimmick. It can be surprisingly powerful when running with a larger or more grounded model (Codestral, Command-R+)

# See available models
harbor ollama list

# Set a more appropriate model for cmdh
harbor cmdh model codestral

Full Changelog: v0.0.19...v0.0.20