Skip to content

Commit b2f3ff4

Browse files
committed
chore: v0.3.38
1 parent 12a9384 commit b2f3ff4

10 files changed

Lines changed: 26 additions & 9 deletions

File tree

.scripts/seed.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import * as toml from 'jsr:@std/toml';
66
import * as path from 'jsr:@std/path';
77
import * as collections from "jsr:@std/collections/deep-merge";
88

9-
const VERSION = "0.3.37";
9+
const VERSION = "0.3.38";
1010

1111
type ValueSeed = {
1212
// Path relative to the project root

app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@avcodes/harbor-app",
33
"private": true,
4-
"version": "0.3.37",
4+
"version": "0.3.38",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

app/src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
[package]
33
name = "harbor-app"
4-
version = "0.3.37"
4+
version = "0.3.38"
55
description = "A companion app for Harbor LLM toolkit"
66
authors = ["av"]
77
edition = "2021"

app/src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2.4.0",
33
"productName": "Harbor",
4-
"version": "0.3.37",
4+
"version": "0.3.38",
55
"identifier": "com.harbor.app",
66
"build": {
77
"beforeDevCommand": "bun run dev",

boost/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ description = "Optimising LLM proxy"
55
readme = "README.md"
66
requires-python = ">=3.12"
77
dependencies = ["fastapi==0.111.0","uvicorn[standard]==0.30.6","requests==2.32.3","aiohttp==3.10.5","litellm==1.65.7","mcp==1.6.0","cachetools==5.5.2","asyncache==0.3.1","openai","websockets==15.0.1"]
8-
version = "0.3.37"
8+
version = "0.3.38"

compose.x.traefik.opencode.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# This file is generated by seed-traefik.ts script,
2+
# any updates will be overwritten.
3+
services:
4+
opencode:
5+
labels:
6+
- "traefik.enable=true"
7+
- "traefik.http.routers.opencode.rule=Host(`opencode.${HARBOR_TRAEFIK_DOMAIN}`)"
8+
- "traefik.http.services.opencode.loadbalancer.server.port=4096"
9+
- "traefik.http.routers.opencode.entrypoints=websecure"
10+
- "traefik.http.routers.opencode.tls=true"
11+
- "traefik.http.routers.opencode.service=opencode"
12+
13+
networks:
14+
- traefik-public

docs/2.-Services.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,9 @@ AI-powered research and note-taking platform with multi-provider LLM support, po
262262
- <a href="https://github.com/av/harbor/wiki/2.3.25-Satellite:-Open-WebUI-Pipelines"><img src="https://github.com/open-webui.png?size=200" alt="Open WebUI Pipelines logo" width="12" height="12" /> Open WebUI Pipelines</a> <span style="opacity: 0.5;">`Satellite`, `API`, `Workflows`</span><br/>
263263
UI-Agnostic OpenAI API Plugin Framework.
264264

265+
- <a href="https://github.com/av/harbor/wiki/2.3.68-Satellite-OpenCode"><img src="https://github.com/anomalyco.png?size=200" alt="OpenCode logo" width="12" height="12" /> OpenCode</a> <span style="opacity: 0.5;">`Satellite`, `CLI`</span><br/>
266+
AI coding assistant with server API, TUI, and IDE extensions. Supports multiple LLM providers.
267+
265268
- <a href="https://github.com/av/harbor/wiki/2.3.20-Satellite:-OpenHands"><img src="https://github.com/All-Hands-AI.png?size=200" alt="OpenHands logo" width="12" height="12" /> OpenHands</a> <span style="opacity: 0.5;">`Satellite`, `Partial Support`</span><br/>
266269
A platform for software development agents powered by AI.
267270

harbor.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4566,7 +4566,7 @@ run_modularmax_command() {
45664566
# ========================================================================
45674567

45684568
# Globals
4569-
version="0.3.37"
4569+
version="0.3.38"
45704570
harbor_repo_url="https://github.com/av/harbor.git"
45714571
harbor_release_url="https://api.github.com/repos/av/harbor/releases/latest"
45724572
delimiter="|"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@avcodes/harbor",
3-
"version": "0.3.37",
3+
"version": "0.3.38",
44
"description": "Effortlessly run LLM backends, APIs, frontends, and services with one command.",
55
"private": false,
66
"author": "av <av@av.codes> (https://av.codes)",

pyproject.toml

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)