Skip to content

Fix production WebSocket URL for web-cli#149

Merged
emptyhammond merged 1 commit intomainfrom
fix/web-cli-production-endpoint
Mar 6, 2026
Merged

Fix production WebSocket URL for web-cli#149
emptyhammond merged 1 commit intomainfrom
fix/web-cli-production-endpoint

Conversation

@emptyhammond
Copy link
Contributor

@emptyhammond emptyhammond commented Mar 5, 2026

Updated to the new production endpoint.


Note

Low Risk
Low-risk config change: updates the default production WebSocket URL used by the examples/web-cli app and expands CI triggers to include examples/**. Main risk is misconfiguration causing the example web client to connect to the wrong production endpoint.

Overview
Updates the examples/web-cli default production WebSocket URL to use the new wss://web-cli-terminal.ably.com endpoint.

Adjusts the Run Tests GitHub Actions workflow path filters so pushes/PRs that change examples/** also trigger the test job.

Written by Cursor Bugbot for commit 6471174. This will update automatically on new commits. Configure here.

Summary by CodeRabbit

  • Updates
    • Updated the default production WebSocket endpoint for improved service connectivity.

@vercel
Copy link

vercel bot commented Mar 5, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
cli-web-cli Ready Ready Preview, Comment Mar 6, 2026 10:38am

Request Review

@coderabbitai
Copy link

coderabbitai bot commented Mar 5, 2026

Important

Review skipped

Auto incremental reviews are disabled on this repository.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro

Run ID: 7f5bea97-653c-4db9-b1c7-0502c08fa78f

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Walkthrough

Updated the default production WebSocket URL from "wss://web-cli.ably.com" to "wss://web-cli-terminal.ably.com" in the web CLI application. The WebSocket URL resolution logic remains unchanged.

Changes

Cohort / File(s) Summary
WebSocket Configuration
examples/web-cli/src/App.tsx
Updated default production WebSocket URL constant from "wss://web-cli.ably.com" to "wss://web-cli-terminal.ably.com".

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Poem

🐰✨ A hop to a new domain so fine!
From web-cli to terminal—a single line.
One URL changed, the connection grows strong,
Web-cli-terminal is where we belong! 🌐

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately describes the main change: updating the production WebSocket URL for the web-cli application from an outdated endpoint to a new one.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch fix/web-cli-production-endpoint

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@emptyhammond emptyhammond force-pushed the fix/web-cli-production-endpoint branch from b96dfb0 to 6471174 Compare March 6, 2026 10:37
@emptyhammond emptyhammond merged commit 6a2a7e3 into main Mar 6, 2026
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants