You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🤖 fix: use defaultModel directly instead of wrapper (#626)
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`_
0 commit comments