Alex alex
  • Joined on 2026-05-11
alex pushed to main at alex/pi-map 2026-06-10 18:55:28 +02:00
010e4b83eb feat: render ASCII progress bar in Pi extension updates
alex pushed to main at alex/pi-map 2026-06-10 18:43:59 +02:00
9bdb862cca feat: add progress bar to init/reinit with per-file tracking
alex pushed to main at alex/pi-map 2026-06-10 18:08:25 +02:00
78c60f9ca1 refactor: simplify cache location to .cache/llm-cache.json
alex pushed to main at alex/pi-map 2026-06-10 17:59:14 +02:00
dd8ac3a604 refactor: move cache to .cache/pi-project-map/ (hidden by default)
alex pushed to main at alex/pi-map 2026-06-10 17:34:58 +02:00
2f198ea0d2 feat: remove heuristics, go LLM-only with mocks + restructure
d948d88d0a feat: add live progress streaming to init/reinit tools
bd5ba74aa2 fix: parallelize file processing in init to prevent Pi timeout
Compare 3 commits »
alex pushed to main at alex/pi-map 2026-06-10 16:19:59 +02:00
553789a59f fix: resolve Pi LLM auth through modelRegistry
alex pushed to main at alex/pi-map 2026-06-10 16:05:28 +02:00
6f13c66dae fix: remove tree-sitter-go to resolve peer dependency conflict
alex pushed to main at alex/pi-map 2026-06-10 15:59:35 +02:00
dbde651a2a feat: rich AST extraction with classes, methods, calls, and raises
alex pushed to main at alex/pi-map 2026-06-10 15:13:13 +02:00
ed9f843d65 feat: move LLM cache to project-local directory
alex pushed to dev at alex/headquarter 2026-06-10 15:11:01 +02:00
886be83af5 fix: enable folder navigation in workspace file browser
alex pushed to main at alex/pi-map 2026-06-10 14:49:24 +02:00
5c6719817f feat: Pi extension uses Pi's internal complete() for LLM analysis
alex pushed to main at alex/pi-map 2026-06-10 10:28:19 +02:00
57c0f08210 refactor: Pi extension uses heuristics+AST instead of direct LLM calls
alex pushed to main at alex/pi-map 2026-06-09 23:36:10 +02:00
7db9202658 fix: rename skill to match repo directory name (pi-map)
alex pushed to main at alex/pi-map 2026-06-09 23:33:59 +02:00
e66ed25cee fix: remove conflicting tree-sitter-go and tree-sitter-python dependencies
alex created branch main in alex/pi-map 2026-06-09 22:50:51 +02:00
alex pushed to main at alex/pi-map 2026-06-09 22:50:51 +02:00
69d3acda5d feat: M7 proper LLM integration with dual providers, caching, and parallel batching
7b67205d43 Update design doc and implementation plan for proper LLM integration
93c2ac60c5 Pi skill integration, CLI polish, --fix flag, config file support
ab45859d65 Add AST extraction tests, broader ignore patterns, build dist
3dbb3cb7b2 Fix discover, improve LLM heuristics, add integration tests
alex created repository alex/pi-map 2026-06-09 22:35:21 +02:00
alex pushed to dev at alex/headquarter 2026-06-09 19:03:38 +02:00
82091e31a8 fix: stop health monitor spam and garbled notification metadata
alex pushed to dev at alex/headquarter 2026-06-09 16:13:21 +02:00
b2c84e2064 fix: default to full URL mode and short-circuit SSH URL validation in repo dialog
alex pushed to dev at alex/headquarter 2026-06-09 14:39:52 +02:00
680417a0a2 fix: remove rel=noopener from all session/instance links to enable tab reuse