mirror of
https://github.com/pchuan98/codex.git
synced 2026-07-01 00:31:56 +08:00
fix: main tui (#15557)
This commit is contained in:
committed by
GitHub
Unverified
parent
7b92a90612
commit
7eb9e75b86
@@ -7194,6 +7194,7 @@ fn plugins_test_detail(
|
||||
short_description: None,
|
||||
interface: None,
|
||||
path: PathBuf::from(format!("/skills/{name}/SKILL.md")),
|
||||
enabled: true,
|
||||
})
|
||||
.collect(),
|
||||
apps: apps
|
||||
|
||||
@@ -7791,6 +7791,7 @@ fn plugins_test_detail(
|
||||
short_description: None,
|
||||
interface: None,
|
||||
path: PathBuf::from(format!("/skills/{name}/SKILL.md")),
|
||||
enabled: true,
|
||||
})
|
||||
.collect(),
|
||||
apps: apps
|
||||
|
||||
Reference in New Issue
Block a user