Commit 2125c2e
committed
refactor(agents): remove dead code and unused import in context_compressor
Remove stale placeholder comments and unused strings import at the end
of context_compressor.go. The strings package had no remaining usage
after the dead code was stripped.
go
import (
"fmt"
"codeactor/internal/llm"
"codeactor/internal/tokenutil"
"codeactor/pkg/api"
)
Tested with go build ./... and go test ./internal/agents/... -run TestTruncateToolResultsToBudget -v.1 parent 844ade3 commit 2125c2e
1 file changed
Lines changed: 0 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | 5 | | |
7 | 6 | | |
8 | 7 | | |
| |||
149 | 148 | | |
150 | 149 | | |
151 | 150 | | |
152 | | - | |
153 | | - | |
154 | | - | |
155 | | - | |
156 | | - | |
157 | | - | |
0 commit comments