Skip to content

Instantly share code, notes, and snippets.

# Obsidian Terminal Plugin Troubleshooting Guide
If you are running Claude Code on Windows using Git Bash (MINGW64) inside Obsidian and running into issues, here are the two most common problems and how to quickly resolve them.
---
## Issue 1: The Terminal UI Looks Broken or Garbled
**The Problem:**
When you open Claude Code, the text is misaligned, lines wrap in weird ways, and the interface looks completely scrambled. This happens because Git Bash doesn't automatically tell the terminal how wide or tall it is, so Claude Code gets confused about where to place the text.
type workflow
status active
trigger /pdf-to-rag
last_verified 2026-03-12
tags
workflow
rag
pdf
docling
obsidian
copilot
knowledge-base

Workflow — /pdf-to-rag

@ERICJ3ffrey
ERICJ3ffrey / pi_agent.md
Last active June 7, 2026 15:44
Setting Up PI Agent with OpenRouter

This the clean setup of Pi on OpenRouter by default

0) Install Pi

npm install -g @mariozechner/pi-coding-agent

Check that it installed:

@ERICJ3ffrey
ERICJ3ffrey / gist:39a837602e804f177d3bfed26985840e
Created June 18, 2026 19:15
6 Prompts To Get Consistent AI Results
1. Parallel agents
Use parallel agents for this.
Split the work into four separate agents:
- one to understand the current setup
- one to find the simplest path
- one to look for risks and edge cases
- one to suggest how we verify the work
Keep their work separate, then summarize the best plan.