core-agent-ide/codex-rs/protocol/src
xl-openai 42fa4c237f
Support SKILL.toml file. (#9125)
We’re introducing a new SKILL.toml to hold skill metadata so Codex can
deliver a richer Skills experience.

Initial focus is the interface block:
```
[interface]
display_name = "Optional user-facing name"
short_description = "Optional user-facing description"
icon_small = "./assets/small-400px.png"
icon_large = "./assets/large-logo.svg"
brand_color = "#3B82F6"
default_prompt = "Optional surrounding prompt to use the skill with"
```

All fields are exposed via the app server API.
display_name and short_description are consumed by the TUI.
2026-01-15 11:20:04 -08:00
..
prompts/permissions Assemble sandbox/approval/network prompts dynamically (#8961) 2026-01-12 23:12:59 +00:00
account.rs fix: move account struct to app-server-protocol and use camelCase (#5829) 2025-10-27 14:06:13 -07:00
approvals.rs Removed experimental "command risk assessment" feature (#7799) 2025-12-10 09:48:11 -08:00
config_types.rs add WebSearchMode enum (#9216) 2026-01-14 12:51:42 -08:00
custom_prompts.rs [app-server] remove serde(skip_serializing_if = "Option::is_none") annotations (#5939) 2025-10-30 18:18:53 +00:00
items.rs Add text element metadata to types (#9235) 2026-01-14 16:41:50 -08:00
lib.rs chore: unify conversation with thread name (#8830) 2026-01-07 17:04:53 +00:00
message_history.rs Generate JSON schema for app-server protocol (#5063) 2025-10-20 11:45:11 -07:00
models.rs Add text element metadata to types (#9235) 2026-01-14 16:41:50 -08:00
num_format.rs Auto compact at ~90% (#5292) 2025-10-20 11:29:49 -07:00
openai_models.rs Add migration_markdown in model_info (#9219) 2026-01-15 01:55:22 +00:00
parse_command.rs [app-server] remove serde(skip_serializing_if = "Option::is_none") annotations (#5939) 2025-10-30 18:18:53 +00:00
plan_tool.rs [app-server] remove serde(skip_serializing_if = "Option::is_none") annotations (#5939) 2025-10-30 18:18:53 +00:00
protocol.rs Support SKILL.toml file. (#9125) 2026-01-15 11:20:04 -08:00
thread_id.rs chore: unify conversation with thread name (#8830) 2026-01-07 17:04:53 +00:00
user_input.rs Add text element metadata to types (#9235) 2026-01-14 16:41:50 -08:00