Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion web/src/components/MessageList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ export function MessageList({
<span className="presence-user-message italic">{displayContent}</span>
</div>
) : (
<div className="break-words min-w-0 overflow-hidden flex flex-col gap-3">
<div className="w-full break-words min-w-0 overflow-hidden flex flex-col gap-3">
{showThinkingPlaceholder && (
<span className="text-xs font-mono text-muted-foreground/60 presence-thinking">
Thinking
Expand Down