feat: add skills settings and gateway skills management

This commit is contained in:
Peter Steinberger
2025-12-20 13:33:06 +01:00
parent 4b44a75bc1
commit cc0075e988
19 changed files with 1142 additions and 546 deletions

View File

@@ -144,12 +144,8 @@ struct SettingsViewSmokeTests {
_ = view.body
}
@Test func toolsSettingsBuildsBody() {
let view = ToolsSettings()
@Test func skillsSettingsBuildsBody() {
let view = SkillsSettings()
_ = view.body
}
@Test func toolsSettingsIncludesSummarize() {
#expect(ToolsSettings.toolIDsForTests.contains("summarize"))
}
}