Skip to content

Commit f2ae7df

Browse files
daniel-rudaevclaude
andcommitted
fix: remove usage footer patch — already fixed on upstream main
The verboseEnabled/buildInlinePluginStatusPayload block that caused appendUsageLine to run too late (#17832) no longer exists on upstream/main. The usage footer ordering is already correct. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent fddce93 commit f2ae7df

2 files changed

Lines changed: 0 additions & 71 deletions

File tree

Dockerfile.base

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,6 @@ RUN pnpm install --no-frozen-lockfile
4242
COPY patches/apply-prompt-cache-context-files-fix.sh /tmp/apply-prompt-cache-context-files-fix.sh
4343
RUN bash /tmp/apply-prompt-cache-context-files-fix.sh
4444

45-
# Patch: fix usage footer dropped by blockStreaming (#17832)
46-
COPY patches/apply-usage-footer-fix.sh /tmp/apply-usage-footer-fix.sh
47-
RUN bash /tmp/apply-usage-footer-fix.sh
48-
4945
RUN pnpm build
5046
ENV OPENCLAW_PREFER_PNPM=1
5147
RUN pnpm ui:install && pnpm ui:build

patches/apply-usage-footer-fix.sh

Lines changed: 0 additions & 67 deletions
This file was deleted.

0 commit comments

Comments
 (0)