Skip to content

Conversation

@kylecarbs
Copy link
Member

Remove unnecessary defaults.ts wrapper that was created in the import linting changes.

Changes

  • Remove src/common/utils/model/defaults.ts
  • Update CLI files to import defaultModel directly from @/common/utils/ai/models
    • agentSessionCli.ts
    • costs.ts
    • send-message.ts

Context

The original changes moved shared code to common/ to fix ESLint boundary violations. However, the CLI doesn't need a wrapper function - it can import the defaultModel constant directly.

Generated with mux

Remove unnecessary defaults.ts wrapper - CLI code can import defaultModel
directly from @/common/utils/ai/models.

_Generated with `mux`_
_Generated with `mux`_
@kylecarbs kylecarbs merged commit a7a5d9a into main Nov 16, 2025
13 checks passed
@kylecarbs kylecarbs deleted the fix-import-linting-changes branch November 16, 2025 15:07
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