Compare commits

..

10 Commits

Author SHA1 Message Date
Andy Lee
6cacdbe7e5 fix: Use uv venv for Arch Linux CI wheel installation
- Use astral-sh/setup-uv@v4 action for consistency with other jobs
- Create virtual environment with uv venv to bypass PEP 668 restrictions
- Install wheels using uv pip install for faster dependency resolution
- Maintain tool consistency across the entire CI pipeline

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-16 17:00:22 -07:00
Andy Lee
a0c7b908b9 fix: Use curl User-Agent for lychee link checking
Intel website has specific anti-bot logic:
- Blocks browser User-Agents (returns 403)
- Blocks lychee default User-Agent (returns 403)
- Allows curl User-Agent (returns 200)

This enables proper link validation for Intel documentation.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-16 13:48:02 -07:00
Andy Lee
e22e43b223 fix: Configure lychee to use browser User-Agent for Intel links
- Replace domain exclusion with browser User-Agent to properly check Intel links
- Intel website blocks automated tools but allows browser-like requests
- This enables proper link validation while avoiding 403 Forbidden errors

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-16 13:45:00 -07:00
Andy Lee
956927dfd8 fix: Update Intel MKL download link to avoid 403 error
- Replace problematic Intel download URL that returns 403 Forbidden
- Use general Intel oneAPI MKL page instead of specific download parameters
- This fixes the lychee link checker CI failure

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-16 13:41:59 -07:00
Andy Lee
2e25772f91 Merge remote-tracking branch 'origin/main' into fix/update-diskann-mkl-linking 2025-08-16 13:39:02 -07:00
Andy Lee
8c04a8345e chore: all linux deps 2025-08-16 13:38:30 -07:00
Andy Lee
4dbe5420b2 fix: Update DiskANN submodule with MKL linking improvements
Updates DiskANN submodule to include fix for MKL linking issues:
- Replaces global link_libraries() with target-specific linking
- Uses dynamic MKL linking (mkl_rt) for better cross-platform compatibility
- Prevents MKL contamination of unrelated targets (like zlib tests)
- Resolves build failures on strict linkers (Arch Linux) while maintaining Ubuntu compatibility

DiskANN commit: c593831 - fix: Replace global MKL linking with target-specific approach

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-16 12:45:19 -07:00
Andy Lee
49fdbe45b7 chore: vscode ruff, and format 2025-08-16 11:28:45 -07:00
Andy Lee
a8c526e64b Merge main into feature/auto-register-app-indexes
Resolved conflicts by keeping enhanced CLI functionality with app discovery:
- Enhanced list_indexes() with _discover_indexes_in_project() supporting both CLI and app formats
- Maintained register_project_directory() function with proper imports
- Updated README.md with comprehensive CLI documentation including type icons

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-16 00:07:39 -07:00
Andy Lee
0c13673690 feat: Enhance CLI with improved list and smart remove commands
##  New Features

### 🏠 Enhanced `leann list` command
- **Better UX**: Current project shown first with clear separation
- **Visual improvements**: Icons (🏠/📂), better formatting, size info
- **Smart guidance**: Context-aware usage examples and getting started tips

### 🛡️ Smart `leann remove` command
- **Safety first**: Always shows ALL matching indexes across projects
- **Intelligent handling**:
  - Single match: Clear location display with cross-project warnings
  - Multiple matches: Interactive selection with final confirmation
- **Prevents accidents**: No more deleting wrong indexes due to name conflicts
- **User-friendly**: 'c' to cancel, clear visual hierarchy, detailed info

### 🔧 Technical improvements
- **Clean logging**: Hide debug messages for better CLI experience
- **Comprehensive search**: Always scan all projects for transparency
- **Error handling**: Graceful handling of edge cases and user input

## 🎯 Impact
- **Safer**: Eliminates risk of accidental index deletion
- **Clearer**: Users always know what they're operating on
- **Smarter**: Automatic detection and handling of common scenarios

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-15 23:39:48 -07:00

Diff Content Not Available