Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions ms_agent/agent_hub/_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -814,6 +814,8 @@ def _file_per_agent_identity_path(dst_spec: WorkspaceSpec) -> str | None:
agent name so converted persona content can be routed into that file.
Returns ``None`` when the layout has no single ``{name}`` file pattern.
"""
if dst_spec.product_name == 'qoder':
return None
name = dst_spec.agent_name or DEFAULT_AGENT_NAME
for pattern in dst_spec.patterns:
# Only single-file placeholders (no wildcard) identify the persona file;
Expand Down
Loading