Commit 8fc0902
fix(cortex-cli): add model alias resolution to ACP server command (#184)
Complete the model alias feature (PR #138) by adding support to
the ACP server command. This ensures consistent model alias
resolution (e.g., 'sonnet' -> 'anthropic/claude-sonnet-4-20250514')
across all CLI entry points.
This was the only missing piece from the 10 open CLI PRs, as all
other features were already implemented in the current codebase:
- PR #155: Tab completion setup on first run
- PR #153: Valid JSONL with full event data
- PR #151: Man page generation command
- PR #138: Model alias shortcuts (now complete)
- PR #137: Consistent provider casing
- PR #135: --log-level flag
- PR #134: Actual write permission check
- PR #133: Binary location from PATH
- PR #130: Searched paths in ripgrep debug
- PR #129: Valid JSON output on errors
Co-authored-by: Droid Agent <droid@factory.ai>1 parent 416833a commit 8fc0902
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
53 | 54 | | |
54 | 55 | | |
55 | 56 | | |
56 | | - | |
| 57 | + | |
| 58 | + | |
57 | 59 | | |
58 | 60 | | |
59 | 61 | | |
| |||
0 commit comments