Skip to content

fix: remove dead model-capabilities schema and references - #36

Merged
klpanagi merged 1 commit into
devfrom
fix/remove-model-capabilities
Jul 28, 2026
Merged

fix: remove dead model-capabilities schema and references#36
klpanagi merged 1 commit into
devfrom
fix/remove-model-capabilities

Conversation

@klpanagi

Copy link
Copy Markdown
Owner

Context

model_capabilities was a schema-only artifact ported from upstream oh-my-opencode. The runtime implementation (cache, CLI refresh, chat-params hook, generated data file) was never ported — the config block parsed and validated but had zero effect at runtime.

Changes

  • Delete src/config/schema/model-capabilities.ts
  • Remove import and schema field from matrixx-config.ts
  • Remove barrel export from src/config/schema.ts
  • Remove type export from src/config/index.ts
  • Regenerate assets/matrixx.schema.json

Verification

  • bun run lint: 0 errors (only pre-existing warnings)
  • bun run typecheck: 0 errors
  • bun run build:schema: regenerated cleanly

model_capabilities was a schema-only artifact ported from upstream
oh-my-opencode — the runtime implementation (cache, CLI refresh,
chat-params hook, generated data) was never ported over. The config
block parsed but had zero effect at runtime.

- Delete src/config/schema/model-capabilities.ts
- Remove import and schema field from matrixx-config.ts
- Remove barrel export from src/config/schema.ts
- Remove type export from src/config/index.ts
- Regenerate assets/matrixx.schema.json
@klpanagi
klpanagi merged commit b048771 into dev Jul 28, 2026
6 checks passed
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