Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Nov 13, 2025

The help message example used an incomplete personality reference personalities.assistant instead of the full package path required by the implementation.

Changes

  • Updated help message in __main__.py line 74 to use seclab_taskflow_agent.personalities.assistant

This aligns with:

  • README.md documentation (line 71)
  • available_tools.py implementation that expects format "packagename.filename"
  • All taskflow YAML files in the codebase
# Before
help_msg += "`-p personalities.assistant explain modems to me please`\n"

# After
help_msg += "`-p seclab_taskflow_agent.personalities.assistant explain modems to me please`\n"

✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Co-authored-by: kevinbackhouse <4358136+kevinbackhouse@users.noreply.github.com>
Copilot AI changed the title [WIP] Update help message example for assistant name correction Fix help message to use correct personality package path Nov 13, 2025
Copilot AI requested a review from kevinbackhouse November 13, 2025 17:41
Copilot finished work on behalf of kevinbackhouse November 13, 2025 17:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants