mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-30 13:39:52 +00:00
fix: more commands cleanup
This commit is contained in:
parent
c875d11959
commit
6e0e87fb2a
17 changed files with 383 additions and 1149 deletions
|
|
@ -132,7 +132,7 @@ func (m *statusComponent) View() string {
|
|||
modeForeground = t.BackgroundPanel()
|
||||
}
|
||||
|
||||
command := m.app.Commands[commands.SwitchAgentCommand]
|
||||
command := m.app.Commands[commands.AgentCycleCommand]
|
||||
kb := command.Keybindings[0]
|
||||
key := kb.Key
|
||||
if kb.RequiresLeader {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue