Skip to content

Add mention-only personality guidance for bot replies#234

Open
Justkog wants to merge 1 commit intostagingfrom
sniptaildev/implement-1777131211108-u8goxt
Open

Add mention-only personality guidance for bot replies#234
Justkog wants to merge 1 commit intostagingfrom
sniptaildev/implement-1777131211108-u8goxt

Conversation

@Justkog
Copy link
Copy Markdown
Owner

@Justkog Justkog commented Apr 25, 2026

User request (raw):

please implement the plan

Summary

  • Add an optional worker-level mention_personality setting to lightly steer MENTION replies without affecting ASK, EXPLORE, PLAN, REVIEW, IMPLEMENT, or RUN jobs.
  • Thread the new setting through worker config and agent run options so Codex, Copilot, and OpenCode all receive the same mention-only prompt hint.
  • Update the mention prompt template to append a guarded Style note: block only when the personality is configured, and document the new setting in sniptail.worker.toml.

Notes

  • The change is intentionally scoped to conversational mention responses only; report- and artifact-producing modes are unchanged.
  • When mention_personality is unset, current behavior remains the same.
  • pnpm run build passed after the changes.

SniptailDev: implement-1777131211108-u8goxt

Add an optional worker-level mention_personality setting that appends
lightweight style guidance to MENTION prompts only. This keeps
conversational replies customizable while preserving the existing
behavior and structured output requirements for the repo-analysis and
artifact-producing modes.

The implementation threads the new field from worker config through
shared agent run options and into the mention prompt builder used by
Codex, Copilot, and OpenCode. It also documents the new setting in
sniptail.worker.toml and leaves behavior unchanged when the setting is
not configured.
@Justkog Justkog added enhancement New feature or request release:minor New feature, backward-compatible behavior labels Apr 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request release:minor New feature, backward-compatible behavior

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant