Skip to content

fix: address review feedback from PR #9334#9393

Merged
noanflaherty merged 1 commit into
mainfrom
fix/pr-9334-review-feedback
Feb 26, 2026
Merged

fix: address review feedback from PR #9334#9393
noanflaherty merged 1 commit into
mainfrom
fix/pr-9334-review-feedback

Conversation

@noanflaherty
Copy link
Copy Markdown
Contributor

@noanflaherty noanflaherty commented Feb 26, 2026

Address review comments from #9334 (revert #9333 + rework guardian: show code in UI, reply in channel)


Open with Devin

Co-Authored-By: Claude <noreply@anthropic.com>
@noanflaherty noanflaherty self-assigned this Feb 26, 2026
@noanflaherty noanflaherty merged commit 02342ea into main Feb 26, 2026
@noanflaherty noanflaherty deleted the fix/pr-9334-review-feedback branch February 26, 2026 03:05
Copy link
Copy Markdown
Contributor

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

Choose a reason for hiding this comment

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

✅ Devin Review: No Issues Found

Devin Review analyzed this PR and found no potential bugs to report.

View in Devin Review to see 3 additional findings.

Open in Devin Review

Copy link
Copy Markdown

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

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: f182f8e220

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

[GUARDIAN_VERIFY_TEMPLATE_KEYS.TELEGRAM_CHALLENGE_REQUEST]: (_vars) => {
return 'Vellum assistant guardian verification requested. Reply with the 6-digit code you were given.';
[GUARDIAN_VERIFY_TEMPLATE_KEYS.TELEGRAM_CHALLENGE_REQUEST]: (vars) => {
return `Vellum assistant guardian verification requested. Your code is: ${vars.code}. Reply with this code or use /guardian_verify ${vars.code}`;
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Badge Keep Telegram challenge codes out of direct outbound messages

This change now includes vars.code in every Telegram challenge text, but that template is also used by the numeric chat-ID start_outbound path (assistant/src/daemon/handlers/config-channels.ts), where operators can mistype or reuse a stale destination. Before, a misrouted recipient still could not verify without the out-of-band code shown to the initiator; now the recipient has everything needed in-channel (/guardian_verify <code>) and can bind themselves as guardian, turning destination mistakes into unauthorized binding risk.

Useful? React with 👍 / 👎.

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