feat: IRC — add first-class channel support#11482
Merged
Merged
Conversation
vignesh07
marked this pull request as ready for review
February 7, 2026 21:58
vignesh07
force-pushed
the
codex/irc-first-class-channel
branch
from
February 7, 2026 22:02
a93ffd3 to
4f577a4
Compare
Contributor
|
Thanks for pushing this through. Overall direction looks good: IRC is wired into shared channel surfaces (registry/dock/config/schema), plugin packaging looks sane, and you added a solid set of focused tests + docs. Requests before merge
Optional follow-ups (can be post-merge if you prefer)
|
Member
Author
|
Addressed all three points from your review in f2c2e63:
Ran locally:
|
# Conflicts: # src/channels/dock.ts
Contributor
This was referenced Jun 29, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
extensions/ircwith inbound/outbound handling, config schema, onboarding hooks, monitor/probe support, and docsnickserv.enabled=falseduring nick collision recovery so NickServ credentials are not sent when disabled#Opsand#opsmap consistentlygroupPolicy=opensemantics for unconfigured channels while still respecting explicit disablesWhy
Testing
Greptile Overview
Greptile Summary
This PR introduces IRC as a first-class channel plugin under
extensions/irc, including protocol parsing/sanitization, an IRC client + monitor loop, inbound policy gates (DM policy, group allowlist/open/disabled, sender allowlists, mention-gating), onboarding flows, config schema/validation, and status/probe integration.It also wires IRC into the core channel registry/dock and shared config types/zod schemas so it shows up in onboarding and common “channel surfaces” (status, policy resolution).
Confidence Score: 3/5