Skip to content

print GHSL banner before taskflow runs#142

Merged
p- merged 4 commits intomainfrom
p--banner
Jan 29, 2026
Merged

print GHSL banner before taskflow runs#142
p- merged 4 commits intomainfrom
p--banner

Conversation

@p-
Copy link
Copy Markdown
Contributor

@p- p- commented Jan 29, 2026

No description provided.

Copilot AI review requested due to automatic review settings January 29, 2026 10:05
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adds a GHSL (GitHub Security Lab) banner that displays before the taskflow agent starts its main event loop. The banner shows ASCII art for "GITHUB SECURITY LAB" along with "TASKFLOW AGENT" and displays the configured AI API endpoint.

Changes:

  • Added a new banner.py module with a get_banner() function that creates an ASCII art banner
  • Updated __main__.py to import and print the banner before starting the asyncio event loop

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.

File Description
src/seclab_taskflow_agent/banner.py New file containing get_banner() function that creates an ASCII art banner with the AI endpoint information
src/seclab_taskflow_agent/main.py Imports and prints the banner before the main event loop, after handling early exit conditions

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread src/seclab_taskflow_agent/__main__.py
Comment thread src/seclab_taskflow_agent/banner.py Outdated
Comment thread src/seclab_taskflow_agent/banner.py Outdated
Copilot AI review requested due to automatic review settings January 29, 2026 10:11
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 2 out of 2 changed files in this pull request and generated no new comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@p- p- merged commit fc07aba into main Jan 29, 2026
15 checks passed
@p- p- deleted the p--banner branch January 29, 2026 10:15
@kevinbackhouse kevinbackhouse mentioned this pull request Jan 30, 2026
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.

3 participants