From 584cfdaf17c2eb38ebbf00315d3516b631e27c6c Mon Sep 17 00:00:00 2001 From: Lakshman Patel Date: Tue, 21 Jul 2026 12:14:28 +0530 Subject: [PATCH 1/3] fix: realign branch with main --- internal/engine/context_compaction_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/engine/context_compaction_test.go b/internal/engine/context_compaction_test.go index bdb89ea5..ecde891e 100644 --- a/internal/engine/context_compaction_test.go +++ b/internal/engine/context_compaction_test.go @@ -39,3 +39,4 @@ func TestNativeCompactionSupportUsesEyrieCredentialStore(t *testing.T) { t.Fatal("expected support from Eyrie's injected credential store") } } + From bfe610eff840b49e4b6a14f4e9adc06044a61fa2 Mon Sep 17 00:00:00 2001 From: Lakshman Patel Date: Tue, 21 Jul 2026 12:16:01 +0530 Subject: [PATCH 2/3] fix: remove duplicate gateway import in context_compaction_test.go --- internal/engine/context_compaction_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/internal/engine/context_compaction_test.go b/internal/engine/context_compaction_test.go index ecde891e..bdb89ea5 100644 --- a/internal/engine/context_compaction_test.go +++ b/internal/engine/context_compaction_test.go @@ -39,4 +39,3 @@ func TestNativeCompactionSupportUsesEyrieCredentialStore(t *testing.T) { t.Fatal("expected support from Eyrie's injected credential store") } } - From 81fec0fdcb88a0f18ff0c1773d11c714d6c71095 Mon Sep 17 00:00:00 2001 From: Lakshman Patel Date: Tue, 21 Jul 2026 12:25:14 +0530 Subject: [PATCH 3/3] Merge branch 'main' into fix/gofumpt-074ee49 --- internal/engine/context_compaction_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/internal/engine/context_compaction_test.go b/internal/engine/context_compaction_test.go index ca46f7f3..bdb89ea5 100644 --- a/internal/engine/context_compaction_test.go +++ b/internal/engine/context_compaction_test.go @@ -5,7 +5,6 @@ import ( "testing" "github.com/GrayCodeAI/eyrie/credentials" - "github.com/GrayCodeAI/hawk/internal/provider/gateway" eyrieengine "github.com/GrayCodeAI/eyrie/engine" "github.com/GrayCodeAI/hawk/internal/provider/gateway" )