Rename /context skill row label

Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
starr-openai
2026-04-07 10:50:03 -07:00
parent dd5c006700
commit 19b43e5352
3 changed files with 4 additions and 4 deletions

View File

@@ -334,7 +334,7 @@ fn classify_developer_text(text: &str) -> (ContextSectionKind, String) {
return (
ContextSectionKind::User,
format!(
"Implicit skills catalog ({} skills)",
"Skill instructions ({} skills)",
count_catalog_entries(trimmed)
),
);
@@ -672,7 +672,7 @@ mod tests {
"AGENTS.md instructions for /repo".to_string(),
"Base instructions".to_string(),
"Environment context".to_string(),
"Implicit skills catalog (1 skills)".to_string(),
"Skill instructions (1 skills)".to_string(),
"Reasoning".to_string(),
"Skill: notify (/tmp/skills/notify/SKILL.md)".to_string(),
"User message".to_string(),

View File

@@ -403,7 +403,7 @@ mod tests {
label: "User".to_string(),
tokens: 12_000,
details: vec![ThreadContextWindowDetail {
label: "Implicit skills catalog (42 skills)".to_string(),
label: "Skill instructions (42 skills)".to_string(),
tokens: 12_000,
}],
},

View File

@@ -14,7 +14,7 @@ Context map
■ Conversation 40.0%
■ User ~12,000 tokens 60.0% of used
██████████ Implicit skills catalog (42 skills) (~12,000 tokens)
██████████ Skill instructions (42 skills) (~12,000 tokens)
■ Conversation ~8,000 tokens 40.0% of used
██████░░░░ Tool output (~5,000 tokens)