Skip to content

Port upstream #519: cron messages bypass quiet/listen-only suppression - #2

Open
bruno320x wants to merge 4 commits into
bruno320x:integration/upstream-prsfrom
ciaranashton:fix/cron-listen-only-suppression
Open

bruno320x wants to merge 4 commits into
bruno320x:integration/upstream-prsfrom
ciaranashton:fix/cron-listen-only-suppression

Conversation

@bruno320x

Copy link
Copy Markdown
Owner

Port of spacedriveapp#519 onto the fork integration branch. Purpose: preserve cron/system-originated delivery when response mode is quiet or mention-only. Staged before main and subject to the integration CI gates.

ciaranashton and others added 4 commits March 31, 2026 10:39
Cron-originated messages carry a platform source (e.g., "slack") for
adapter routing but use sender_id="system". The listen-only guard only
checked message.source != "system", so cron messages were silently
suppressed — the channel returned without running the LLM, producing
no output and skipping delivery.

Add sender_id != "system" to the guard so cron messages are correctly
exempted from listen-only suppression.
Upstream replaced listen_only_mode boolean with ResponseMode enum.
Applied the sender_id="system" fix to the new guard and updated the
test to match.
@coderabbitai

coderabbitai Bot commented Sep 15, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Advanced

Run ID: da685aee-9a07-4c75-818e-22efaccf40b4

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Sep 15, 2026

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
🔒 Security Review Completed 2026-09-15T13:24:23.795615Z ad7856c PR opened
ℹ️ 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" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

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.

3 participants