Commit 43b5711
refactor: drop unused appendSpace literals on skill/model alias suggestions
The skill and model alias build callbacks in getSlashCommandSuggestions
hardcode the trailing space, so the appendSpace: true property on those
SuggestionDefinition literals is dead. Remove it and add a brief comment
explaining why we don't propagate appendSpace through these paths so a
future reader doesn't assume the field is consulted there.1 parent fc01cec commit 43b5711
1 file changed
Lines changed: 6 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
85 | 88 | | |
86 | 89 | | |
87 | 90 | | |
88 | 91 | | |
89 | 92 | | |
90 | | - | |
91 | 93 | | |
92 | 94 | | |
93 | 95 | | |
| |||
100 | 102 | | |
101 | 103 | | |
102 | 104 | | |
103 | | - | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
104 | 108 | | |
105 | 109 | | |
106 | 110 | | |
107 | 111 | | |
108 | | - | |
109 | 112 | | |
110 | 113 | | |
111 | 114 | | |
| |||
0 commit comments