This repository was archived by the owner on Aug 6, 2026. It is now read-only.
Remove "Looping" from agent thinking messages - #3896
Merged
Conversation
"Looping" collides with the "loops" feature and is misleading since the agent isn't running a loop while thinking. Removed from both copies of THINKING_MESSAGES. Generated-By: PostHog Code Task-Id: 5488fce5-0445-49d8-8521-74b8eb681683
|
😎 Merged successfully - details. |
Contributor
|
es, we control those — they live in a Removed it from both copies and opened a draft PR: #3896. |
rafaeelaudibert
marked this pull request as ready for review
July 28, 2026 20:04
rafaeelaudibert
enabled auto-merge (squash)
July 28, 2026 20:04
|
React Doctor found no issues in the changed files. 🎉 Reviewed by React Doctor for commit |
Contributor
|
Reviews (1): Last reviewed commit: "Remove "Looping" from agent thinking mes..." | Re-trigger Greptile |
There was a problem hiding this comment.
Trivial cosmetic change removing one word from a static UI string array in two files; no risky territory, no behavior change beyond display text.
- 👍 on the PR from greptile-apps[bot].
Gate mechanics and policy version
| Gate | Result | |
|---|---|---|
| prerequisites | ✓ | all clear |
| deny-list | ✓ | no deny categories matched |
| size | ✓ | 2L, 2F substantive — within ceiling |
| tier | ✓ | T1-agent / T1b-small (2L, 2F, two-areas, unknown) |
| stamphog 2.0.0b3 | .stamphog/policy.yml @ 608b6d5 · reviewed head 4d63cdf |
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Problem
The word "Looping" showing while the agent is thinking is misleading — it collides with the "loops" feature and implies the agent is running a loop when it isn't. Raised in a Slack thread.
Changes
Removed
"Looping"from theTHINKING_MESSAGESlist in both places it lives (the mobile chat util and the sharedGeneratingIndicatorcomponent). All other status words are unchanged.How did you test this?
No tests run — this is a one-word deletion from a static string array.
Automatic notifications
Created with PostHog from a Slack thread