Skip to content

Commit 135c659

Browse files
CopilotM9nx
andauthored
Use canonical profile keys for guidance
Agent-Logs-Url: https://github.com/M9nx/CodexA/sessions/137ecca9-e42d-46a5-84a8-b3f5282baf82 Co-authored-by: M9nx <90654832+M9nx@users.noreply.github.com>
1 parent f1cf67d commit 135c659

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

semantic_code_intelligence/cli/commands/models_cmd.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ def models_profiles(json_mode: bool) -> None:
218218
if available_gb:
219219
print_info(f"Detected RAM: {available_gb:.1f} GB — recommended profile marked with ⭐")
220220

221-
canonical_names = sorted({p.name for p in MODEL_PROFILES.values()})
221+
canonical_names = sorted(MODEL_PROFILES.keys())
222222
print_info(f"Use: codexa init --profile <{'|'.join(canonical_names)}>")
223223

224224
alias_map: dict[str, set[str]] = {}

0 commit comments

Comments
 (0)