Workers SDK Issue Reports

← Back to Dashboard

#6093 No cursor in prompts

Recommendation:CLOSE
Difficulty:n/a
Reasoning:

Fixed in PR #10492 (merged 2025-09-08). Cursor now displayed in text prompts. Released in @cloudflare/cli 1.1.2.

Suggested Action:

Close with comment explaining the fix

Analysis Report

Issue Review: cloudflare/workers-sdk#6093

Summary

No cursor visible in CLI text prompts for C3 and Wrangler, making it difficult to edit input.

Findings

  • Created: 2024-06-19
  • Updated: 2025-10-30
  • Version: create-cloudflare 2.21.8 → 2.62.3 (current)
  • Component: C3, Wrangler (via shared @cloudflare/cli package)
  • Labels: bug, quick win, wrangler, c3
  • Comments: 0

Key Evidence

  • PR #10492 "Include cursor in text prompts" was merged on 2025-09-08
    • Explicitly fixes this issue by adding cursor display to text prompts
    • Modified packages/cli/interactive.ts to include cursor rendering
    • Before/after screenshots in PR show the exact behavior reported
  • Fix released in @cloudflare/cli v1.1.2 (per CHANGELOG.md)
  • Current versions (wrangler 4.60.0, create-cloudflare 2.62.3) include this fix
  • The fix was implemented ~15 months after the issue was reported

Recommendation

Status: CLOSE

Reasoning: PR #10492 directly addresses this issue by adding cursor visibility to text prompts in the shared @cloudflare/cli package. The fix was released in version 1.1.2 of that package and is now included in current releases of both C3 and Wrangler.

Action: Close the issue with a comment explaining the fix.

Suggested Comment

This issue has been fixed in PR #10492, which was merged in September 2025. The cursor is now displayed in text prompts.

The fix is available in:

  • @cloudflare/cli >= 1.1.2
  • create-cloudflare >= 2.35.0 (approximate, based on release timeline)
  • wrangler >= 3.79.0 (approximate, based on release timeline)

If you're still experiencing this issue, please ensure you're using the latest versions. Closing this as resolved.

Notes & Feedback (0)

No notes yet.

Add Note