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
pub(crate) mod protocol;
mod pubkey;
mod signer;
pub(crate) mod transport;

pub use pubkey::parse_ssh_ed25519_public_key;
pub use signer::{AgentUnavailable, SshAgentSigner, agent_has_key, preflight_ssh_agent_signer};