Skip to content

Lk/fix tsnet - #33

Merged
lkosewsk merged 3 commits into
mainfrom
lk/fix-tsnet
Sep 5, 2026
Merged

lkosewsk merged 3 commits into
mainfrom
lk/fix-tsnet

Conversation

@lkosewsk

@lkosewsk lkosewsk commented Sep 4, 2026

Copy link
Copy Markdown
Contributor

Changes that a) fix tsnet bridge mode and b) clean up some menu transitions and add error message output so that e.g. I know when the underlying system is missing curl instead of getting no feedback from a failed install.

Most of the changes are very mechanical; changing over aperture-cli from the admin-only /api/provider to /v1/models for its data, and updating tsnet to the latest stable version, which fixed a few netmap issues.

@lkosewsk
lkosewsk requested a review from mostlygeek September 4, 2026 21:07
Discover providers and supported protocols from the grant-filtered model catalog so non-admin users and bridge clients can configure harnesses, including Claude Code with Mantle. Surface installer failures and verify that automated installers produce a usable binary.
@lkosewsk
lkosewsk merged commit 013e333 into main Sep 5, 2026
2 checks passed
@lkosewsk
lkosewsk deleted the lk/fix-tsnet branch September 5, 2026 00:39
armstrongl added a commit that referenced this pull request Sep 17, 2026
The vertex backend roots its base URL at publishers/google, and Aperture's
Vertex router picks the wire protocol from that publisher segment alone,
never from the model name. Claiming EndpointVertexClaude therefore offered
the backend to providers it cannot serve: Claude on Vertex is reached over
publishers/anthropic with :rawPredict, which no API type in the harness's
union can produce.

This narrows the claim to EndpointVertexGemini. A provider advertising only
the Anthropic endpoint no longer sees a Google Vertex backend that would
fail at request time, which matches the reasoning already used to exclude
Bedrock.

The backend id is unchanged, so no recorded launch is invalidated.

A Vertex provider that advertises both endpoints still matches, and still
lists Claude models that fail once launched. Filtering the model list by
family is the remaining fix and lands with the same fix in opencode, which
has carried this bug since #33.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant