Show HN: H‑codex update – Now supports Python and more file types
1 hpbyte 0 8/7/2025, 8:35:32 AM github.com ↗
Quick update to my previous post about h‑codex – a semantic code search tool for cross-repo context retrieval, built for AI-assisted software development.
- Python support - Fallback recursive chunking for other non-programming files such as markdowns, css etc.
Background: I’ve been frustrated trying to get the right context when working across multiple repos in AI assisted software development.
So, I built h‑codex – a tool that can pull context from scattered repos into Cursor / Claude Code (integrated via MCP); ensuring that they’ve got the full picture when doing the plans/implementation.
Check it out: https://github.com/hpbyte/h-codex
No comments yet