Skip to content
TopicTracker
出典 HackerNews原文を表示
翻訳言語翻訳言語

Claude Codeでコピー&ペーストができない?「/tui default」で元通り

Claude CodeのターミナルUIでコピー&ペーストが機能しなくなった場合、「/tui default」コマンドを実行することで標準のTUIモードに戻り、コピー&ペースト操作が復活する。この簡単なコマンドで、クリップボード操作に関する不具合を迅速に解決できる。

背景メモ

- Claude Codeは、Anthropic社が提供するClaude AIモデルを活用したターミナル上のコーディング支援ツール。開発者が自然言語で指示を出しながらコードを書ける。 - TUI(Text User Interface)モードは、ターミナル内で疑似GUI的な操作(選択・コピペなど)を可能にするモード。"/tui default" はこのモードを初期状態にリセットするコマンド。 - この投稿は、Claude Code利用時にコピペが効かなくなる既知の不具合に対する簡易な対処法を共有しているもの。

関連記事

  • Newer Claude models sometimes invent extra keys in tool call arguments, breaking validation in Pi's edit tool. The author suspects post-training for Claude Code's forgiving harness makes alternative schemas fail. This suggests closed RL training can degrade general tool-use reliability.

  • Simon Willison released llm-coding-agent 0.1a0, an experimental coding agent built on his LLM library. The agent provides tools for reading, editing, searching files and executing commands, and ships with a Python API and CLI. It was developed using Claude Code (Fable 5) via TDD with a spec-first approach, and is available as a slop-alpha on PyPI.

  • Truth Social remains an outlet primarily for Trump's own posts, while other administration officials continue using X. The platform functions as a blog-like channel for Trump's messages rather than a genuine social network competitor.