Skip to content

Commit 8b06853

Browse files
authored
Automatic update of IvanCharapanau.Harbor 0.4.19 (microsoft#383830)
1 parent f669b05 commit 8b06853

4 files changed

Lines changed: 104 additions & 104 deletions

File tree

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
1-
# Created with YamlCreate.ps1 Dumplings Mod
2-
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json
3-
4-
PackageIdentifier: IvanCharapanau.Harbor
5-
PackageVersion: 0.4.19
6-
UpgradeBehavior: install
7-
ReleaseDate: 2026-05-26
8-
Installers:
9-
- Architecture: x64
10-
InstallerType: nullsoft
11-
Scope: user
12-
InstallerUrl: https://github.com/av/harbor/releases/download/v0.4.19/Harbor_0.4.19_x64-setup.exe
13-
InstallerSha256: 12ADC6F76F770DE177D79C1041B43D890AAFC12D90683F95F798DDFCDCEB9CC7
14-
ProductCode: Harbor
15-
- Architecture: x64
16-
InstallerType: wix
17-
Scope: machine
18-
InstallerUrl: https://github.com/av/harbor/releases/download/v0.4.19/Harbor_0.4.19_x64_en-US.msi
19-
InstallerSha256: 495D78AE6BF246FF97F3FA087D81E2A87C5E42C795601041EFB9958506F8FB4D
20-
InstallerSwitches:
21-
InstallLocation: INSTALLDIR="<INSTALLPATH>"
22-
ProductCode: '{73909D7A-5CAA-462D-B996-1427150CCD46}'
23-
AppsAndFeaturesEntries:
24-
- UpgradeCode: '{8389C8AD-7952-5AB4-B907-63255087F027}'
25-
ManifestType: installer
26-
ManifestVersion: 1.12.0
1+
# Automatically updated by the winget bot at 2026/Jun/05
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json
3+
4+
PackageIdentifier: IvanCharapanau.Harbor
5+
PackageVersion: 0.4.19
6+
UpgradeBehavior: install
7+
ReleaseDate: 2026-05-26
8+
Installers:
9+
- Architecture: x64
10+
InstallerType: nullsoft
11+
Scope: user
12+
InstallerUrl: https://github.com/av/harbor/releases/download/v0.4.19/Harbor_0.4.19_x64-setup.exe
13+
InstallerSha256: 8AE1B6D8D46DB7C0DBEF111E8479588805A50253EC05C46038BEEFC0B420D8F0
14+
ProductCode: Harbor
15+
- Architecture: x64
16+
InstallerType: wix
17+
Scope: machine
18+
InstallerUrl: https://github.com/av/harbor/releases/download/v0.4.19/Harbor_0.4.19_x64_en-US.msi
19+
InstallerSha256: 798E33326480DBED1C131A5372ECF6365D654E47B96E2DB9400F3AD5432666A9
20+
InstallerSwitches:
21+
InstallLocation: INSTALLDIR="<INSTALLPATH>"
22+
ProductCode: '{27E9DA39-C296-44DD-BA00-97063A3FF830}'
23+
AppsAndFeaturesEntries:
24+
- UpgradeCode: '{8389C8AD-7952-5AB4-B907-63255087F027}'
25+
ManifestType: installer
26+
ManifestVersion: 1.12.0
Lines changed: 54 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -1,54 +1,54 @@
1-
# Created with YamlCreate.ps1 Dumplings Mod
2-
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json
3-
4-
PackageIdentifier: IvanCharapanau.Harbor
5-
PackageVersion: 0.4.19
6-
PackageLocale: en-US
7-
Publisher: harbor
8-
PublisherUrl: https://av.codes/
9-
PublisherSupportUrl: https://github.com/av/harbor/issues
10-
Author: Ivan Charapanau
11-
PackageName: Harbor
12-
PackageUrl: https://github.com/av/harbor
13-
License: Apache-2.0
14-
LicenseUrl: https://github.com/av/harbor/blob/HEAD/LICENSE
15-
ShortDescription: Effortlessly run LLM backends, APIs, frontends, and services with one command.
16-
Description: Harbor is a containerized LLM toolkit that allows you to run LLMs and additional services. It consists of a CLI and a companion App that allows you to manage and run AI services with ease.
17-
Tags:
18-
- ai
19-
- large-language-model
20-
- llm
21-
- ollama
22-
ReleaseNotes: |-
23-
Changes
24-
https://github.com/user-attachments/assets/e4897391-c5a8-4391-93c3-9f8b76155f11
25-
A new launch command to spawn pre-configured local agentic coding tools on host pointing to inference backends in Harbor.
26-
# Uses the first reachable running backend and discovered model
27-
harbor launch codex
28-
29-
# Explicit backend and model selection; launch options go before the tool name
30-
harbor launch --backend ollama --model qwen3.5:4b codex
31-
harbor launch --backend ollama --model qwen3.5:4b mi
32-
harbor launch --backend llamacpp --model Qwen3.5-4B opencode
33-
harbor launch --backend ollama --model qwen3.5:4b copilot -p "explain this repo"
34-
35-
# Route through Harbor Boost with web search and URL-reading tools
36-
harbor launch --web --backend ollama --model qwen3.5:4b codex
37-
38-
# Claude Code uses Harbor's Ollama backend through Ollama's Anthropic-compatible API
39-
harbor launch --backend ollama --model qwen3.5:4b claude -p "explain this repo"
40-
41-
# Print the computed launch config without starting the tool
42-
harbor launch --config opencode
43-
harbor launch --config openclaw
44-
- Anthropic-compatible Messages API and OpenAI Responses API compat layers for Boost
45-
- harbor launch command for starting services with host tool adapters
46-
- ik_llama.cpp service
47-
- Boost workflows and tools module
48-
- Adaptive thinking, annotations, rate limit forwarding, SSE keep-alive in compat layers
49-
- Extensive Boost hardening: streaming fixes, SDK compat audit, request validation
50-
- new guides, docs screenshots optimised
51-
Full Changelog: https://github.com/av/harbor/compare/v0.4.18...v0.4.19
52-
ReleaseNotesUrl: https://github.com/av/harbor/releases/tag/v0.4.19
53-
ManifestType: defaultLocale
54-
ManifestVersion: 1.12.0
1+
# Automatically updated by the winget bot at 2026/Jun/05
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json
3+
4+
PackageIdentifier: IvanCharapanau.Harbor
5+
PackageVersion: 0.4.19
6+
PackageLocale: en-US
7+
Publisher: harbor
8+
PublisherUrl: https://av.codes/
9+
PublisherSupportUrl: https://github.com/av/harbor/issues
10+
Author: Ivan Charapanau
11+
PackageName: Harbor
12+
PackageUrl: https://github.com/av/harbor
13+
License: Apache-2.0
14+
LicenseUrl: https://github.com/av/harbor/blob/HEAD/LICENSE
15+
ShortDescription: Effortlessly run LLM backends, APIs, frontends, and services with one command.
16+
Description: Harbor is a containerized LLM toolkit that allows you to run LLMs and additional services. It consists of a CLI and a companion App that allows you to manage and run AI services with ease.
17+
Tags:
18+
- ai
19+
- large-language-model
20+
- llm
21+
- ollama
22+
ReleaseNotes: |-
23+
Changes
24+
https://github.com/user-attachments/assets/e4897391-c5a8-4391-93c3-9f8b76155f11
25+
A new launch command to spawn pre-configured local agentic coding tools on host pointing to inference backends in Harbor.
26+
# Uses the first reachable running backend and discovered model
27+
harbor launch codex
28+
29+
# Explicit backend and model selection; launch options go before the tool name
30+
harbor launch --backend ollama --model qwen3.5:4b codex
31+
harbor launch --backend ollama --model qwen3.5:4b mi
32+
harbor launch --backend llamacpp --model Qwen3.5-4B opencode
33+
harbor launch --backend ollama --model qwen3.5:4b copilot -p "explain this repo"
34+
35+
# Route through Harbor Boost with web search and URL-reading tools
36+
harbor launch --web --backend ollama --model qwen3.5:4b codex
37+
38+
# Claude Code uses Harbor's Ollama backend through Ollama's Anthropic-compatible API
39+
harbor launch --backend ollama --model qwen3.5:4b claude -p "explain this repo"
40+
41+
# Print the computed launch config without starting the tool
42+
harbor launch --config opencode
43+
harbor launch --config openclaw
44+
- Anthropic-compatible Messages API and OpenAI Responses API compat layers for Boost
45+
- harbor launch command for starting services with host tool adapters
46+
- ik_llama.cpp service
47+
- Boost workflows and tools module
48+
- Adaptive thinking, annotations, rate limit forwarding, SSE keep-alive in compat layers
49+
- Extensive Boost hardening: streaming fixes, SDK compat audit, request validation
50+
- new guides, docs screenshots optimised
51+
Full Changelog: https://github.com/av/harbor/compare/v0.4.18...v0.4.19
52+
ReleaseNotesUrl: https://github.com/av/harbor/releases/tag/v0.4.19
53+
ManifestType: defaultLocale
54+
ManifestVersion: 1.12.0
Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
# Created with YamlCreate.ps1 Dumplings Mod
2-
# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json
3-
4-
PackageIdentifier: IvanCharapanau.Harbor
5-
PackageVersion: 0.4.19
6-
PackageLocale: zh-CN
7-
ShortDescription: 只需一个命令,即可轻松运行 LLM 后端、API、前端和服务。
8-
Description: Harbor 是一个容器化 LLM 工具包,帮助您运行 LLM 和附加服务。它由 CLI 和配套应用程序组成,帮助您轻松管理和运行人工智能服务。
9-
Tags:
10-
- llm
11-
- ollama
12-
- 人工智能
13-
- 大语言模型
14-
ReleaseNotesUrl: https://github.com/av/harbor/releases/tag/v0.4.19
15-
ManifestType: locale
16-
ManifestVersion: 1.12.0
1+
# Automatically updated by the winget bot at 2026/Jun/05
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json
3+
4+
PackageIdentifier: IvanCharapanau.Harbor
5+
PackageVersion: 0.4.19
6+
PackageLocale: zh-CN
7+
ShortDescription: 只需一个命令,即可轻松运行 LLM 后端、API、前端和服务。
8+
Description: Harbor 是一个容器化 LLM 工具包,帮助您运行 LLM 和附加服务。它由 CLI 和配套应用程序组成,帮助您轻松管理和运行人工智能服务。
9+
Tags:
10+
- llm
11+
- ollama
12+
- 人工智能
13+
- 大语言模型
14+
ReleaseNotesUrl: https://github.com/av/harbor/releases/tag/v0.4.19
15+
ManifestType: locale
16+
ManifestVersion: 1.12.0
Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# Created with YamlCreate.ps1 Dumplings Mod
2-
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json
3-
4-
PackageIdentifier: IvanCharapanau.Harbor
5-
PackageVersion: 0.4.19
6-
DefaultLocale: en-US
7-
ManifestType: version
8-
ManifestVersion: 1.12.0
1+
# Automatically updated by the winget bot at 2026/Jun/05
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json
3+
4+
PackageIdentifier: IvanCharapanau.Harbor
5+
PackageVersion: 0.4.19
6+
DefaultLocale: en-US
7+
ManifestType: version
8+
ManifestVersion: 1.12.0

0 commit comments

Comments
 (0)