i-self 0.4.3

Personal developer-companion CLI: scans your repos, indexes code semantically, watches your activity, and moves AI-agent sessions between tools (Claude Code, Aider, Goose, OpenAI Codex CLI, Continue.dev, OpenCode).
1
2
3
4
5
6
7
8
9
#![allow(dead_code)]

pub struct TeamInsights;

impl TeamInsights {
    pub fn new() -> Self {
        Self
    }
}