我为 Codex CLI 构建了一个全球会话浏览器,因为我厌倦了丢失线索

📄 中文摘要

在使用 Codex CLI 处理多个项目时,会话会不断累积。起初这并不成问题,但随着时间的推移,用户可能会忘记某个有用的对话存在于何处,甚至不记得会话的名称或是否进行了重命名。这种小摩擦会逐渐累积,影响工作效率。为了解决这个问题,开发了 Codex Session Hub,这是一个开源的命令行工具,提供了一个全球会话浏览器。用户可以通过一个命令搜索机器上的所有会话,预览上下文,并立即恢复所需的会话。该项目是基于 PowerShell 7 的工具,围绕 fzf 构建,旨在提升用户的工作流效率。

📄 English Summary

I built a global session browser for Codex CLI because I got tired of losing the thread

Using Codex CLI across multiple projects can lead to an accumulation of sessions. Initially, this may not seem problematic, but over time, users may forget where a useful conversation is located, the name of the session, or whether it was renamed at all. This minor friction compounds and affects productivity. To address this issue, Codex Session Hub was developed as an open-source CLI tool that provides a global session browser. Users can execute a single command to search all sessions on their machine, preview the context, and immediately resume the desired session. The project is a PowerShell 7 tool built around fzf, aimed at enhancing user workflow efficiency.

Powered by Cloudflare Workers + Payload CMS + Claude 3.5

数据源: OpenAI, Google AI, DeepMind, AWS ML Blog, HuggingFace 等