Skip to content

Conversation

continue[bot]
Copy link
Contributor

@continue continue bot commented Sep 30, 2025

Summary

This PR adds the organization name display to the Continue CLI intro screen, showing it above the Agent and Model information.

Changes

  • Added organizationName prop to IntroMessage component
  • Display Org: [ORG_NAME] above Agent: [AGENT_NAME] when an organization is selected
  • Created useOrganizationName hook in TUIChat.tsx to fetch organization name from the auth service
  • Updated StaticChatContent to pass organization name to IntroMessage
  • Added tests for organization name display

Example

When a user is authenticated and has an organization selected, the intro screen will now display:

[ASCII Art]

Org: Acme Corp
Agent: My Agent
Model: gpt-4

[rest of intro content]

Testing

  • Added unit tests for organization display in IntroMessage.test.tsx
  • Organization name is only displayed when available (not shown for unauthenticated users or personal accounts)

This agent session was created by ty and co-authored by Continue [email protected].


Summary by cubic

Adds the selected organization name to the CLI intro screen, shown above the agent and model, so users can see their org context at startup.

  • New Features
    • IntroMessage accepts organizationName and renders “Org: [name]” above Agent.
    • TUIChat resolves auth organizationId to a name via a new useOrganizationName hook (listUserOrganizations) and passes it through StaticChatContent.
    • Organization line renders only when available; tests cover presence/absence.

- Add organizationName prop to IntroMessage component
- Display 'Org: [ORG_NAME]' above 'Agent: [AGENT_NAME]'
- Fetch organization name from auth service in TUIChat
- Add useOrganizationName hook to resolve org ID to name
- Pass organizationName through StaticChatContent
- Update tests to verify org display behavior

Generated with [Continue](https://continue.dev)

Co-Authored-By: Continue <[email protected]>
@continue continue bot requested a review from a team as a code owner September 30, 2025 20:29
@continue continue bot requested review from sestinj and removed request for a team September 30, 2025 20:29
@dosubot dosubot bot added the size:M This PR changes 30-99 lines, ignoring generated files. label Sep 30, 2025
Copy link

⚠️ PR Title Format

Your PR title doesn't follow the conventional commit format, but this won't block your PR from being merged. We recommend using this format for better project organization.

Expected Format:

<type>[optional scope]: <description>

Examples:

  • feat: add changelog generation support
  • fix: resolve login redirect issue
  • docs: update README with new instructions
  • chore: update dependencies

Valid Types:

feat, fix, docs, style, refactor, perf, test, build, ci, chore, revert

This helps with:

  • 📝 Automatic changelog generation
  • 🚀 Automated semantic versioning
  • 📊 Better project history tracking

This is a non-blocking warning - your PR can still be merged without fixing this.

@RomneyDa
Copy link
Collaborator

RomneyDa commented Oct 6, 2025

@sestinj could you add screenshots?

@sestinj sestinj merged commit eba67ef into main Oct 8, 2025
52 of 55 checks passed
@github-project-automation github-project-automation bot moved this from Todo to Done in Issues and PRs Oct 8, 2025
@sestinj sestinj deleted the continue-1759263952796 branch October 8, 2025 15:17
@github-actions github-actions bot locked and limited conversation to collaborators Oct 8, 2025
@sestinj
Copy link
Contributor

sestinj commented Oct 8, 2025

🎉 This PR is included in version 1.27.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
released size:M This PR changes 30-99 lines, ignoring generated files.
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants