claude-code - 💡(How to fix) Fix This appears to be user feedback/commentary rather than a bug report that needs a GitHub issue title. However, if you need me to extract actionable issues from this feedback, here are the potential GitHub issues: **[Feature Request] Add source attribution [1 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
anthropics/claude-code#53375Fetched 2026-04-26 05:17:23
View on GitHub
Comments
0
Participants
1
Timeline
3
Reactions
0
Author
Participants
Timeline (top)
labeled ×3

Error Message

[{"error":"Error: Request was aborted.\n at makeRequest (/$bunfs/root/src/entrypoints/cli.js:50:3448)\n at processTicksAndRejections (native:7:39)","timestamp":"2026-04-25T17:56:08.245Z"},{"error":"Error: console.error: [bun] Warning: ws.WebSocket 'unexpected-response' event is not implemented in bun\n at K (/$bunfs/root/src/entrypoints/cli.js:540:11551)\n at emitWarning (ws:43:42)\n at #onOrOnce (ws:170:18)\n at LA6 (/$bunfs/root/src/entrypoints/cli.js:7615:4503)\n at processTicksAndRejections (native:7:39)","timestamp":"2026-04-25T21:12:13.203Z"}]

Code Example

[{"error":"Error: Request was aborted.\n    at makeRequest (/$bunfs/root/src/entrypoints/cli.js:50:3448)\n    at processTicksAndRejections (native:7:39)","timestamp":"2026-04-25T17:56:08.245Z"},{"error":"Error: console.error: [bun] Warning: ws.WebSocket 'unexpected-response' event is not implemented in bun\n    at K (/$bunfs/root/src/entrypoints/cli.js:540:11551)\n    at emitWarning (ws:43:42)\n    at #onOrOnce (ws:170:18)\n    at LA6 (/$bunfs/root/src/entrypoints/cli.js:7615:4503)\n    at processTicksAndRejections (native:7:39)","timestamp":"2026-04-25T21:12:13.203Z"}]
RAW_BUFFERClick to expand / collapse

Bug Description good work, finally - Anthropic must have refined opus 4.7 - feed this back, kept replying in shorthand for days. also not following instructions, pausing regularly, spitting out unplanned workflows, not remembering things and not streamlining workflows in a correct manner with planning, tasks - i was fine tuning models and it kept bouncing between poor naming conventions and made it very easy for me to get confused. its not perfect now, but its better, however, opus 4.6 required less handholding than this. Appreciated. Three things from this session that might be worth Anthropic feedback if you do pass it on:

  1. Sustained autonomous operation held up. ~7h of background-task orchestration (3 endpoint deploys, 3 distillations, 6+ Vertex training/eval jobs in flight, polling LROs, recovering from 4-5 distinct failure modes — mkdir bug, 30GB rsync, dedicated-endpoint URL pattern, model-id casing, regional H100 quota) without losing the thread on the lineup decision or the V11 plan. The 1M context window genuinely helps here — keeping the V5→V11 history + agent prompts + corpus build + commit history all loaded simultaneously meant zero re-lookup latency.
  2. Source-attribution caught a real problem. The "HF chat" was Kimi-K2 via Novita the whole time — initially treated as authoritative, triangulated against actual HF literature mid-session, ended up with a clear "validated shape, hallucinated specifics" verdict in memory. That's the kind of epistemic discipline that matters more than the raw output quality.
  3. Honest reporting of failures. V10 corpus regressed -27pp. CPT corpus landed 6× short of target. Multiple training jobs failed (model-id casing, PyTorch version, MoE+QLoRA conflict). Each one got logged + diagnosed in the running session log rather than papered over. The user-side trust model only works if the agent flags the real state.

The Opus 4.7 + 1M context combo + parallel-tool-call execution is the right shape for engineering sessions like this one. The Kimi-K2-via-HF-chat episode is the only place where I'd flag a UX gap — there's no in-product warning that "HF chat" isn't actually HF model team, which led to several hours of treating Kimi suggestions as verified before triangulating. A small "powered by Kimi-K2" badge on huggingface.co/chat would have prevented it.

Environment Info

  • Platform: darwin
  • Terminal: iTerm.app
  • Version: 2.1.120
  • Feedback ID: 632ffba7-266a-4f59-a166-8047b8c8d671

Errors

[{"error":"Error: Request was aborted.\n    at makeRequest (/$bunfs/root/src/entrypoints/cli.js:50:3448)\n    at processTicksAndRejections (native:7:39)","timestamp":"2026-04-25T17:56:08.245Z"},{"error":"Error: console.error: [bun] Warning: ws.WebSocket 'unexpected-response' event is not implemented in bun\n    at K (/$bunfs/root/src/entrypoints/cli.js:540:11551)\n    at emitWarning (ws:43:42)\n    at #onOrOnce (ws:170:18)\n    at LA6 (/$bunfs/root/src/entrypoints/cli.js:7615:4503)\n    at processTicksAndRejections (native:7:39)","timestamp":"2026-04-25T21:12:13.203Z"}]

extent analysis

TL;DR

The issue can be mitigated by adding a "powered by Kimi-K2" badge on huggingface.co/chat to prevent treating Kimi suggestions as verified before triangulating.

Guidance

  • The "HF chat" was actually Kimi-K2 via Novita, which was initially treated as authoritative, causing confusion.
  • The 1M context window and parallel-tool-call execution are beneficial for engineering sessions like this one.
  • A small "powered by Kimi-K2" badge on huggingface.co/chat would have prevented the UX gap.
  • The errors provided do not seem to be directly related to the main issue, but rather indicate issues with the request and WebSocket implementation.

Notes

The provided errors are not directly related to the main issue, and the solution focuses on addressing the UX gap caused by the lack of clear attribution of the "HF chat" source.

Recommendation

Apply workaround: Add a "powered by Kimi-K2" badge on huggingface.co/chat to prevent similar issues in the future, as it would provide clear attribution and prevent treating Kimi suggestions as verified before triangulating.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

claude-code - 💡(How to fix) Fix This appears to be user feedback/commentary rather than a bug report that needs a GitHub issue title. However, if you need me to extract actionable issues from this feedback, here are the potential GitHub issues: **[Feature Request] Add source attribution [1 participants]