Built and shipped a personal AI assistant daemon running 24/7 on my local machine, built on top of the GitHub Copilot SDK. Key work this period:
- Copilot SDK integration - Using the SDK to power a conversational assistant that can run coding tasks, manage files, and orchestrate worker sessions
- Memory leak fixes - Identified and fixed worker sessions never being destroyed (each ~400MB RSS), causing overnight OOM crashes
- Session recovery - Investigating SDK limitations around resuming existing sessions; built workaround with context injection
- Telegram bot interface - Built a mobile interface so I can interact with the assistant from my phone; rewrote the Markdown formatter for mobile readability