Skip to content

feat(assistant): add update-bulletin-job background processor#26399

Merged
siddseethepalli merged 1 commit into
mainfrom
run-plan/updates-bg-job/pr-1
Apr 18, 2026
Merged

feat(assistant): add update-bulletin-job background processor#26399
siddseethepalli merged 1 commit into
mainfrom
run-plan/updates-bg-job/pr-1

Conversation

@siddseethepalli

@siddseethepalli siddseethepalli commented Apr 18, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Adds runUpdateBulletinJobIfNeeded() — a fire-and-forget processor for UPDATES.md that bootstraps a background conversation and wakes the agent when content changes.
  • De-dups via a sha256 content hash stored in the updates:last_processed_hash memory checkpoint; empty/missing files are stored as the "empty" sentinel.
  • Includes hermetic unit tests covering the config gate, file-presence variants, hash match/miss, post-wake hash update, and error swallowing.
  • Adds "updates-bulletin" to the TitleOrigin union so the new background conversations can be created through bootstrapConversation.

Part of plan: updates-md-background-job.md (PR 1 of 9)


Open in Devin Review

@siddseethepalli siddseethepalli merged commit c141106 into main Apr 18, 2026
@siddseethepalli siddseethepalli deleted the run-plan/updates-bg-job/pr-1 branch April 18, 2026 20:45

@devin-ai-integration devin-ai-integration Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Devin Review found 4 potential issues.

View 1 additional finding in Devin Review.

Open in Devin Review

Comment thread assistant/src/prompts/update-bulletin-job.ts
Comment thread assistant/src/prompts/update-bulletin-job.ts
Comment thread assistant/src/prompts/update-bulletin-job.ts
Comment thread assistant/src/prompts/update-bulletin-job.ts

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 03b3b1cc23

ℹ️ 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".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread assistant/src/prompts/update-bulletin-job.ts
@siddseethepalli

Copy link
Copy Markdown
Contributor Author

Addressed in #26460

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.

1 participant