feat(providers): add Tailscale Aperture and model-aware inference controls - #364
Open
lefoulkrod wants to merge 1 commit into
Open
lefoulkrod wants to merge 1 commit into
lefoulkrod wants to merge 1 commit into
Conversation
lefoulkrod
force-pushed
the
design/aperture-provider-ux
branch
from
September 11, 2026 16:31
331e02a to
e914687
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
origin/mainat73cf1d53and adapt the feature to the newagent_core/ runtime package boundariesAperture
OmniDeck now accepts the Aperture gateway root URL and uses the caller's Tailscale identity instead of requiring an API token. It discovers granted models from
/v1/models, combines them with/api/providers, and routes each model through the richest compatible adapter:The picker keeps provider-qualified IDs internally while showing the model, upstream provider, wire API, context, vision, and thinking capabilities in the UI.
Model-aware UX
Provider metadata is authoritative when available.
agent_core/providers/model_metadata.jsonis the centralized fallback for APIs that return sparse model descriptors.Compatibility and safety
Verification
just unit: 2,005 passedjust integration: 69 passedjust test-ui run: 788 passedjust check: Ruff, ESLint, mypy, TypeScript, release-note, and container/workflow policy checks passedaarch64, including the Aperture import and packaged fallback metadataPreview images:
The previously distributed
aperture-preview-arm64-20260904-spawnfixtag was also refreshed to the same manifest so existing pinned installs can update in place.Manifest digest:
sha256:3121b4353ee162d9cfd66054f6ff0293a1997920c7114bf2a8cdfb2844ffc8ff.Related
Fixes #152.
Supersedes #361 once this PR merges; #361 should then be closed with a link back here.