diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3038240..1414528 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -58,8 +58,7 @@ jobs: # We deliberately do NOT tag `:latest`. ECR repositories have immutable # tags enabled, so `latest` can't be reused across releases. Deploys pin - # to the version tag (or short sha) — see deployments/agent-platform/ - # Makefile, which derives TAG from `git rev-parse --short HEAD`. + # to the version tag or short sha. - name: Build and push platform image run: | docker build --platform linux/amd64 \ diff --git a/web/src/components/MessageList.tsx b/web/src/components/MessageList.tsx index f88518a..133f0e8 100644 --- a/web/src/components/MessageList.tsx +++ b/web/src/components/MessageList.tsx @@ -298,7 +298,7 @@ export function MessageList({ {displayContent} ) : ( -
+
{showThinkingPlaceholder && ( Thinking