Lisäosan Local AI helper versiohistoria - 25 versiota
Local AI helper tekijä Ivo Stoykov
Ole varovainen vanhojen versioiden kanssa! Ne näytetään vain testauksen ja viittausten vuoksi.On suositeltavaa käyttää aina lisäosan uusinta versiota.
Uusin versio
Versio 1.29.37
Julkaistu 30. maalis 2026 - 194,15 ktYhteensopivuus: firefox 109.0a1 ja uudemmat- Fixed content-extractor message passing so extracted page content is returned reliably to the worker instead of occasionally resolving to a bare
true - Refactored the content-script runtime message handler to use a single response path
- Removed redundant
sendResponsehandling, which now returns extracted content directly
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/issuesLähdekoodi julkaistu lisenssillä Mozillan julkinen lisenssi 2.0 (MPL)
- Fixed content-extractor message passing so extracted page content is returned reliably to the worker instead of occasionally resolving to a bare
Vanhemmat versiot
Versio 1.29.34
Julkaistu 29. maalis 2026 - 193,97 ktYhteensopivuus: firefox 109.0a1 ja uudemmat- Added
search_webinternal tool allowing the LLM to search the web using the user's configured search engine - Search opens a reusable background tab (visible, non-active) and reuses it across requests — tab ID persisted in
chrome.storage.session - Added search engine registry with URL builders, SERP CSS selectors, and URL filters/decoders for DuckDuckGo, Google, and Bing
- Added web search orchestrator handling tab lifecycle, SERP scraping, result page content extraction, captcha/consent detection, and result assembly
- Added search engine setting (default: DuckDuckGo) and search result count setting (default: 3, max: 5) to General Settings
- Fixed save settings in options page not persisting plain values
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/issuesLähdekoodi julkaistu lisenssillä Mozillan julkinen lisenssi 2.0 (MPL)
- Added
Versio 1.29.28
Julkaistu 27. maalis 2026 - 190,27 ktYhteensopivuus: firefox 109.0a1 ja uudemmat- Fixed internal tools silently returning empty results
- Fixed grouped LinkedIn experience entries mislabelling bare tenure strings
- Fixed emitting multi-paragraph promotional blurbs
- Added self-contained LinkedIn profile extractor
- Detects LinkedIn profile pages and replaces the raw section with normalised output
- Handles grouped layout (company header + role list) and standalone layout (role-first entries)
- Uses stable selectors
- Filters "Show all" / "Show less" LinkedIn UI noise
- Updated LinkedIn related content output format
- Removed eager page-content pre-load on navigation and tab activation
@{{page}}parameter now extracts content fresh from the live DOM at request time- Page content is persisted to session history only after it is actually sent to the model
- Removed `redundant message handlers
- Simplified page read from session DB only
- Purge stale page storage keys left by earlier installations — called once at service-worker startup; planned for removal after v1.31.x
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/issuesLähdekoodi julkaistu lisenssillä Mozillan julkinen lisenssi 2.0 (MPL)
Versio 1.29.20
Julkaistu 23. maalis 2026 - 187,51 ktYhteensopivuus: firefox 109.0a1 ja uudemmat- Fixed content filtering missing some pre-defined elements
- Fixed prompt placeholder bug causing casual empty content
- Other minor fixes
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/issuesLähdekoodi julkaistu lisenssillä Mozillan julkinen lisenssi 2.0 (MPL)
Versio 1.29.18
Julkaistu 22. maalis 2026 - 186,79 ktYhteensopivuus: firefox 109.0a1 ja uudemmatNew 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/issuesLähdekoodi julkaistu lisenssillä Mozillan julkinen lisenssi 2.0 (MPL)
Versio 1.29.15
Julkaistu 18. maalis 2026 - 186,42 ktYhteensopivuus: firefox 109.0a1 ja uudemmat- 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/issuesLähdekoodi julkaistu lisenssillä Mozillan julkinen lisenssi 2.0 (MPL)
- Fixed "no page available" error when model requests page content with
Versio 1.29.11
Julkaistu 14. maalis 2026 - 185,63 ktYhteensopivuus: firefox 109.0a1 ja uudemmatFixed 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/issuesLähdekoodi julkaistu lisenssillä Mozillan julkinen lisenssi 2.0 (MPL)
Versio 1.29.10
Julkaistu 4. maalis 2026 - 185,3 ktYhteensopivuus: firefox 109.0a1 ja uudemmat- 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/issuesLähdekoodi julkaistu lisenssillä Mozillan julkinen lisenssi 2.0 (MPL)
Versio 1.29.8
Julkaistu 3. maalis 2026 - 185,19 ktYhteensopivuus: firefox 109.0a1 ja uudemmat- 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/issuesLähdekoodi julkaistu lisenssillä Mozillan julkinen lisenssi 2.0 (MPL)
- Fixed
Versio 1.28.98
Julkaistu 2. maalis 2026 - 184,89 ktYhteensopivuus: firefox 109.0a1 ja uudemmat- 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/issuesLähdekoodi julkaistu lisenssillä Mozillan julkinen lisenssi 2.0 (MPL)
Versio 1.28.97
Julkaistu 28. helmi 2026 - 184,39 ktYhteensopivuus: firefox 109.0a1 ja uudemmatModel 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/issuesLähdekoodi julkaistu lisenssillä Mozillan julkinen lisenssi 2.0 (MPL)
Versio 1.28.96
Julkaistu 28. helmi 2026 - 184,39 ktYhteensopivuus: firefox 109.0a1 ja uudemmatModel 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/issuesLähdekoodi julkaistu lisenssillä Mozillan julkinen lisenssi 2.0 (MPL)
Versio 1.28.94
Julkaistu 28. helmi 2026 - 184,58 ktYhteensopivuus: firefox 109.0a1 ja uudemmatModel 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/issuesLähdekoodi julkaistu lisenssillä Mozillan julkinen lisenssi 2.0 (MPL)
Versio 1.28.93
Julkaistu 28. helmi 2026 - 184,6 ktYhteensopivuus: firefox 109.0a1 ja uudemmatModel 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/issuesLähdekoodi julkaistu lisenssillä Mozillan julkinen lisenssi 2.0 (MPL)
Versio 1.28.90
Julkaistu 24. helmi 2026 - 182,77 ktYhteensopivuus: firefox 109.0a1 ja uudemmatModel 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/issuesLähdekoodi julkaistu lisenssillä Mozillan julkinen lisenssi 2.0 (MPL)
Versio 1.28.87
Julkaistu 23. helmi 2026 - 180,94 ktYhteensopivuus: firefox 109.0a1 ja uudemmatModel 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/issuesLähdekoodi julkaistu lisenssillä Mozillan julkinen lisenssi 2.0 (MPL)
Versio 1.28.85
Julkaistu 22. helmi 2026 - 180,93 ktYhteensopivuus: firefox 109.0a1 ja uudemmat- 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/issuesLähdekoodi julkaistu lisenssillä Mozillan julkinen lisenssi 2.0 (MPL)
Versio 1.28.82
Julkaistu 22. helmi 2026 - 172,11 ktYhteensopivuus: firefox 109.0a1 ja uudemmat- 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/issuesLähdekoodi julkaistu lisenssillä Mozillan julkinen lisenssi 2.0 (MPL)
Versio 1.28.80
Julkaistu 22. helmi 2026 - 171,17 ktYhteensopivuus: firefox 109.0a1 ja uudemmat- 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/issuesLähdekoodi julkaistu lisenssillä Mozillan julkinen lisenssi 2.0 (MPL)
Versio 1.28.73
Julkaistu 20. helmi 2026 - 166,48 ktYhteensopivuus: firefox 109.0a1 ja uudemmatAdded 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/issuesLähdekoodi julkaistu lisenssillä Mozillan julkinen lisenssi 2.0 (MPL)
Versio 1.28.70
Julkaistu 20. helmi 2026 - 166,3 ktYhteensopivuus: firefox 109.0a1 ja uudemmatAdded 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/issuesLähdekoodi julkaistu lisenssillä Mozillan julkinen lisenssi 2.0 (MPL)
Versio 1.28.68
Julkaistu 19. helmi 2026 - 166,27 ktYhteensopivuus: firefox 109.0a1 ja uudemmatAdded 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/issuesLähdekoodi julkaistu lisenssillä Mozillan julkinen lisenssi 2.0 (MPL)
Versio 1.28.65
Julkaistu 18. helmi 2026 - 166,24 ktYhteensopivuus: firefox 109.0a1 ja uudemmat- 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/issuesLähdekoodi julkaistu lisenssillä Mozillan julkinen lisenssi 2.0 (MPL)
- Added command hint box above the input area, triggered by
Versio 1.28.59
Julkaistu 16. helmi 2026 - 165,18 ktYhteensopivuus: firefox 109.0a1 ja uudemmatRefactored 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/issuesLähdekoodi julkaistu lisenssillä Mozillan julkinen lisenssi 2.0 (MPL)
Versio 1.28.58
Julkaistu 15. helmi 2026 - 165,05 ktYhteensopivuus: firefox 109.0a1 ja uudemmatRefactored 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/issuesLähdekoodi julkaistu lisenssillä Mozillan julkinen lisenssi 2.0 (MPL)