app/commands.md +2 −2
36 36
37You can also explicitly invoke skills by typing `$` in the thread composer. See [Skills](https://developers.openai.com/codex/skills).37You can also explicitly invoke skills by typing `$` in the thread composer. See [Skills](https://developers.openai.com/codex/skills).
38 38
3939Enabled skills also appear in the slash command list (for example, `/imagegen`).Enabled skills also appear in the slash command list.
40 40
41### Available slash commands41### Available slash commands
42 42
62 62
63For new-thread deeplinks:63For new-thread deeplinks:
64 64
6565- `prompt` prefills the composer.- `prompt` sets the initial composer text.
66- `path` must be an absolute path to a local directory and, when valid, makes that directory the active workspace for the new thread.66- `path` must be an absolute path to a local directory and, when valid, makes that directory the active workspace for the new thread.
67- `originUrl` tries to match one of your current workspace roots by Git remote URL. If both `path` and `originUrl` are present, Codex resolves `path` first.67- `originUrl` tries to match one of your current workspace roots by Git remote URL. If both `path` and `originUrl` are present, Codex resolves `path` first.
68 68