unlost 0.14.0

Unlost - Local-first code memory for a workspace.
Documentation
1
2
3
4
5
6
7
8
//! Platform-specific shims for agent integrations.
//!
//! Each shim adapts an external protocol to the internal flow events.

pub mod claude;
pub mod copilot;
pub mod opencode;
pub mod opencode_stdio;