fix(desktop): hide internal artifacts from task timeline - #83102
Merged
trunk-io[bot] merged 1 commit intoAug 14, 2026
Conversation
Only task output files now create artifact timeline announcements. Desktop also hides historical announcements for internal run artifacts. Generated-By: PostHog Desktop Task-Id: 4124a619-4b24-46e5-85ea-016b920ef6be
|
😎 Merged successfully - details. |
Contributor
|
React Doctor found no issues in the changed files. 🎉 Reviewed by React Doctor for commit |
HostHog preview —
|
Contributor
There was a problem hiding this comment.
Contained bug fix filtering internal artifact types (git checkpoints, skill bundles) out of the task timeline and out of version-counting logic; diff matches the description, includes matching tests on both sides, and touches no risky territory. Cross-team authorship is offset by the author's STRONG familiarity with all four changed files.
- Author wrote 100% of the modified lines and has 19 merged PRs in these paths (familiarity STRONG).
Gate mechanics and policy version
| Gate | Result | |
|---|---|---|
| prerequisites | ✓ | all clear |
| deny-list | ✓ | no deny categories matched |
| size | ✓ | 39L, 2F substantive, 81L/4F incl. docs/generated/snapshots — within ceiling |
| tier | ✓ | T1-agent / T1b-small (81L, 4F, single-area, fix) |
| stamphog 2.0.0b4 | .stamphog/policy.yml @ 0b286b3 · reviewed head 81e268f |
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.

Problem
Task timelines show git checkpoint files as agent-created deliverables after cloud file edits.
The artifact upload path announced every agent upload, including internal files used to restore a run.
Changes
How did you test this code?
👉 Stay up-to-date with PostHog coding conventions for a smoother review.
Automatic notifications
Docs update
No docs update. This fixes unintended rows in an existing timeline without changing its documented workflow.
🤖 Agent context
Autonomy: Human-driven (agent-assisted)
/querying-posthog-data,/working-with-task-comments,/writing-simplified-technical-english,/writing-tests,/writing-code-comments, and/writing-pr-descriptions.