coco-search: CocoSearch is a local-first hybrid semantic code search tool that combines vector similarity and keyword matching via RRF fusion. It uses CocoIndex for indexing, Tree-sitter for syntax-aware chunking, and PostgreSQL with pgvector for storage. It supports 32 languages, 9 grammars, dependency graphs, cross-repo search, and multiple interfaces.; 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.
Exploratory/semantic queries about code functionality
Automated code review: set up a daemon that reviews pull requests or file changes.