Commit Graph

3 Commits

  • docs: document enabling experimental skills (#8024)
    ## Notes
    
    Skills are behind the experimental `skills` feature flag (disabled by
    default), but the skills guide didn't explain how to turn them on.
    
    - Add an explicit enable section to `docs/skills.md` (config +
    `--enable`)
    - Add the skills flag to `docs/config.md` and `docs/example-config.md`
    - Document the `/skills` slash command
  • add slash resume (#7302)
    `codex resume` isn't that discoverable. Adding it to the slash commands
    can help
  • Add documentation for slash commands in docs/slash_commands.md. (#5685)
    This pull request adds a new documentation section to explain the
    available slash commands in Codex. The update introduces a clear
    overview and a reference table for built-in commands, making it easier
    for users to understand and utilize these features.
    
    Documentation updates:
    
    * Added a new section to `docs/slash_commands.md` describing what slash
    commands are and listing all built-in commands with their purposes in a
    formatted table.