model: delete the Model extensions the kernel no longer hosts - #48
Open
weilueluo wants to merge 1 commit into
Open
model: delete the Model extensions the kernel no longer hosts#48weilueluo wants to merge 1 commit into
weilueluo wants to merge 1 commit into
Conversation
weilueluo
force-pushed
the
agent-provider-catalog
branch
2 times, most recently
from
August 26, 2026 10:12
b1e1fc8 to
1eed5fb
Compare
weilueluo
force-pushed
the
agent-provider-catalog
branch
from
August 26, 2026 10:15
1eed5fb to
bcb3447
Compare
weilueluo
marked this pull request as draft
August 26, 2026 11:57
Contributor
Author
|
Parked as a draft: with Model no longer a component kind, |
Brain speaks the OpenAI and Anthropic shapes natively, so a Model is no longer an extension: @aexhq/model-openai and @aexhq/model-anthropic go, and with them the SSE, usage and terminal helpers that only they used. @aexhq/model keeps the one export with another consumer — the guard env-app reports its Tool and Environment failures through.
weilueluo
force-pushed
the
agent-provider-catalog
branch
from
August 26, 2026 12:59
bcb3447 to
8293504
Compare
weilueluo
marked this pull request as ready for review
August 26, 2026 13:15
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.
Brain speaks the OpenAI and Anthropic shapes natively (aexhq/brain#66), so a Model is no longer an
extension:
@aexhq/model-openaiand@aexhq/model-anthropicare deleted, and nothing replacesthem. Design note:
aex-research/docs/model-provider-and-catalog.md.The SSE decoder, the usage projection and the terminal helper go with them — the two Model
components were their only consumers.
@aexhq/modelkeeps the one export with another consumer:the guard
env-appreports its Tool and Environment failures through, and its package descriptionnow says so.
One follow-up, forced by publish ordering.
typed()moves to@aexhq/brainin aexhq/brain#66,where the contracts whose
extension-errorit returns already live.env-appcannot depend on anunpublished
@aexhq/brain@0.6.0, so it keeps importing the trimmed@aexhq/model@0.2.0here;deleting that package and repointing
env-appis a one-line change once Brain 0.6.0 is on npm.Gates:
npm run build,npm test,npm run package-smoke,node --test tools/*.test.mjs.