Mac: add summarize tool
This commit is contained in:
@@ -35,7 +35,7 @@ struct SettingsViewSmokeTests {
|
||||
enabled: false,
|
||||
createdAtMs: 1_700_000_000_000,
|
||||
updatedAtMs: 1_700_000_100_000,
|
||||
schedule: .every(everyMs: 30_000, anchorMs: nil),
|
||||
schedule: .every(everyMs: 30000, anchorMs: nil),
|
||||
sessionTarget: .isolated,
|
||||
wakeMode: .nextHeartbeat,
|
||||
payload: .agentTurn(
|
||||
@@ -148,4 +148,8 @@ struct SettingsViewSmokeTests {
|
||||
let view = ToolsSettings()
|
||||
_ = view.body
|
||||
}
|
||||
|
||||
@Test func toolsSettingsIncludesSummarize() {
|
||||
#expect(ToolsSettings.toolIDsForTests.contains("summarize"))
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user