Skip to content

Commit 92e3012

Browse files
author
brettheap
committed
feat: mount ChatGPT profiles
1 parent 27f8192 commit 92e3012

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@
8484
"source=${localEnv:HOME}/.claude-profiles,target=/home/${localEnv:USER}/.claude-profiles,type=bind,consistency=cached",
8585
// Codex (OpenAI)
8686
"source=${localEnv:HOME}/.codex,target=/home/${localEnv:USER}/.codex,type=bind,consistency=cached",
87+
"source=${localEnv:HOME}/.chatgpt-profiles,target=/home/${localEnv:USER}/.chatgpt-profiles,type=bind,consistency=cached",
8788
// Omnigent (AI meta-harness, wraps Codex/Claude)
8889
"source=${localEnv:HOME}/.omnigent,target=/home/${localEnv:USER}/.omnigent,type=bind,consistency=cached",
8990
// Shared agent protocols and skills

0 commit comments

Comments
 (0)