Updates
Rolling release / release (push) Successful in 6m25s

This commit is contained in:
2026-09-11 20:16:47 -04:00
parent d8d4f18e10
commit 9b1ceda01f
9 changed files with 57 additions and 11 deletions
+3
View File
@@ -111,6 +111,9 @@ test('GNOME GI imports expose default namespaces and panel has a real menu', ()
assert.match(source, /new PanelMenu.Button\(0.0, 'Jarvis QVAC', false\)/);
assert.match(source, /PushToTalk/);
assert.match(source, /finalizeReply/);
assert.match(source, /\['Thinking'/);
assert.match(source, /\['ToolCall'/);
assert.match(source, /Minimize/);
});
test('D-Bus confirmation signal does not call missing Interface.emit', () => {