Wick: Wick captures C# exceptions from Godot games, enriches them with Roslyn-powered source context (method body, caller chain, logs, scene state), and delivers the full picture to AI assistants via MCP in a single turn. It reduces diagnosis from many turns to one. It also provides build diagnostics, Roslyn analysis tools, and a modular tool group system.; initrunner: InitRunner lets you define an agent in one YAML file, chat with it, run it autonomously, and deploy it as a daemon triggered by cron, file changes, webhooks, or Telegram messages. It supports multiple execution modes, built-in memory, cost controls, multi-agent orchestration, and security features. Built on PydanticAI.
Diagnosing C# exceptions in Godot games with full source context in a single AI turn
Automated code review: set up a daemon that reviews pull requests or file changes.