From 9fe07e90df9a760f3c085590440341afdc19faf7 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 19 May 2026 20:17:02 +0000 Subject: [PATCH] chore: upgrade OpenFang to v0.6.9 Agent-Logs-Url: https://github.com/genevera/harbor/sessions/11790c69-f7bf-442e-a02f-0fe18b726dd7 Co-authored-by: genevera <12733137+genevera@users.noreply.github.com> --- docs/2.3.73-Satellite-OpenFang.md | 2 +- profiles/default.env | 2 +- services/compose.openfang.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/2.3.73-Satellite-OpenFang.md b/docs/2.3.73-Satellite-OpenFang.md index 2cf8c6a6..d8f40aff 100644 --- a/docs/2.3.73-Satellite-OpenFang.md +++ b/docs/2.3.73-Satellite-OpenFang.md @@ -37,7 +37,7 @@ The following options can be set via [`harbor config`](./3.-Harbor-CLI-Reference HARBOR_OPENFANG_HOST_PORT 34751 # GitHub Releases version tag -HARBOR_OPENFANG_VERSION "v0.2.2" +HARBOR_OPENFANG_VERSION "v0.6.9" # LLM provider (ollama, anthropic, openai, groq, etc.) HARBOR_OPENFANG_MODEL_PROVIDER "ollama" diff --git a/profiles/default.env b/profiles/default.env index 563b35f0..befd96f7 100644 --- a/profiles/default.env +++ b/profiles/default.env @@ -1050,7 +1050,7 @@ HARBOR_POSTIZ_MODEL= # OpenFang (Agent Operating System) HARBOR_OPENFANG_HOST_PORT=34751 -HARBOR_OPENFANG_VERSION="v0.2.2" +HARBOR_OPENFANG_VERSION="v0.6.9" HARBOR_OPENFANG_MODEL_PROVIDER="ollama" HARBOR_OPENFANG_MODEL="qwen3.5:9b" HARBOR_OPENFANG_API_KEY="" diff --git a/services/compose.openfang.yml b/services/compose.openfang.yml index 65566c71..47c34ab0 100644 --- a/services/compose.openfang.yml +++ b/services/compose.openfang.yml @@ -5,7 +5,7 @@ services: context: ./services/openfang dockerfile_inline: | FROM ghcr.io/av/tools:latest - ARG OPENFANG_VERSION=v0.2.2 + ARG OPENFANG_VERSION=v0.6.9 RUN set -e; \ ARCH="$$(uname -m)"; \ case "$$ARCH" in \