Skip to main content

Crate pr_comments

Crate pr_comments 

Source

Re-exports§

pub use tools::build_registry;

Modules§

git
github
logging
Logging utilities for pr_comments.
models
pagination
Pagination state helpers specific to pr_comments.
tools
Tool wrappers for pr_comments using agentic-tools-core.

Structs§

PrComments

Constants§

AI_PREFIX
AI response prefix to clearly identify automated replies.

Functions§

with_ai_prefix
Prepend the AI prefix to a message body if it’s not already present. Avoids double-prefixing, handles leading whitespace.