feat: add notification center and reliable client presence

This commit is contained in:
2026-07-30 20:43:06 +03:00
parent 3e60abed50
commit c7aa286dde
27 changed files with 1625 additions and 67 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ import (
)
func TestAgentVersionIsStable(t *testing.T) {
if agentVersion != "0.6.7" {
if agentVersion != "0.6.8" {
t.Fatalf("unexpected agent version %q", agentVersion)
}
}