Harden terminal WebSocket edge cases #37

Merged
jimmy merged 2 commits from dev into main 2026-03-15 23:22:09 +08:00
2 changed files with 8 additions and 0 deletions
Showing only changes of commit d19707422d - Show all commits
+7
View File
@@ -28,6 +28,13 @@ ARG YQ_VERSION=v4.44.6
RUN wget -q -O /usr/local/bin/yq "https://github.com/mikefarah/yq/releases/download/${YQ_VERSION}/yq_linux_amd64" \
&& chmod +x /usr/local/bin/yq
ARG TEA_VERSION=0.12.0
RUN wget -q -O /tmp/tea.tar.gz "https://dl.gitea.com/tea/${TEA_VERSION}/tea-${TEA_VERSION}-linux-amd64.tar.gz" \
&& tar -xzf /tmp/tea.tar.gz -C /tmp \
&& mv /tmp/tea-${TEA_VERSION}-linux-amd64/tea /usr/local/bin/tea \
&& chmod +x /usr/local/bin/tea \
&& rm -rf /tmp/tea.tar.gz /tmp/tea-${TEA_VERSION}-linux-amd64
RUN npm install -g @anthropic-ai/claude-code
RUN python3 - <<'PY'
+1
View File
@@ -14,4 +14,5 @@ zip
unzip
make
tmux
tea
claude