Rename Invoke button to Run Heartbeat for UX consistency - #221
Merged
cryppadotta merged 1 commit intoMar 7, 2026
Merged
Conversation
Contributor
Greptile SummaryThis PR renames the "Invoke" button label to "Run Heartbeat" in
Confidence Score: 5/5
Important Files Changed
Sequence DiagramsequenceDiagram
participant User
participant AgentDetail UI
participant agentsApi
participant Server
User->>AgentDetail UI: Click "Run Heartbeat"
AgentDetail UI->>AgentDetail UI: agentAction.mutate("invoke")
AgentDetail UI->>agentsApi: invoke(agentLookupRef, companyId)
agentsApi->>Server: POST /heartbeat/invoke
Server-->>agentsApi: HeartbeatRun { id, ... }
agentsApi-->>AgentDetail UI: data
AgentDetail UI->>AgentDetail UI: Navigate to run detail page
|
tmartin2113
pushed a commit
to tmartin2113/paperclip
that referenced
this pull request
Mar 15, 2026
…-run-heartbeat Rename Invoke button to Run Heartbeat for UX consistency
nydamon
added a commit
to nydamon/paperclip-1
that referenced
this pull request
Apr 9, 2026
…ipai#221) Board user comments are explicit instructions that should always reach the agent. The gate_block_backoff was unconditionally skipping wakeups after 3+ consecutive gate blocks, silently dropping board user comments. Now requestedByActorType=user bypasses the backoff and resets the gateBlockCount so the agent gets a fresh slate. Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
p4w4n
pushed a commit
to p4w4n/paperclip
that referenced
this pull request
May 8, 2026
…-run-heartbeat Rename Invoke button to Run Heartbeat for UX consistency
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Existing UX evidence this is what we should be calling it
New name
Still looks okay with mobile