fix: fix some displays and features
This commit is contained in:
@ -119,6 +119,12 @@ pub fn run() {
|
||||
commands::git_log,
|
||||
commands::git_init,
|
||||
commands::git_graph,
|
||||
commands::create_skill,
|
||||
commands::update_skill,
|
||||
commands::list_skills,
|
||||
commands::delete_skill,
|
||||
commands::assign_skill_to_agent,
|
||||
commands::unassign_skill_from_agent,
|
||||
commands::move_tab_to_new_window,
|
||||
])
|
||||
.run(tauri::generate_context!())
|
||||
|
||||
Reference in New Issue
Block a user