feat(ipuaro): add autocomplete configuration

- Add AutocompleteConfigSchema with enabled, source, maxSuggestions
- Update useAutocomplete hook to read from config
- Add 27 unit tests for autocomplete config
- Fix unused variable in Chat component
- Update ROADMAP and CHANGELOG
This commit is contained in:
imfozilbek
2025-12-02 02:26:36 +05:00
parent fa647c41aa
commit 60052c0db9
7 changed files with 280 additions and 15 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@samiyev/ipuaro",
"version": "0.22.2",
"version": "0.22.3",
"description": "Local AI agent for codebase operations with infinite context feeling",
"author": "Fozilbek Samiyev <fozilbek.samiyev@gmail.com>",
"license": "MIT",