Commit 6b028d6
committed
Fix inconsistent displayName field lookup in parseCodexSkillsResult
Read displayName from both the top-level skill object and the nested
interface sub-object, consistent with how shortDescription is handled.
Previously displayName was only read from skill.interface.displayName,
silently dropping any top-level skill.displayName value.1 parent 2d6e8fb commit 6b028d6
1 file changed
+5
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
68 | | - | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
69 | 72 | | |
70 | 73 | | |
71 | 74 | | |
| |||
0 commit comments