用侧边对话并行干活
Use Side Chats For Parallel Work
要点
- 用侧边对话处理一次性指令,主线程继续跑,功能和上下文都还在。
- 苹果用 command 加 option 加 s,Windows 用 ctrl 加 alt 加 s 打开。
- 侧边对话会删掉,不会把长线程越堆越卡,适合并行快活。
- 离开约十分钟会过期且不能派生,先截图或复制内容再开新会话。
- 有价值的讨论可先说派生为普通聊天再删,避免重要上下文永久消失。
原帖开头
codex tip: you HAVE TO use side chats. They are a way to get stuff done quickly without leaving your main thread, without sacrificing any functionality, without sacrificing context, and being HYPER memory efficient mac: command + option + s win: ctrl + alt + s If you are not al …





