Document integrations and plugins - #409
Merged
cassidyjames merged 4 commits intoJul 14, 2026
Merged
Conversation
SemTiOne
requested review from
a team,
EXBreder,
ayubun,
haileyok and
vinaysrao1
as code owners
July 4, 2026 00:51
Contributor
📝 WalkthroughWalkthroughThis PR adds ChangesIntegrations Documentation
Estimated code review effort: 1 (Trivial) | ~5 minutes Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
cassidyjames
approved these changes
Jul 14, 2026
cassidyjames
left a comment
Member
There was a problem hiding this comment.
Thanks so much @SemTiOne!
cassidyjames
enabled auto-merge (squash)
July 14, 2026 13:02
cassidyjames
added a commit
that referenced
this pull request
Jul 14, 2026
PR #409 and this branch both added an integrations page closing #383. Keep #409's fuller walkthrough as the base at development/integrations.md, fold in the branch page's unique content (hash-lookup and review-tool extension points, UdfCategories tip, data-flow cross-links, extra hooks), and redirect the old top-level URL. Also set create-missing = false so bad SUMMARY paths fail the build instead of silently creating stub pages.
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.
Description
Adds
docs/integrations.md— a guide covering how to extend Osprey via plugins, walking through UDFs (including side-effect UDFs and async UDFs), hash-based lookups, custom input sinks, output sinks (sync and async), connecting a labels service to a review tool, and plugging in ML models. Also registers the page indocs/SUMMARY.md.Closes #383
docs/integrations.md— new filedocs/SUMMARY.md— add Integrations and Plugins under Concepts & MoreChecklist
uv run ruff check .passes (no unused imports or other lint errors)uv tool run fawltydeps --check-unused --pyenv .venvpasses (no unused dependencies)CHANGELOG.mdwith my changes, if notable (refer to Keep a Changelog conventions)Summary by CodeRabbit