All activity
Tomoya Fujitaleft a comment
Hey Product Hunt! 👋 I'm Tomoya, and I'm excited to share logifai with you today! The Problem: We've all been there – you're coding with Claude Code (or any AI assistant), an error pops up, and you have to scroll through your terminal, copy the log, paste it back, and ask "what went wrong?" I was doing this 10+ times a day, and thought: "Why am I manually feeding my AI assistant the logs it...

logifaiAuto-capture development logs for Claude Code
The idea is simple: pipe your command through logifai, and Claude Code can search your logs directly.
npm run dev 2>&1 | logifai
Hit an error → just ask Claude "what went wrong?"
It captures everything into structured NDJSON, has a Web UI with live streaming, and includes a Claude Code Skill so Claude can search your logs.
It also has a Log Reference feature — select lines in the Web UI, click "Copy Ref", paste a compact logifai:// URI into Claude instead of hundreds of log lines.

logifaiAuto-capture development logs for Claude Code
Tomoya Fujitaleft a comment
Generate the title and body of the Pull Request with ChatGPT API based on git diff. Create a new Pull Request or update an existing Pull Request based on this title and body.

PRAI: AI Generates PR title and bodyGenerate title and body of the PR with git diff
Generate the title and body of the Pull Request with ChatGPT API based on git diff. Create a new Pull Request or update an existing Pull Request based on this title and body. - tomoyaf/gh-prai

PRAI: AI Generates PR title and bodyGenerate title and body of the PR with git diff
