Skip to content

fix(tmux): use correct health check endpoint /global/health#2278

Merged
acamq merged 1 commit intocode-yeongyu:devfrom
MoerAI:fix/tmux-health-check-url
Mar 7, 2026
Merged

fix(tmux): use correct health check endpoint /global/health#2278
acamq merged 1 commit intocode-yeongyu:devfrom
MoerAI:fix/tmux-health-check-url

Conversation

@MoerAI
Copy link
Contributor

@MoerAI MoerAI commented Mar 4, 2026

Summary

  • Fix tmux server health check using wrong URL path (/health/global/health)
  • The /health endpoint doesn't exist in OpenCode, returning HTTP 403 and causing tmux integration to silently skip pane splitting
  • The correct endpoint is /global/health as defined in OpenCode's server routes

Fixes #2260


Summary by cubic

Fixed tmux server health check to call /global/health instead of /health. This prevents 403 responses in OpenCode and ensures pane splitting works as expected.

Written for commit d6fe9aa. Summary will update on new commits.

The server health check was using /health which returns HTTP 403 since
the endpoint doesn't exist in OpenCode. The correct endpoint is
/global/health as defined in OpenCode's server routes.

Fixes code-yeongyu#2260
Copy link

@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

Confidence score: 5/5

  • Automated review surfaced no issues in the provided summaries.
  • No files require special attention.

Auto-approved: Corrects the health check endpoint to match the server's routes, resolving a documented 403 error. Minimal risk change with no logic side effects.

@acamq
Copy link
Collaborator

acamq commented Mar 7, 2026

Thank you!

@acamq acamq merged commit b717d26 into code-yeongyu:dev Mar 7, 2026
8 checks passed
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.

[Bug]: tmux-integration's server health check failing due to incorrect url path

2 participants