From d090c08ef0940d974305adc29ea931e046626786 Mon Sep 17 00:00:00 2001 From: Timo Clasen Date: Mon, 30 Jun 2025 18:57:56 +0200 Subject: feat: update user and agent messages width and alignment (#515) Co-authored-by: adamdottv <2363879+adamdottv@users.noreply.github.com> --- packages/tui/internal/app/app.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'packages/tui/internal/app') diff --git a/packages/tui/internal/app/app.go b/packages/tui/internal/app/app.go index 3bd48f02a..2369b196a 100644 --- a/packages/tui/internal/app/app.go +++ b/packages/tui/internal/app/app.go @@ -21,6 +21,7 @@ import ( ) var RootPath string +var CwdPath string type App struct { Info opencode.App @@ -61,6 +62,7 @@ func New( httpClient *opencode.Client, ) (*App, error) { RootPath = appInfo.Path.Root + CwdPath = appInfo.Path.Cwd configInfo, err := httpClient.Config.Get(ctx) if err != nil { -- cgit v1.2.3