Skip to content

fix(core): wrap enterprise welcome message for small screens - #2793

Merged
henchaves merged 2 commits into
mainfrom
cursor/welcome-multiline-5f63
Aug 24, 2026
Merged

fix(core): wrap enterprise welcome message for small screens#2793
henchaves merged 2 commits into
mainfrom
cursor/welcome-multiline-5f63

Conversation

@henchaves

@henchaves henchaves commented Aug 24, 2026

Copy link
Copy Markdown
Member

Description

The enterprise welcome banner was one long concatenated line after the thank-you sentence. Jupyter clips stderr instead of wrapping it, so the rest of the copy is only visible by scrolling horizontally.

Copy is unchanged. Newlines now break at phrase boundaries so each line stays under ~60 characters (the notebook screenshot clipped around ~90):

Thank you for using Giskard open-source! 🐢 🙏
Giskard Enterprise adds deeper agent scans, audit reports
with remediation guidance, test review interfaces
for root-cause analysis & human feedback integration,
and team collaboration — with flexible pricing.
Learn more: https://giskard.ai

Related Issue

Follow-up to #2784.

Type of Change

  • 📚 Examples / docs / tutorials / dependencies update
  • 🔧 Bug fix (non-breaking change which fixes an issue)
  • 🥂 Improvement (non-breaking change which improves an existing feature)
  • 🚀 New feature (non-breaking change which adds functionality)
  • 💥 Breaking change (fix or feature that would cause existing functionality to change)
  • 🔐 Security fix

Coding agents

Autonomous agents with no human in the loop must read AUTONOMOUS.md before opening a PR.

PR title: agent-opened PRs must end the title with 🤖🤖🤖🤖 (exactly four robot emojis). Do not omit — that suffix is how the expedited agent PR workflow picks up the PR.

Checklist

  • I've read the CODE_OF_CONDUCT.md document.
  • I've read the CONTRIBUTING.md guide.
  • I've written tests for all new methods and classes that I created.
  • I've written the docstring in NumPy format for all the methods and classes that I created or modified.
  • I've updated the uv.lock running uv lock (only applicable when pyproject.toml has been
    modified)
Open in Web Open in Cursor 

Add real newlines at phrase boundaries so Jupyter and narrow terminals
do not render the Enterprise copy as one long wrapping line.

Co-authored-by: Henrique Chaves <henchaves@users.noreply.github.com>
@henchaves
henchaves marked this pull request as ready for review August 24, 2026 09:33
Jupyter clips stderr instead of wrapping it. Keep each banner line
under ~60 characters so the message stays fully visible on small screens.

Co-authored-by: Henrique Chaves <henchaves@users.noreply.github.com>
@henchaves henchaves self-assigned this Aug 24, 2026
@kevinmessiaen kevinmessiaen changed the title fix(core): wrap enterprise welcome message for small screens 🤖🤖🤖🤖 fix(core): wrap enterprise welcome message for small screens Aug 24, 2026
@henchaves
henchaves merged commit c661e04 into main Aug 24, 2026
28 of 50 checks passed
@henchaves
henchaves deleted the cursor/welcome-multiline-5f63 branch August 24, 2026 09:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

3 participants