mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-15 05:02:07 +00:00
- Replace slow synchronous directory walking with fd for fuzzy file search - Auto-download fd to ~/.pi/agent/tools/ if not found in PATH - Performance improved from ~900ms to ~10ms per keystroke on large repos - Remove minimatch dependency from tui package - Graceful degradation if fd unavailable (empty results) Fixes #69
26 lines
No EOL
284 B
Text
26 lines
No EOL
284 B
Text
node_modules/
|
|
dist/
|
|
*.log
|
|
.DS_Store
|
|
*.tsbuildinfo
|
|
# packages/*/node_modules/
|
|
packages/*/dist/
|
|
packages/*/dist-chrome/
|
|
packages/*/dist-firefox/
|
|
|
|
# Environment
|
|
.env
|
|
|
|
# Editor files
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# Package specific
|
|
.npm/
|
|
coverage/
|
|
.nyc_output/
|
|
.pi_config/
|
|
tui-debug.log |