Skip to content

fix: prevent custom endpoint labels from overflowing#12197

Draft
oz-for-oss[bot] wants to merge 1 commit into
masterfrom
oz-agent/implement-issue-12189
Draft

fix: prevent custom endpoint labels from overflowing#12197
oz-for-oss[bot] wants to merge 1 commit into
masterfrom
oz-agent/implement-issue-12189

Conversation

@oz-for-oss

@oz-for-oss oz-for-oss Bot commented Jun 4, 2026

Copy link
Copy Markdown
Contributor

Closes #12189

Summary

  • Wrap custom endpoint model chips across lines in Settings instead of rendering them as one unbounded row.
  • Truncate long custom endpoint names with an ellipsis in the endpoint list and removal confirmation dialog so user-provided labels do not crowd action buttons or overflow cards.

Validation

  • ./script/format
  • cargo test -p warp validate_url --lib
  • cargo clippy -p warp --lib --tests --all-features -- -D warnings

Notes

  • No approved spec context was attached for this issue.
  • The required .agents/shared/scripts/fetch_github_context.py script was not present in this checkout, so issue body/comments were not fetched through any alternate path per the prompt's script-only rule.
  • The full required cargo clippy --workspace --all-targets --all-features --tests -- -D warnings command was attempted but blocked by missing generated preview_config.json/stable_config.json files; ./script/install_channel_config could not install them because this cloud environment lacks access to the private warp-channel-config SSH repository.

Co-Authored-By: Kevin Chevalier <kevinchevalier@users.noreply.github.com>
Co-Authored-By: Oz <oz-agent@warp.dev>
@cla-bot cla-bot Bot added the cla-signed label Jun 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Custom endpoints have a display issue

1 participant