pointbreak 0.5.0

Durable terminal code review for changes humans and coding agents collaborate on together
Documentation
1
2
3
4
5
6
7
8
9
mod parse;
mod translate;
pub(crate) mod write;

pub use parse::{
    AssistantMessage, ParsedMessage, ParsedSession, TextBlock, ThinkingBlock, ToolResultMessage,
    ToolResultRef, ToolUse, UserMessage, parse_session,
};
pub use translate::{AdapterIntent, translate_session};