Claude代码用户界面改进
- 移除终端中可点击的按钮,我在需要重新聚焦窗口时总是会点击这些按钮,终端不需要按钮。
- 当用户输入消息时,将其与时间戳关联,以避免克劳德处理消息的速度过慢带来更多问题。
- 处理所有可用的消息。
查看原文
- remove the clickable buttons in terminal that i always click when i need to refocus the window, terminal doesnt need buttons<p>- when user types a message, associate it with a timestamp so that how slow claude ingests the messages doesnt create more problems<p>- ingest all available messages