diff options
| author | adamdottv <[email protected]> | 2025-05-29 14:04:44 -0500 |
|---|---|---|
| committer | adamdottv <[email protected]> | 2025-05-29 14:04:49 -0500 |
| commit | ce5b3126d31758cb29a1cb32f23b66ef167e52aa (patch) | |
| tree | 2c73389a28deb523e3c9f079d65dd0a8a43827c8 /internal/tui/app | |
| parent | 26606ccbf7be90a6cd7c4d80aa9a3333cc9db6a8 (diff) | |
| download | opencode-ce5b3126d31758cb29a1cb32f23b66ef167e52aa.tar.gz opencode-ce5b3126d31758cb29a1cb32f23b66ef167e52aa.zip | |
wip: refactoring tui
Diffstat (limited to 'internal/tui/app')
| -rw-r--r-- | internal/tui/app/app.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/internal/tui/app/app.go b/internal/tui/app/app.go index 1c251b92a..4939a5802 100644 --- a/internal/tui/app/app.go +++ b/internal/tui/app/app.go @@ -23,7 +23,6 @@ import ( type App struct { Client *client.ClientWithResponses Events *client.Client - State map[string]any Session *client.SessionInfo Messages []client.MessageInfo @@ -76,7 +75,6 @@ func New(ctx context.Context) (*App, error) { agentBridge := NewAgentServiceBridge(httpClient) app := &App{ - State: make(map[string]any), Client: httpClient, Events: eventClient, Session: &client.SessionInfo{}, |
