Skip to content

perf: add docker-compose.yml - #2029

Merged
LeeEirc merged 2 commits into
new_terminalfrom
pr@new_terminal@perf_terminal
Aug 6, 2026
Merged

perf: add docker-compose.yml#2029
LeeEirc merged 2 commits into
new_terminalfrom
pr@new_terminal@perf_terminal

Conversation

@fit2bot

@fit2bot fit2bot commented Aug 6, 2026

Copy link
Copy Markdown
Contributor

feat: add terminal AI agent
perf: remove ui build
perf: add docker-compose.yml

@fit2bot
fit2bot requested a review from a team August 6, 2026 10:28
Comment thread Dockerfile-base
esac \
&& apt-get update \
&& apt-get install -y --no-install-recommends pkg-config xz-utils \
&& wget -O /tmp/zig.tar.xz https://ziglang.org/download/${ZIG_VERSION}/zig-${ZIG_ARCH}-linux-${ZIG_VERSION}.tar.xz \
Comment thread Dockerfile-base
&& wget -O /tmp/zig.tar.xz https://ziglang.org/download/${ZIG_VERSION}/zig-${ZIG_ARCH}-linux-${ZIG_VERSION}.tar.xz \
&& tar -xf /tmp/zig.tar.xz -C /opt \
&& mv /opt/zig-${ZIG_ARCH}-linux-${ZIG_VERSION} /opt/zig \
&& wget -O /tmp/ghostty.tar.gz https://github.com/ghostty-org/ghostty/archive/${GHOSTTY_COMMIT}.tar.gz \
return;
const terminalId = currentTerminalId();
const message: ChatMessage = {
id: `user-${Date.now()}-${Math.random().toString(16).slice(2)}`,
}

export function createRequestId(prefix = 'request') {
return `${prefix}-${Date.now()}-${Math.random().toString(16).slice(2)}`;
Comment thread Dockerfile-base
COPY --from=stage-go-build /go/ /go/
ENV GOPATH=/go
ENV PATH=/go/bin:/usr/local/go/bin:$PATH
FROM golang:1.26.3-trixie
@LeeEirc
LeeEirc force-pushed the pr@new_terminal@perf_terminal branch from ca4b807 to c424943 Compare August 6, 2026 15:06
@sonarqubecloud

sonarqubecloud Bot commented Aug 6, 2026

Copy link
Copy Markdown

Quality Gate Failed Quality Gate failed

Failed conditions
C Security Rating on New Code (required ≥ A)

See analysis details on SonarQube Cloud

Catch issues before they fail your Quality Gate with our IDE extension SonarQube for IDE

@LeeEirc
LeeEirc merged commit 14c3811 into new_terminal Aug 6, 2026
1 of 3 checks passed
@LeeEirc
LeeEirc deleted the pr@new_terminal@perf_terminal branch August 6, 2026 16:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants