1 Download Updated 3 weeks ago
ollama run qramarq/printurf
ollama launch claude --model qramarq/printurf
ollama launch opencode --model qramarq/printurf
ollama launch hermes --model qramarq/printurf
ollama launch openclaw --model qramarq/printurf
printurf() is a codebase-aware error explainer for ShipMBLang. It turns raw errors, tracebacks, diagnostics, and project context into concise Error / Cause / Fix reports, available from Python, the CLI, VS Code, and MCP-compatible clients.
Unlike a plain error formatter, printurf() can inspect nearby source files, index a project, identify traceback locations, and include relevant context from the codebase. When local model files are available, it can use the ShipMBLang/DripLM model path; when they are not, it still works through a deterministic fallback for common Python errors like NameError, TypeError, ModuleNotFoundError, AttributeError, KeyError, IndexError, and SyntaxError.