Skip to content

Conversation

@continue
Copy link
Contributor

@continue continue bot commented Nov 17, 2025

Changes

This PR updates the documentation banner to highlight Mission Control's new look and key features.

What changed:

  • Changed banner text from CLI promotion to Mission Control features
  • Added links to:
  • Mentioned Task creation capability
  • Fixed typo in original request ("Check our our" → "Check out our")

New banner text:

Check out our new look in Mission Control. It's now easier than ever to create Workflows, Integrate with the tools you use, and to create a one-off Task.


This agent session was co-authored by bekah-hawrot-weigel and Continue.


Summary by cubic

Updated the docs banner to promote Mission Control’s new look and key features, replacing the CLI promo. Added links to Workflows and Integrations, mentioned one-off Task creation, and fixed a typo.

Written for commit b9eea22. Summary will update automatically on new commits.

- Changed banner text to highlight Mission Control's new look
- Added links to Workflows and Integrations pages
- Mentioned Task creation capability

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

Co-Authored-By: Continue <noreply@continue.dev>
Co-authored-by: bekah-hawrot-weigel <bekah@continue.dev>
@continue continue bot requested a review from a team as a code owner November 17, 2025 16:38
@continue continue bot requested review from Patrick-Erichsen and removed request for a team November 17, 2025 16:38
@dosubot dosubot bot added the size:XS This PR changes 0-9 lines, ignoring generated files. label Nov 17, 2025
@github-actions
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.

Copy link
Contributor

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

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

No issues found across 1 file

@continue
Copy link
Contributor Author

continue bot commented Nov 17, 2025

CI Failures Analysis

The failing checks are not related to this PR. This PR only changes docs/docs.json (documentation banner text).

Failure Details:

  1. e2e/PromptFile.test.js - Failed with Server returned 503 when trying to install VS Code extensions from marketplace. This is a transient infrastructure issue with the VS Code marketplace.

  2. jetbrains-tests - Also failing on other recent PRs (e.g., fix: resolve template helper error for {{{ input }}} syntax (#6749) #8750), indicating this is a pre-existing flaky test unrelated to documentation changes.

  3. test (macos-latest, 22) - Node.js test suite failure, unrelated to docs banner text.

Evidence:

  • Only file changed: docs/docs.json
  • Same tests failing on other concurrent PRs
  • E2E failure is a 503 error from external service (VS Code marketplace)

Recommendation: These failures should be addressed separately. This PR is safe to merge as the changes are isolated to documentation configuration and all documentation-related checks (Mintlify Validation, Mintlify Deployment) have passed.

@continue
Copy link
Contributor Author

continue bot commented Nov 17, 2025

Summary for Reviewers

This PR updates the documentation banner to promote Mission Control features. The change is minimal and safe:

✅ What Changed

  • File: docs/docs.json
  • Change: Updated banner content text
  • Impact: Only affects the banner displayed at the top of documentation pages

✅ All Documentation Checks Passing

  • ✅ Mintlify Deployment
  • ✅ Mintlify Validation (link-rot check)
  • ✅ Prettier formatting
  • ✅ Conventional commits
  • ✅ Security checks

❌ Unrelated Test Failures

The failing tests are infrastructure/flaky test issues, not caused by this change:

This PR is ready to merge. The failures should be addressed in separate issues/PRs as they affect multiple branches.

@continue
Copy link
Contributor Author

continue bot commented Nov 17, 2025

Additional CI Failure Analysis - CLI Tests

New Failure: test (macos-latest, 22)

Test: TUIChat.test.tsx > handles special characters in input without crashing [REMOTE MODE]

Error:

AssertionError: expected '╭────────────────────────────────────…' to contain '!@#$%^&*()'

Root Cause: This is a flaky UI rendering test testing terminal UI box-drawing characters. The test expects special characters to appear in the rendered output but gets Unicode box-drawing characters instead.

Why it's unrelated to this PR:

  • ✅ My PR only changes docs/docs.json (banner text)
  • ✅ No changes to TUIChat.test.tsx or any CLI code
  • ✅ No changes to any TypeScript/test files
  • ✅ Test passes on main branch (recent successful runs)
  • ✅ Timing/rendering issue in macOS Node.js 22 environment

Summary of All Failures

Check Type Cause
e2e/PromptFile.test.js Infrastructure VS Code marketplace 503 error
jetbrains-tests Flaky Test Pre-existing, fails on other PRs
test (macos-latest, 22) Flaky Test UI rendering timing issue

All failures are infrastructure/flaky test issues unrelated to documentation banner changes.

Recommendation

These test failures should be tracked and fixed separately. This PR is safe to merge - all documentation-related checks pass and the change is isolated to banner text configuration.

@github-project-automation github-project-automation bot moved this from Todo to In Progress in Issues and PRs Nov 17, 2025
@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label Nov 17, 2025
@TyDunn TyDunn merged commit 8846b23 into main Nov 17, 2025
57 of 62 checks passed
@TyDunn TyDunn deleted the update-docs-banner-mission-control branch November 17, 2025 18:30
@github-project-automation github-project-automation bot moved this from In Progress to Done in Issues and PRs Nov 17, 2025
@github-actions github-actions bot locked and limited conversation to collaborators Nov 17, 2025
@sestinj
Copy link
Contributor

sestinj commented Nov 18, 2025

🎉 This PR is included in version 1.29.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@sestinj
Copy link
Contributor

sestinj commented Nov 19, 2025

🎉 This PR is included in version 1.34.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@sestinj
Copy link
Contributor

sestinj commented Nov 19, 2025

🎉 This PR is included in version 1.5.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

lgtm This PR has been approved by a maintainer released size:XS This PR changes 0-9 lines, ignoring generated files.

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

4 participants