Historia de versiones de Local AI helper - 25 versiones
Local AI helper per Ivo Stoykov
Que tu es attente con le vetere versiones! Iste versiones es monstrate pro uso de test o referentia.Tu deberea sempre usar le ultima version de un additivo.
Ultime version
Version 1.27.93
Publicate le 29 jun. 2025 - 141,14 KBFunctiona con firefox 109.0a1 e plus recente- Model tool usage detection is now available.
- Detection of model thinking capabilities was added.
- Bug fixes
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/issuesCodice fonte publicate sub Licentia public Mozilla 2.0
Discarga Firefox installa le extensionTu pote usar iste extension solo sur FirefoxVersiones previe
Version 1.27.90
Publicate le 28 jun. 2025 - 141,13 KBFunctiona con firefox 109.0a1 e plus recente- Added the ability to switch thinking on or off (available in Ollama).
- Added session name generating calls
- Tool availability is now tied to the session.
- Instead of storing status, the model is checked on the fly for tool support. If it supports tools, they’re included; if not, they’re left out.
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/issuesCodice fonte publicate sub Licentia public Mozilla 2.0
Version 1.27.85
Publicate le 26 jun. 2025 - 137,98 KBFunctiona con firefox 109.0a1 e plus recente- Message exchange bug fixed
- Dynamic setting Model options bug fixed
- Added Help in the main menu
- Added help in the model settings menu
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/issuesCodice fonte publicate sub Licentia public Mozilla 2.0
Version 1.27.81
Publicate le 26 jun. 2025 - 138,16 KBFunctiona con firefox 109.0a1 e plus recenteFixed a bug that was duplicating attachment icons
Refactored model calls to simplify the code base
Fixed Firefox select element bug when document has iframes
Added some useful Model modifiers menu
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/issuesCodice fonte publicate sub Licentia public Mozilla 2.0
Version 1.27.80
Publicate le 25 jun. 2025 - 137,96 KBFunctiona con firefox 109.0a1 e plus recente- Fixed a bug that was duplicating attachment icons
- Refactored model calls to simplify the code base
- Fixed Firefox select element bug when document has iframes
- Added some useful Model modifiers menu
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/issuesCodice fonte publicate sub Licentia public Mozilla 2.0
Version 1.27.72
Publicate le 12 jun. 2025 - 136,51 KBFunctiona con firefox 109.0a1 e plus recente- Attachments are now visible when the input field is focused.
- AI session title generation has been added.
- The session menu can now be scrolled.
- If a session menu item's title is too long to fit, it will be displayed as a tooltip
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/issuesCodice fonte publicate sub Licentia public Mozilla 2.0
Version 1.27.70
Publicate le 20 mai 2025 - 136,6 KBFunctiona con firefox 109.0a1 e plus recente- Main menu not closing - fixed
- Page content scrapping improved
- Fix problem with changing the model when the active one has been deleted
- Adjusted the list of models.
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/issuesCodice fonte publicate sub Licentia public Mozilla 2.0
Version 1.27.68
Publicate le 27 apr. 2025 - 136,29 KBFunctiona con firefox 109.0a1 e plus recente- replace session index with unique id
- fixed bug in deleting session by index
- attachment are now kept in the session history
- user input support some markdown formating
- fixed layout to be independent from the layout of the page rendered in the active tab
- fixed
rendering
event to avoid gaps on longer text chunks
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/issuesCodice fonte publicate sub Licentia public Mozilla 2.0
Version 1.27.60
Publicate le 26 apr. 2025 - 134,34 KBFunctiona con firefox 109.0a1 e plus recente- hooks removed
- undefined context fixed
- overlapping the sidebar 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/issuesCodice fonte publicate sub Licentia public Mozilla 2.0
Version 1.27.59
Publicate le 25 apr. 2025 - 134,8 KBFunctiona con firefox 109.0a1 e plus recente- Optimised menu button click handlers.
- Added delete individual history record from the history menu
- Separated AbortControllers per‑tab replacing a single global controller/abort flag.
- AbortController now cancels only the current tab’s request.
- Removed obsolete objects and logic.
- Enhanced session management with lazy creation with fallbacks to avoid undefined errors.
- Refactored session storage helpers to handle return of undefined on error.
- Fixed Options storage call.
- Corrected error handling and return values from storage get/set.
- User Import listens for change, and cleans up the element after use.
- Added imports guard against missing file, parses JSON safely, uses proper error variables, and always removes the input.
- Export As File revokes object URL after download, and removes the temporary link element.
- Refactored element positioning calculation.
- Simplified get Line Number used in console messages.
- fixed Recycle Current Session Btn event listener to avoid errors when element is missing.
- Spinner ensure side bar exists before operations, and improved error logging.
- Show Message now catches errors from asynchronously opening the sidebar when displaying messages and logs them to avoid silent failures.
- Resoring Options now displays an error message and falls back to default options if loading stored options fails.
- Extension Main Button now guards against undefined button elements, logs an error, and returns early to avoid appending
undefined
. - Improved menu close behaviour.
- Fixed session creation logic to correctly identify when no session exists.
- hooks were removed and replaced by tools and functions
- Session now stores the model as well
- Additional menu added to insert selection into the prompt box
Codice fonte publicate sub Licentia public Mozilla 2.0
Version 1.27.58
Publicate le 24 apr. 2025 - 134,79 KBFunctiona con firefox 109.0a1 e plus recente- Optimised menu button click handlers.
- Added delete individual history record from the history menu
- Separated AbortControllers per‑tab replacing a single global controller/abort flag.
- AbortController now cancels only the current tab’s request.
- Removed obsolete objects and logic.
- Enhanced session management with lazy creation with fallbacks to avoid undefined errors.
- Refactored session storage helpers to handle return of undefined on error.
- Fixed Options storage call.
- Corrected error handling and return values from storage get/set.
- User Import listens for change, and cleans up the element after use.
- Added imports guard against missing file, parses JSON safely, uses proper error variables, and always removes the input.
- Export As File revokes object URL after download, and removes the temporary link element.
- Refactored element positioning calculation.
- Simplified get Line Number used in console messages.
- fixed Recycle Current Session Btn event listener to avoid errors when element is missing.
- Spinner ensure side bar exists before operations, and improved error logging.
- Show Message now catches errors from asynchronously opening the sidebar when displaying messages and logs them to avoid silent failures.
- Resoring Options now displays an error message and falls back to default options if loading stored options fails.
- Extension Main Button now guards against undefined button elements, logs an error, and returns early to avoid appending
undefined
. - Improved menu close behaviour.
- Fixed session creation logic to correctly identify when no session exists.
- hooks were removed and replaced by tools and functions
- Session now stores the model as well
- Additional menu added to insert selection into the prompt box
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/issuesCodice fonte publicate sub Licentia public Mozilla 2.0
Version 1.27.45
Publicate le 14 apr. 2025 - 130,72 KBFunctiona con firefox 109.0a1 e plus recente- fixed ordered liks rendering bug
- transformed the version label
- fixed rendering event bug
- fixed normalization of markdown source
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/issuesCodice fonte publicate sub Licentia public Mozilla 2.0
Version 1.27.41
Publicate le 12 apr. 2025 - 130,27 KBFunctiona con firefox 109.0a1 e plus recente[1.27.41] 2025-04-12 - latest- fixed autoscroll
- fixed bug in fonts and colours in some pages
- fixed rendering event bubbling
- fixed scrolling behaviour separating extension and page scrolling behaviour.
- enhanced rendering of output from reasoning models.
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/issuesCodice fonte publicate sub Licentia public Mozilla 2.0
Version 1.27.30
Publicate le 10 apr. 2025 - 129,64 KBFunctiona con firefox 109.0a1 e plus recente- Improved event raised by the markdow parser
- Added built-in function allowing to query the active tab URL and loaded page content
- fixed some bugs related to function calls
- optimised function calls
- optimised messages shown to the user for better understanding
- Added dynamic enabling and disabling of the tools for optimisation of the interaction wtih the AI
- fixed some bugs with chat parts buttons
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/issuesCodice fonte publicate sub Licentia public Mozilla 2.0
Version 1.27.22
Publicate le 6 apr. 2025 - 124,5 KBFunctiona con firefox 109.0a1 e plus recente- Completely rewrote the session management.
- Added the ability to name session history for easier restoration.
- Synced chat history changes with the active session.
- Redesigned dynamic chat menus.
- Implemented the newest Markdown parser features.
- Introduced internal tool functions for rendering the active page in the current tab.
- Enhanced the options page.
- Improved the import, export, and deletion functions for user commands.
- Improved the import, export, and deletion functions for user tool functions.
- Moved related button from the "General" section to the associated script.
- Designated Ollama as the primary API endpoint, deprecating others.
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/issuesCodice fonte publicate sub Licentia public Mozilla 2.0
Version 1.24.52
Publicate le 31 mrt. 2025 - 120,65 KBFunctiona con firefox 109.0a1 e plus recenteReplaced the Markdown processor to improve output handling.
Related bug fixes
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/issuesCodice fonte publicate sub Licentia public Mozilla 2.0
Version 1.24.51
Publicate le 31 mrt. 2025 - 120,64 KBFunctiona con firefox 109.0a1 e plus recente- Replaced the Markdown processor to improve output handling.
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/issuesCodice fonte publicate sub Licentia public Mozilla 2.0
Version 1.24.33
Publicate le 29 mrt. 2025 - 118,05 KBFunctiona con firefox 109.0a1 e plus recente- Added tool functions to extend LLMs that support them as part of the prompt, such as Llama 3.2.
- Enhanced image functionality: users can now select an image on the page and/or attach an image as context for the prompt.
- Added global option to set default prompt temperature.
- Added per-prompt temperature control, temporary until tab reload or user adjustment.
- Option page has more settings
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/issuesCodice fonte publicate sub Licentia public Mozilla 2.0
Version 1.22.58
Publicate le 30 jan. 2025 - 113,85 KBFunctiona con firefox 109.0a1 e plus recente- Attachments bugs were fixed.
- Custom commands bug fixes
- Support multiple page snippet selectionCodice fonte publicate sub Licentia public Mozilla 2.0
Version 1.22.41
Publicate le 16 des. 2024 - 114,35 KBFunctiona con firefox 109.0a1 e plus recente## [1.22.47] 2024-12-16 - latest
- `Select and Send Element` now separate image from text elements and prompt them accordingly. Processing images required LLM that supports it, like llama3.2-vision
- Some bugs were fixed.Codice fonte publicate sub Licentia public Mozilla 2.0
Version 1.22.37
Publicate le 9 des. 2024 - 114,19 KBFunctiona con firefox 109.0a1 e plus recente### Options page
- Added `test connection` button
- Added converting binary to text service and point
- Added list of user prompt
- Added ability to add, edit and delete prompts
- Added user prompts import and export
- Added connection check
### Side panel
- Improved injecting active tab's page into the context
- Removed binary content handler and replaced it with converting it to text
- Fixed issues with `Ask AI To Explain Selected` action
- Fixed issues with `Select and Send Element`
- Selected element is not added in the context rather in the user input field
- More than one selection may be added to the context.
- The response is possible to be inserted in element allowing input by point-and-click
- Response formatting parser has some improvements
- Added endpoint for document processing
- A number of bugs fixed
- Improved showing background messages to the userCodice fonte publicate sub Licentia public Mozilla 2.0
Version 1.20.89
Publicate le 7 des. 2024 - 114,88 KBFunctiona con firefox 109.0a1 e plus recente### Options page
- Added `test connection` button
- Added converting binary to text service and point
- Added list of user prompt
- Added ability to add, edit and delete prompts
- Added user prompts import and export
- Added connection check
### Side panel
- Improved injecting active tab's page into the context
- Removed binary content handler and replaced it with converting it to text
- Fixed issues with `Ask AI To Explain Selected` action
- Fixed issues with `Select and Send Element`
- Selected element is not added in the context rather in the user input field
- More than one selection may be added to the context.
- The response is possible to be inserted in element allowing input by point-and-click
- Response formatting parser has some improvements
- Added endpoint for document processing
- A number of bugs fixedCodice fonte publicate sub Licentia public Mozilla 2.0
Version 1.18.2
Publicate le 6 des. 2024 - 113,74 KBFunctiona con firefox 109.0a1 e plus recente### Options page
- Added `test connection` button
- Added converting binary to text service and point
- Added list of user prompt
- Added ability to add, edit and delete prompts
- Added user prompts import and export
- Added connection check
### Side panel
- Improved injecting active tab's page into the context
- Removed binary content handler and replaced it with converting it to text
- Fixed issues with `Ask AI To Explain Selected` action
- Fixed issues with `Select and Send Element`
- Selected element is not added in the context rather in the user input field
- More than one selection may be added to the context.
- The response is possible to be inserted in element allowing input by point-and-click
- Response formatting parser has some improvements
- Added endpoint for document processingCodice fonte publicate sub Licentia public Mozilla 2.0
Version 1.17.33
Publicate le 26 aug. 2024 - 109,76 KBFunctiona con firefox 109.0a1 e plus recente- Fixed issue where copying to clipboard lost formatting.
- AI response is now stored as row content and can be reviewed in the console.
- Added new predefined user command: `dump`, which sends raw content to the console.
- Minor bugs fixed.
- Added Firefox-specific information for speech settings in case of issues.
Repo is here: https://github.com/ivostoykov/localAI
Documentation: https://github.com/ivostoykov/localAI/blob/main/documentation.md
Changelog: https://github.com/ivostoykov/localAI/blob/main/CHANGELOG.md
Firefox specific issues: https://github.com/ivostoykov/localAI/blob/main/ff.md
Suggestions and bugs report here: https://github.com/ivostoykov/localAI/issuesCodice fonte publicate sub Licentia public Mozilla 2.0
Version 1.16.91
Publicate le 22 aug. 2024 - 109,48 KBFunctiona con firefox 109.0a1 e plus recenteminor bug fixes and optimisations
Repo is here: https://github.com/ivostoykov/localAI
Documentation: https://github.com/ivostoykov/localAI/blob/main/documentation.md
Changelog: https://github.com/ivostoykov/localAI/blob/main/CHANGELOG.md
Firefox specific issues: https://github.com/ivostoykov/localAI/blob/main/ff.md
Suggestions and bugs report here: https://github.com/ivostoykov/localAI/issuesCodice fonte publicate sub Licentia public Mozilla 2.0