co-mono/packages/coding-agent/src/cli
Mario Zechner 46bb5dcde8 fix: enabledModels now supports glob patterns for OAuth providers
Added glob pattern support (e.g., github-copilot/*, *sonnet*) to --models
and enabledModels. Patterns are matched against both provider/modelId and
just modelId, so *sonnet* works without requiring anthropic/*sonnet*.

The existing fuzzy substring matching for non-glob patterns is preserved.

fixes #337
2026-01-01 02:04:04 +01:00
..
args.ts fix: enabledModels now supports glob patterns for OAuth providers 2026-01-01 02:04:04 +01:00
file-processor.ts WIP: Major cleanup - move Attachment to consumers, simplify agent API 2025-12-30 22:42:20 +01:00
list-models.ts Refactor OAuth/API key handling: AuthStorage and ModelRegistry 2025-12-25 03:48:36 +01:00
session-picker.ts Refactor SessionManager to use static factory methods 2025-12-22 01:29:54 +01:00