UI counts .gitkeep as unread messages (red bubble) #4
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
After adding
.gitkeepfiles to inbox directories for git tracking, the UI shows them as unread messages with a red bubble.Root cause: The API/backend lists all files in the inbox directory, not just
*.json.Fix: Filter to
*.jsononly when listing inbox messages.Affected: Every agent with a
.gitkeepin their inbox shows 1 false unread.Fixed: filter to *.json only in all file listing/counting code (inbox, processed, broadcasts). Commit:
d05073d