Historia wersji dodatku Local AI helper — 25 wersji
Local AI helper Autor: Ivo Stoykov
Zachowaj ostrożność podczas używania starych wersji! Są one wyświetlane w celach testowych i historycznych.Zawsze powinno używać się najnowszej wersji dodatku.
Najnowsza wersja
Wersja 1.29.18
Data wydania: 22 mar 2026 — 186,79 KBDziała z: firefox 109.0a1 i nowszeNew Features- Added thinking/reasoning display support for models with thinking capabilities
- Thinking content now rendered as collapsible "🤔 Thought" sections in UI
- Thinking is not stored in database or session history
Bug Fixes- Fixed rendering in thinking blocks
- Fixed critical message passing bug preventing proper returning results
- Fixed await async responses bug
- Enhanced tool error messages
- Tool error messages now list available tools to guide model selection
- Fixed on-demand page capture failure during startup
- Fixed thinking-only replies persistence mismatch
- Thinking-only responses now skipped during display to match history persistence behaviour
- Messages without content or tool_calls are not saved to history
- Eliminated unnecessary latency on first page-tool request for uncached tabs
- Removed duplicate functions
- Unified functions with automatic context detection in utils.js
- Detects service worker context
- Automatically uses proper message depending on the execution context
Code Refactoring- Fixed functions naming conflicts
- Fixed race condition in model capability detection during model swap
- Centralised some helper functions
Full list of the changes is available at https://github.com/ivostoykov/localAI/blob/main/CHANGELOG.md
Documentation: https://github.com/ivostoykov/localAI/blob/main/documentation.md
Issues: https://github.com/ivostoykov/localAI/issuesLicencja kodu źródłowego: Mozilla Public License 2.0
Poprzednie wersje
Wersja 1.29.15
Data wydania: 18 mar 2026 — 186,42 KBDziała z: firefox 109.0a1 i nowsze- Fixed "no page available" error when model requests page content with
@{{page}}placeholder - Added
validateAndGetTabIdutility to handle missing or invalid tab IDs with fallback to active tab - Added
isValidContentScriptTabutility to validate tabs support content scripts (http/https only) - Transformed
getActiveSessionPageDatafrom passive retriever to active data provider - Added
requestPageDataFromTabto trigger content script page capture when data missing - Modified
setActiveSessionPageDatato return success/failure status instead of void - Added tab ID validation at all entry points (fetchDataAction, execInternalTool, processCommandPlaceholders)
- Added
capturePageDatamessage handler in content script - Imported
jslib/utils.jsinto background service worker - Added comprehensive test coverage for new validation functions (12 new test cases)
- Fixed storage key mismatch issue caused by undefined tab IDs
- Improved error handling for non-http(s) tabs (chrome://, about:, extension pages)
Full list of the changes is available at https://github.com/ivostoykov/localAI/blob/main/CHANGELOG.md
Documentation: https://github.com/ivostoykov/localAI/blob/main/documentation.md
Issues: https://github.com/ivostoykov/localAI/issuesLicencja kodu źródłowego: Mozilla Public License 2.0
- Fixed "no page available" error when model requests page content with
Wersja 1.29.11
Data wydania: 14 mar 2026 — 185,63 KBDziała z: firefox 109.0a1 i nowszeFixed thinking-only responses causing empty content display in UI
Thinking-only responses no longer sent to frontend, only logged in worker console
Added status bar feedback "Thinking completed, awaiting response..." for thinking-only replies
Simplified frontend extraction logic
Full list of the changes is available at https://github.com/ivostoykov/localAI/blob/main/CHANGELOG.md
Documentation: https://github.com/ivostoykov/localAI/blob/main/documentation.md
Issues: https://github.com/ivostoykov/localAI/issuesLicencja kodu źródłowego: Mozilla Public License 2.0
Wersja 1.29.10
Data wydania: 4 mar 2026 — 185,3 KBDziała z: firefox 109.0a1 i nowsze- Fixed thinking-only responses causing empty content display in UI
- Thinking-only responses no longer sent to frontend, only logged in worker console
- Added status bar feedback "Thinking completed, awaiting response..." for thinking-only replies
- Simplified frontend extraction logic
Full list of the changes is available at https://github.com/ivostoykov/localAI/blob/main/CHANGELOG.md
Documentation: https://github.com/ivostoykov/localAI/blob/main/documentation.md
Issues: https://github.com/ivostoykov/localAI/issuesLicencja kodu źródłowego: Mozilla Public License 2.0
Wersja 1.29.8
Data wydania: 3 mar 2026 — 185,19 KBDziała z: firefox 109.0a1 i nowsze- Fixed
thinkingonly responses (withoutcontent) to be handled properly - Thinking-only replies are not stored in the history
- Updated the UI response handler rendering
Empty content!when thinking reply occurs - Output thinking in worker debug console
Full list of the changes is available at https://github.com/ivostoykov/localAI/blob/main/CHANGELOG.md
Documentation: https://github.com/ivostoykov/localAI/blob/main/documentation.md
Issues: https://github.com/ivostoykov/localAI/issuesLicencja kodu źródłowego: Mozilla Public License 2.0
- Fixed
Wersja 1.28.98
Data wydania: 2 mar 2026 — 184,89 KBDziała z: firefox 109.0a1 i nowsze- Refactored session title generation to execute in background worker after first turn
- Removed redundant message passing between worker and content script for title generation
- Removed obsolete userPrompt message flow and related functions (storeLastGeneratedPrompt, dumpRawContent)
- Added titleGenerated flag to sessions to prevent repeated title generation
- Cleaned up legacy pre-session-handling code
- Added navigation fcilitation shortcuts in the optionts page
Full list of the changes is available at https://github.com/ivostoykov/localAI/blob/main/CHANGELOG.md
Documentation: https://github.com/ivostoykov/localAI/blob/main/documentation.md
Issues: https://github.com/ivostoykov/localAI/issuesLicencja kodu źródłowego: Mozilla Public License 2.0
Wersja 1.28.97
Data wydania: 28 lut 2026 — 184,39 KBDziała z: firefox 109.0a1 i nowszeModel caching
Added embedding
DB schema upgraded
Bug Fixes
Session Archiving
Improved Page Content Extraction
Full list of the changes is available at https://github.com/ivostoykov/localAI/blob/main/CHANGELOG.md
Documentation: https://github.com/ivostoykov/localAI/blob/main/documentation.md
Issues: https://github.com/ivostoykov/localAI/issuesLicencja kodu źródłowego: Mozilla Public License 2.0
Wersja 1.28.96
Data wydania: 28 lut 2026 — 184,39 KBDziała z: firefox 109.0a1 i nowszeModel caching
Added embedding
DB schema upgraded
Bug Fixes
Session Archiving
Improved Page Content Extraction
Full list of the changes is available at https://github.com/ivostoykov/localAI/blob/main/CHANGELOG.md
Documentation: https://github.com/ivostoykov/localAI/blob/main/documentation.md
Issues: https://github.com/ivostoykov/localAI/issuesLicencja kodu źródłowego: Mozilla Public License 2.0
Wersja 1.28.94
Data wydania: 28 lut 2026 — 184,58 KBDziała z: firefox 109.0a1 i nowszeModel caching
Added embedding
DB schema upgraded
Bug Fixes
Session Archiving
Improved Page Content Extraction
Full list of the changes is available at https://github.com/ivostoykov/localAI/blob/main/CHANGELOG.md
Documentation: https://github.com/ivostoykov/localAI/blob/main/documentation.md
Issues: https://github.com/ivostoykov/localAI/issuesLicencja kodu źródłowego: Mozilla Public License 2.0
Wersja 1.28.93
Data wydania: 28 lut 2026 — 184,6 KBDziała z: firefox 109.0a1 i nowszeModel caching
Added embedding
DB schema upgraded
Bug Fixes
Session Archiving
Improved Page Content Extraction
Full list of the changes is available at https://github.com/ivostoykov/localAI/blob/main/CHANGELOG.md
Documentation: https://github.com/ivostoykov/localAI/blob/main/documentation.md
Issues: https://github.com/ivostoykov/localAI/issuesLicencja kodu źródłowego: Mozilla Public License 2.0
Wersja 1.28.90
Data wydania: 24 lut 2026 — 182,77 KBDziała z: firefox 109.0a1 i nowszeModel caching
Added embedding
DB schema upgraded
Bug Fixes
Session Archiving
Improved Page Content Extraction
Full list of the changes is available at https://github.com/ivostoykov/localAI/blob/main/CHANGELOG.md
Documentation: https://github.com/ivostoykov/localAI/blob/main/documentation.md
Issues: https://github.com/ivostoykov/localAI/issuesLicencja kodu źródłowego: Mozilla Public License 2.0
Wersja 1.28.87
Data wydania: 23 lut 2026 — 180,94 KBDziała z: firefox 109.0a1 i nowszeModel caching
Added embedding
DB schema upgraded
Bug Fixes
Session Archiving
Improved Page Content Extraction
Full list of the changes is available at https://github.com/ivostoykov/localAI/blob/main/CHANGELOG.md
Documentation: https://github.com/ivostoykov/localAI/blob/main/documentation.md
Issues: https://github.com/ivostoykov/localAI/issuesLicencja kodu źródłowego: Mozilla Public License 2.0
Wersja 1.28.85
Data wydania: 22 lut 2026 — 180,93 KBDziała z: firefox 109.0a1 i nowsze- Model caching
- Added embedding
- DB schema upgraded
- Bug Fixes
- Session Archiving
- Improved Page Content Extraction
Full list of the changes is available at https://github.com/ivostoykov/localAI/blob/main/CHANGELOG.md
Documentation: https://github.com/ivostoykov/localAI/blob/main/documentation.md
Issues: https://github.com/ivostoykov/localAI/issuesLicencja kodu źródłowego: Mozilla Public License 2.0
Wersja 1.28.82
Data wydania: 22 lut 2026 — 172,11 KBDziała z: firefox 109.0a1 i nowsze- Model caching
- Added embedding
- DB schema upgraded
- Bug Fixes
- Session Archiving
Full list of the changes is available at https://github.com/ivostoykov/localAI/blob/main/CHANGELOG.md
Documentation: https://github.com/ivostoykov/localAI/blob/main/documentation.md
Issues: https://github.com/ivostoykov/localAI/issuesLicencja kodu źródłowego: Mozilla Public License 2.0
Wersja 1.28.80
Data wydania: 22 lut 2026 — 171,17 KBDziała z: firefox 109.0a1 i nowsze- Model caching
- Added embedding
- DB schema upgraded
- Bug Fixes
- Session Archiving
Full list of the changes is available at https://github.com/ivostoykov/localAI/blob/main/CHANGELOG.md
Documentation: https://github.com/ivostoykov/localAI/blob/main/documentation.md
Issues: https://github.com/ivostoykov/localAI/issuesLicencja kodu źródłowego: Mozilla Public License 2.0
Wersja 1.28.73
Data wydania: 20 lut 2026 — 166,48 KBDziała z: firefox 109.0a1 i nowszeAdded command hint box above the input area, triggered by / (slash commands) or @ (context placeholders)
Hint box filters the matching list as the user types and hides on non-matching input
Arrow keys navigate the list; Tab appends the completion suffix; Escape dismisses
Fixed rootElement.getElementById error in getARIAContext — replaced with querySelector
Fixed missing closing bracket and misplaced return in getARIAContext
Fixed typo $err.message → err.message in getARIAContext error handler
Full list of the changes is available at https://github.com/ivostoykov/localAI/blob/main/CHANGELOG.md
Documentation: https://github.com/ivostoykov/localAI/blob/main/documentation.md
Issues: https://github.com/ivostoykov/localAI/issuesLicencja kodu źródłowego: Mozilla Public License 2.0
Wersja 1.28.70
Data wydania: 20 lut 2026 — 166,3 KBDziała z: firefox 109.0a1 i nowszeAdded command hint box above the input area, triggered by / (slash commands) or @ (context placeholders)
Hint box filters the matching list as the user types and hides on non-matching input
Arrow keys navigate the list; Tab appends the completion suffix; Escape dismisses
Fixed rootElement.getElementById error in getARIAContext — replaced with querySelector
Fixed missing closing bracket and misplaced return in getARIAContext
Fixed typo $err.message → err.message in getARIAContext error handler
Full list of the changes is available at https://github.com/ivostoykov/localAI/blob/main/CHANGELOG.md
Documentation: https://github.com/ivostoykov/localAI/blob/main/documentation.md
Issues: https://github.com/ivostoykov/localAI/issuesLicencja kodu źródłowego: Mozilla Public License 2.0
Wersja 1.28.68
Data wydania: 19 lut 2026 — 166,27 KBDziała z: firefox 109.0a1 i nowszeAdded command hint box above the input area, triggered by / (slash commands) or @ (context placeholders)
Hint box filters the matching list as the user types and hides on non-matching input
Arrow keys navigate the list; Tab appends the completion suffix; Escape dismisses
Fixed rootElement.getElementById error in getARIAContext — replaced with querySelector
Fixed missing closing bracket and misplaced return in getARIAContext
Fixed typo $err.message → err.message in getARIAContext error handler
Full list of the changes is available at https://github.com/ivostoykov/localAI/blob/main/CHANGELOG.md
Documentation: https://github.com/ivostoykov/localAI/blob/main/documentation.md
Issues: https://github.com/ivostoykov/localAI/issuesLicencja kodu źródłowego: Mozilla Public License 2.0
Wersja 1.28.65
Data wydania: 18 lut 2026 — 166,24 KBDziała z: firefox 109.0a1 i nowsze- Added command hint box above the input area, triggered by
/(slash commands) or@(context placeholders) - Hint box filters the matching list as the user types and hides on non-matching input
- Arrow keys navigate the list; Tab appends the completion suffix; Escape dismisses
- Fixed
rootElement.getElementByIderror ingetARIAContext— replaced withquerySelector - Fixed missing closing bracket and misplaced
returningetARIAContext - Fixed typo
$err.message→err.messageingetARIAContexterror handler
Full list of the changes is available at https://github.com/ivostoykov/localAI/blob/main/CHANGELOG.md
Documentation: https://github.com/ivostoykov/localAI/blob/main/documentation.md
Issues: https://github.com/ivostoykov/localAI/issuesLicencja kodu źródłowego: Mozilla Public License 2.0
- Added command hint box above the input area, triggered by
Wersja 1.28.59
Data wydania: 16 lut 2026 — 165,18 KBDziała z: firefox 109.0a1 i nowszeRefactored the session management.
Refactored context management.
Split UI and context history for clarity
Added additional commands to user input
Added internal tool call handling for page browsing
Separated internal from user tools (external resources)
Added global page filtering to reduce context noise
Added per domain filtering for fine-tuning what page content will be included in the context
Full list of the changes is available at https://github.com/ivostoykov/localAI/blob/main/CHANGELOG.md
Documentation: https://github.com/ivostoykov/localAI/blob/main/documentation.md
Issues: https://github.com/ivostoykov/localAI/issuesLicencja kodu źródłowego: Mozilla Public License 2.0
Wersja 1.28.58
Data wydania: 15 lut 2026 — 165,05 KBDziała z: firefox 109.0a1 i nowszeRefactored the session management.
Refactored context management.
Split UI and context history for clarity
Added additional commands to user input
Added internal tool call handling for page browsing
Separated internal from user tools (external resources)
Added global page filtering to reduce context noise
Added per domain filtering for fine-tuning what page content will be included in the context
Full list of the changes is available at https://github.com/ivostoykov/localAI/blob/main/CHANGELOG.md
Documentation: https://github.com/ivostoykov/localAI/blob/main/documentation.md
Issues: https://github.com/ivostoykov/localAI/issuesLicencja kodu źródłowego: Mozilla Public License 2.0
Wersja 1.28.56
Data wydania: 15 lut 2026 — 165,04 KBDziała z: firefox 109.0a1 i nowszeRefactored the session management.
Refactored context management.
Split UI and context history for clarity
Added additional commands to user input
Added internal tool call handling for page browsing
Separated internal from user tools (external resources)
Added global page filtering to reduce context noise
Added per domain filtering for fine-tuning what page content will be included in the context
Full list of the changes is available at https://github.com/ivostoykov/localAI/blob/main/CHANGELOG.md
Documentation: https://github.com/ivostoykov/localAI/blob/main/documentation.md
Issues: https://github.com/ivostoykov/localAI/issuesLicencja kodu źródłowego: Mozilla Public License 2.0
Wersja 1.28.55
Data wydania: 15 lut 2026 — 165,13 KBDziała z: firefox 109.0a1 i nowsze- Refactored the session management.
- Refactored context management.
- Split UI and context history for clarity
- Added additional commands to user input
- Added internal tool call handling for page browsing
- Separated internal from user tools (external resources)
- Added global page filtering to reduce context noise
- Added per domain filtering for fine-tuning what page content will be included in the context
Full list of the changes is available at https://github.com/ivostoykov/localAI/blob/main/CHANGELOG.md
Documentation: https://github.com/ivostoykov/localAI/blob/main/documentation.md
Issues: https://github.com/ivostoykov/localAI/issuesLicencja kodu źródłowego: Mozilla Public License 2.0
Wersja 1.28.29
Data wydania: 5 paź 2025 — 149,56 KBDziała z: firefox 109.0a1 i nowszeInternal optimisation and small bug fixes
Documentation: https://github.com/ivostoykov/localAI/blob/main/documentation.md
Issues: https://github.com/ivostoykov/localAI/issuesLicencja kodu źródłowego: Mozilla Public License 2.0
Wersja 1.28.28
Data wydania: 4 sie 2025 — 149,32 KBDziała z: firefox 109.0a1 i nowsze- bug preventing communication with the server fixed
The full change log is here: https://github.com/ivostoykov/localAI/blob/main/CHANGELOG.md
Documentation is here: https://github.com/ivostoykov/localAI/blob/main/documentation.md
Report issues and suggest improvements here: https://github.com/ivostoykov/localAI/issuesLicencja kodu źródłowego: Mozilla Public License 2.0