Releases: iris-Neko/codex-threadbox
Release list
vscode-v0.7.2
Full Changelog: vscode-v0.7.1...vscode-v0.7.2
vscode-v0.7.1
Full Changelog: vscode-v0.7.0...vscode-v0.7.1
vscode-v0.7.0
Full Changelog: vscode-v0.6.0...vscode-v0.7.0
vscode-v0.6.0
Full Changelog: vscode-v0.4.1...vscode-v0.6.0
vscode-v0.5.0
What's Changed
- feat(vscode): release 0.5.0 project management by @iris-Neko in #10
New Contributors
- @iris-Neko made their first contribution in #10
Full Changelog: vscode-v0.4.1...vscode-v0.5.0
vscode-v0.4.1
Full Changelog: v0.2.0...vscode-v0.4.1
Threadbox for Codex v0.2.0
What changed / 更新内容
-
Group Codex desktop chats by Project and VS Code/CLI tasks by working directory; spawned tasks now fold under their parent.
-
Choose working directories individually when deleting tasks. Selected directories move to the operating system Trash only after the related task deletion succeeds.
-
Detect and repair orphaned Codex desktop Recents entries after creating and verifying a SQLite backup.
-
Selecting a parent automatically includes descendants while avoiding duplicate cascade requests.
-
Codex 桌面端聊天按 Project 聚合,VS Code/CLI 任务按工作目录聚合,派生任务折叠到父任务下。
-
删除任务时可逐个选择是否将工作目录移入系统回收站;只有对应任务删除成功后才会处理目录。
-
可检测并修复 Codex 桌面端“最近任务”的孤儿索引,操作前自动创建并校验 SQLite 备份。
-
选择父任务时自动包含派生任务,并避免重复发送级联操作请求。
Platform status / 平台状态
- Windows 10/11 x64: automated tests, packaged-app smoke tests, and manual use.
- macOS x64/arm64 and Linux x64: automated tests, packaging, and packaged-app smoke tests in GitHub Actions; physical-device testing is still needed.
- Builds are currently unsigned. Windows SmartScreen and macOS Gatekeeper may show warnings.
- Requires Codex CLI
0.149.0or newer.
Full changelog: v0.1.1...v0.2.0
Threadbox for Codex v0.1.1
This patch fixes Codex CLI discovery on Windows, especially for npm installations that provide codex.cmd alongside other launchers.
Fixed
- Resolve native
.exebinaries and npm.cmdshims explicitly instead of relying on the ambiguous barecodexcommand. - Check the standard Windows npm global directory when it is missing from the desktop app's inherited PATH.
- Continue to later PATH candidates when an earlier launcher is stale or invalid.
- Wait for version-probe output streams to close before parsing
codex --version. - Add packaged-app coverage that discovers and starts a real Codex CLI without
CODEX_BINARY.
Codex CLI 0.149.0 or newer is required. Builds remain unsigned; verify downloads with SHA256SUMS.txt.
Threadbox for Codex v0.1.0
Threadbox for Codex is a local, cross-platform desktop manager for Codex task history.
Highlights
- Search and filter active and archived tasks across all working directories.
- Archive, unarchive, pin when supported, and permanently delete tasks through the official Codex App Server.
- Batch operations with protected-task checks, parent/child cascade deduplication, progress, and per-item results.
- English and Simplified Chinese UI with system light/dark themes.
- Sandboxed Electron renderer, no telemetry, no model calls, and no direct SQLite or JSONL edits.
Requirements
Codex CLI 0.149.0 or newer must be installed separately and available on PATH, through CODEX_BINARY, or selected in Settings.
Unsigned Builds
This first release is unsigned. Windows SmartScreen and macOS Gatekeeper may show warnings; verify the files against SHA256SUMS.txt before running them. See the README for platform-specific instructions.