Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions TOOLS.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ This category covers apps and patterns that run close to existing work surfaces.
|---|---|---|
| [Workspace agents in ChatGPT](https://openai.com/index/introducing-workspace-agents-in-chatgpt/) | Understand OpenAI's workspace-agent direction and examples | Do not overstate availability beyond the source |
| [OpenAI Apps SDK](https://developers.openai.com/apps-sdk) | Build apps that extend ChatGPT with tools and UI | App behavior, submission, and platform rules are source-sensitive |
| [codex-profiles](https://github.com/Ducksss/codex-profiles) | Launch Codex CLI or Desktop with an isolated local `CODEX_HOME` profile for a chosen work context | Verify the intended profile; browser, SSH, and GitHub CLI credentials remain OS-shared |

## Document, Spreadsheet, And Deck Tools

Expand Down
15 changes: 15 additions & 0 deletions data/catalog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -421,3 +421,18 @@ items:
submitter_affiliation: Maintained by CodexWork from public official source.
status: sourced
last_checked: "2026-07-07"
- id: codex-profiles
type: tool
name: codex-profiles
url: https://github.com/Ducksss/codex-profiles
source_url: https://github.com/Ducksss/codex-profiles
category: workspace-native agent apps
audience: Codex CLI and Desktop users working across separate contexts
work_problem: Launch Codex with a selected local profile for work, personal, school, or client contexts.
codex_relationship: Community-maintained launcher for Codex CLI and Desktop that sets an isolated CODEX_HOME directory.
output: Codex starts with the selected local profile directory.
review_boundary: Verify the chosen profile; browser, SSH, and GitHub CLI credentials remain OS-shared.
limits: Does not provide full OS isolation and does not read, copy, print, parse, or migrate auth.json tokens.
submitter_affiliation: Submitted by the maintainer of codex-profiles.
status: sourced
last_checked: "2026-07-13"