Commit Graph

4 Commits

Author SHA1 Message Date
Kunthawat Greethong
6d74721b85 Add user settings configuration for GPT-5 Codex model with Azure provider 2025-12-05 12:17:08 +07:00
Kunthawat Greethong
d22227bb13 feat: implement fuzzy search and replace functionality with Levenshtein distance
- Added `applySearchReplace` function to handle search and replace operations with fuzzy matching capabilities.
- Introduced tests for various scenarios including fuzzy matching with typos, exact matches, and handling whitespace differences.
- Created a parser for search/replace blocks to facilitate the new functionality.
- Updated prompts for search-replace operations to clarify usage and examples.
- Added utility functions for text normalization and language detection based on file extensions.
- Implemented a minimal stdio MCP server for local testing with tools for adding numbers and printing environment variables.
2025-12-05 11:28:57 +07:00
Kunthawat Greethong
11986a0196 Add project files 2025-12-05 09:26:53 +07:00
3b43cb52ef Add blank 2025-12-05 09:25:17 +07:00