We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2badc16 + f87cf01 commit 765323dCopy full SHA for 765323d
1 file changed
pkg/tui/tui.go
@@ -9,7 +9,6 @@ import (
9
10
"github.com/docker/cagent/pkg/app"
11
"github.com/docker/cagent/pkg/runtime"
12
- "github.com/docker/cagent/pkg/telemetry"
13
"github.com/docker/cagent/pkg/tui/components/statusbar"
14
"github.com/docker/cagent/pkg/tui/dialog"
15
chatpage "github.com/docker/cagent/pkg/tui/page/chat"
@@ -77,7 +76,6 @@ func New(a *app.App) tea.Model {
77
76
78
// Init initializes the application
79
func (a *appModel) Init() tea.Cmd {
80
- telemetry.TrackCommand("tui", []string{"init"})
81
return tea.Batch(
82
// Initialize dialog system
83
a.dialog.Init(),
0 commit comments