Skip to content

Polish agent runtime cards#1327

Merged
wesbillman merged 11 commits into
mainfrom
kennylopez-bug-fixes-20260627
Jun 29, 2026
Merged

Polish agent runtime cards#1327
wesbillman merged 11 commits into
mainfrom
kennylopez-bug-fixes-20260627

Conversation

@klopez4212

@klopez4212 klopez4212 commented Jun 27, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Makes agent cards fully clickable and moves start/error/running controls into the avatar badge.
  • Adds a shared scalable avatar badge mask for agent cards and profile surfaces.
  • Starts inactive agents/personas from the card and opens runtime details for errors.

Snapshots

Agent runtime badge states

Checks

  • pnpm exec biome check ...
  • pnpm exec tsc --noEmit --pretty false
  • cargo fmt --manifest-path desktop/src-tauri/Cargo.toml --check
  • cargo test --manifest-path desktop/src-tauri/Cargo.toml managed_agents::personas
  • git diff --check
  • pre-push hooks: desktop-test, rust-tests, mobile-test, desktop-tauri-test

klopez4212 added a commit that referenced this pull request Jun 27, 2026
@klopez4212 klopez4212 requested a review from wesbillman June 27, 2026 10:51

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 796bcabe6e

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread desktop/src/features/agents/ui/useManagedAgentActions.ts

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 0bd7b6a400

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread desktop/src/features/agents/ui/useManagedAgentActions.ts

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 65d5b280d8

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread desktop/src/features/agents/ui/useManagedAgentActions.ts Outdated

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 4a68a0846b

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread desktop/src/features/agents/ui/useManagedAgentActions.ts
…20260627

# Conflicts:
#	desktop/src/features/agents/ui/UnifiedAgentsSection.tsx
#	desktop/src/shared/api/types.ts
@wesbillman wesbillman enabled auto-merge (squash) June 29, 2026 13:43

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: c8e0fcd81a

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread desktop/src/features/agents/ui/useManagedAgentActions.ts Outdated
Comment thread desktop/tests/e2e/active-turn-resilience.spec.ts Outdated
@klopez4212 klopez4212 requested a review from wesbillman June 29, 2026 14:14

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 4173c04b77

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread desktop/src/features/agents/ui/UnifiedAgentsSection.tsx

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: f8b2d1ce28

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread desktop/src/features/agents/ui/AgentRuntimeAvatarControl.tsx
@wesbillman wesbillman merged commit a3c4f3f into main Jun 29, 2026
25 checks passed
@wesbillman wesbillman deleted the kennylopez-bug-fixes-20260627 branch June 29, 2026 14:58
tlongwell-block pushed a commit that referenced this pull request Jun 29, 2026
Brings the merged #1321 multi-tenant relay rewrite (and other main
commits) under the chart-fix branch so #1348 renders and tests against
current main. No conflicts.

Co-authored-by: Tyler Longwell <tlongwell@block.xyz>
Signed-off-by: Tyler Longwell <tlongwell@block.xyz>

* origin/main:
  Multi-tenant Buzz relay: community_id as a server-resolved key (comprehensive rewrite) (#1321)
  Disable persona start while runtime discovery runs (#1353)
  chore(deps): update dependency @tanstack/react-virtual to v3.14.4 (#1342)
  Fix sidebar unread indicator placement (#1319)
  fix(desktop): un-clip hover action bar's upward bleed under content-visibility (#1354)
  Allow Huddle between 2 humans in DM (#1347)
  chore(release): release Buzz Desktop version 0.3.36 (#1352)
  Polish agent runtime cards (#1327)
  Rework desktop message-timeline scrolling: de-virtualize + native overflow-anchor (#1338)
  Keep wave huddles pending for placeholder profiles (#1349)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants