ส่วนเสริมเบราว์เซอร์ Firefox
  • ส่วนขยาย
  • ชุดรูปแบบ
    • สำหรับ Firefox
    • พจนานุกรมและชุดภาษา
    • ไซต์ของเบราว์เซอร์อื่น ๆ
    • ส่วนเสริมสำหรับ Android
เข้าสู่ระบบ
ไอคอนส่วนเสริม

ประวัติรุ่นของ Local AI helper - 25 รุ่น

Local AI helper โดย Ivo Stoykov

ยังไม่มีการจัดอันดับ
0 ดาวจาก 5
5
0
4
0
3
0
2
0
1
0
ประวัติรุ่นของ Local AI helper - 25 รุ่น
  • ระวังรุ่นเก่า! รุ่นเหล่านี้ถูกแสดงเพื่อวัตถุประสงค์เกี่ยวกับการทดสอบและการอ้างอิงคุณควรใช้ส่วนเสริมรุ่นล่าสุดเสมอ

  • รุ่นล่าสุด

    รุ่น 1.27.68

    เผยแพร่เมื่อ 27 เม.ย. 2025 - 136.29 KB
    ใช้งานได้กับ firefox 109.0a1 และใหม่กว่า
    • 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/issues

    เผยแพร่โค้ดต้นฉบับภายใต้ Mozilla Public License 2.0

    คุณต้องมี Firefox เพื่อใช้ส่วนขยายนี้
    ดาวน์โหลด Firefox และรับส่วนขยาย
    ดาวน์โหลดไฟล์
  • รุ่นเก่ากว่า

    รุ่น 1.27.60

    เผยแพร่เมื่อ 26 เม.ย. 2025 - 134.34 KB
    ใช้งานได้กับ firefox 109.0a1 และใหม่กว่า
    • 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/issues

    เผยแพร่โค้ดต้นฉบับภายใต้ Mozilla Public License 2.0

    ดาวน์โหลดไฟล์
  • รุ่น 1.27.59

    เผยแพร่เมื่อ 25 เม.ย. 2025 - 134.8 KB
    ใช้งานได้กับ firefox 109.0a1 และใหม่กว่า
    • 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

    เผยแพร่โค้ดต้นฉบับภายใต้ Mozilla Public License 2.0

    ดาวน์โหลดไฟล์
  • รุ่น 1.27.58

    เผยแพร่เมื่อ 24 เม.ย. 2025 - 134.79 KB
    ใช้งานได้กับ firefox 109.0a1 และใหม่กว่า
    • 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/issues

    เผยแพร่โค้ดต้นฉบับภายใต้ Mozilla Public License 2.0

    ดาวน์โหลดไฟล์
  • รุ่น 1.27.45

    เผยแพร่เมื่อ 14 เม.ย. 2025 - 130.72 KB
    ใช้งานได้กับ firefox 109.0a1 และใหม่กว่า
    • 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/issues

    เผยแพร่โค้ดต้นฉบับภายใต้ Mozilla Public License 2.0

    ดาวน์โหลดไฟล์
  • รุ่น 1.27.41

    เผยแพร่เมื่อ 12 เม.ย. 2025 - 130.27 KB
    ใช้งานได้กับ firefox 109.0a1 และใหม่กว่า
    [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/issues

    เผยแพร่โค้ดต้นฉบับภายใต้ Mozilla Public License 2.0

    ดาวน์โหลดไฟล์
  • รุ่น 1.27.30

    เผยแพร่เมื่อ 10 เม.ย. 2025 - 129.64 KB
    ใช้งานได้กับ firefox 109.0a1 และใหม่กว่า
    • 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/issues

    เผยแพร่โค้ดต้นฉบับภายใต้ Mozilla Public License 2.0

    ดาวน์โหลดไฟล์
  • รุ่น 1.27.22

    เผยแพร่เมื่อ 6 เม.ย. 2025 - 124.5 KB
    ใช้งานได้กับ firefox 109.0a1 และใหม่กว่า
    • 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/issues

    เผยแพร่โค้ดต้นฉบับภายใต้ Mozilla Public License 2.0

    ดาวน์โหลดไฟล์
  • รุ่น 1.24.52

    เผยแพร่เมื่อ 31 มี.ค. 2025 - 120.65 KB
    ใช้งานได้กับ firefox 109.0a1 และใหม่กว่า
    Replaced 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/issues

    เผยแพร่โค้ดต้นฉบับภายใต้ Mozilla Public License 2.0

    ดาวน์โหลดไฟล์
  • รุ่น 1.24.51

    เผยแพร่เมื่อ 31 มี.ค. 2025 - 120.64 KB
    ใช้งานได้กับ firefox 109.0a1 และใหม่กว่า
    • 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/issues

    เผยแพร่โค้ดต้นฉบับภายใต้ Mozilla Public License 2.0

    ดาวน์โหลดไฟล์
  • รุ่น 1.24.33

    เผยแพร่เมื่อ 29 มี.ค. 2025 - 118.05 KB
    ใช้งานได้กับ firefox 109.0a1 และใหม่กว่า
    • 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/issues

    เผยแพร่โค้ดต้นฉบับภายใต้ Mozilla Public License 2.0

    ดาวน์โหลดไฟล์
  • รุ่น 1.22.58

    เผยแพร่เมื่อ 30 ม.ค. 2025 - 113.85 KB
    ใช้งานได้กับ firefox 109.0a1 และใหม่กว่า
    - Attachments bugs were fixed.
    - Custom commands bug fixes
    - Support multiple page snippet selection

    เผยแพร่โค้ดต้นฉบับภายใต้ Mozilla Public License 2.0

    ดาวน์โหลดไฟล์
  • รุ่น 1.22.41

    เผยแพร่เมื่อ 16 ธ.ค. 2024 - 114.35 KB
    ใช้งานได้กับ firefox 109.0a1 และใหม่กว่า
    ## [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.

    เผยแพร่โค้ดต้นฉบับภายใต้ Mozilla Public License 2.0

    ดาวน์โหลดไฟล์
  • รุ่น 1.22.37

    เผยแพร่เมื่อ 9 ธ.ค. 2024 - 114.19 KB
    ใช้งานได้กับ firefox 109.0a1 และใหม่กว่า
    ### 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 user

    เผยแพร่โค้ดต้นฉบับภายใต้ Mozilla Public License 2.0

    ดาวน์โหลดไฟล์
  • รุ่น 1.20.89

    เผยแพร่เมื่อ 7 ธ.ค. 2024 - 114.88 KB
    ใช้งานได้กับ firefox 109.0a1 และใหม่กว่า
    ### 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

    เผยแพร่โค้ดต้นฉบับภายใต้ Mozilla Public License 2.0

    ดาวน์โหลดไฟล์
  • รุ่น 1.18.2

    เผยแพร่เมื่อ 6 ธ.ค. 2024 - 113.74 KB
    ใช้งานได้กับ firefox 109.0a1 และใหม่กว่า
    ### 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

    เผยแพร่โค้ดต้นฉบับภายใต้ Mozilla Public License 2.0

    ดาวน์โหลดไฟล์
  • รุ่น 1.17.33

    เผยแพร่เมื่อ 26 ส.ค. 2024 - 109.76 KB
    ใช้งานได้กับ firefox 109.0a1 และใหม่กว่า
    - 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/issues

    เผยแพร่โค้ดต้นฉบับภายใต้ Mozilla Public License 2.0

    ดาวน์โหลดไฟล์
  • รุ่น 1.16.91

    เผยแพร่เมื่อ 22 ส.ค. 2024 - 109.48 KB
    ใช้งานได้กับ firefox 109.0a1 และใหม่กว่า
    minor 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/issues

    เผยแพร่โค้ดต้นฉบับภายใต้ Mozilla Public License 2.0

    ดาวน์โหลดไฟล์
  • รุ่น 1.16.36

    เผยแพร่เมื่อ 20 ส.ค. 2024 - 109.19 KB
    ใช้งานได้กับ firefox 109.0a1 และใหม่กว่า
    - added speech recognition

    change log: https://github.com/ivostoykov/localAI/blob/main/CHANGELOG.md
    documentation: https://github.com/ivostoykov/localAI/blob/main/documentation.md

    เผยแพร่โค้ดต้นฉบับภายใต้ Mozilla Public License 2.0

    ดาวน์โหลดไฟล์
  • รุ่น 1.15.97

    เผยแพร่เมื่อ 18 ส.ค. 2024 - 105.88 KB
    ใช้งานได้กับ firefox 109.0a1 และใหม่กว่า
    - Fixed file type check when dropped
    - Refactored request JSON composition reducing the itterations
    - Improved error reporting
    - Extgernal resource missing content bug fixed
    - Facilitated model change for Ollama API
    - Added more menus in the cog button.
    - Added `/hook` command to list the available functions available on the given webHook server
    - Command `/hook` added to the predefined commands
    - Added a status bar providing information about various statuses
    - Added separate documentation

    Changelog is here https://github.com/ivostoykov/localAI/blob/main/CHANGELOG.md

    เผยแพร่โค้ดต้นฉบับภายใต้ Mozilla Public License 2.0

    ดาวน์โหลดไฟล์
  • รุ่น 1.13.3

    เผยแพร่เมื่อ 27 ก.ค. 2024 - 105.45 KB
    ใช้งานได้กับ firefox 109.0a1 และใหม่กว่า
    - fixed issue with context menu
    - fixed permission issue for external resources call
    - resolved issue with calling external resources
    - improved error handling and notification for background issues
    Complete change log is here: https://github.com/ivostoykov/localAI/blob/main/CHANGELOG.md
    How to use external Web Hook - look here: https://github.com/ivostoykov/localAI

    เผยแพร่โค้ดต้นฉบับภายใต้ Mozilla Public License 2.0

    ดาวน์โหลดไฟล์
  • รุ่น 1.12.90

    เผยแพร่เมื่อ 25 ก.ค. 2024 - 105.39 KB
    ใช้งานได้กับ firefox 109.0a1 และใหม่กว่า
    Added web hook for external resource to enrich LLM context.
    Complete change log is here: https://github.com/ivostoykov/localAI/blob/main/CHANGELOG.md
    How to use external Web Hook - look here: https://github.com/ivostoykov/localAI

    เผยแพร่โค้ดต้นฉบับภายใต้ Mozilla Public License 2.0

    ดาวน์โหลดไฟล์
  • รุ่น 1.12.3

    เผยแพร่เมื่อ 16 ก.ค. 2024 - 103.81 KB
    ใช้งานได้กับ firefox 109.0a1 และใหม่กว่า
    * lost contact with the background when executing some prompts has been fixed.
    * Added user commands `import` and `export` to the main menu.
    * Added user commands `import` and `export` to the cog menu.
    the change log is here: https://github.com/ivostoykov/localAI/blob/main/CHANGELOG.md
    the documentation is here: https://github.com/ivostoykov/localAI/blob/main/README.md

    เผยแพร่โค้ดต้นฉบับภายใต้ Mozilla Public License 2.0

    ดาวน์โหลดไฟล์
  • รุ่น 1.11.51

    เผยแพร่เมื่อ 15 ก.ค. 2024 - 100.82 KB
    ใช้งานได้กับ firefox 109.0a1 และใหม่กว่า
    * some bugs fixed
    * added buttons to increase or decrease font-size for individual chat block
    * added `new` button to create a custom command from executed prompt.
    * chat related buttons positioned better to avoid overlapping the content.

    เผยแพร่โค้ดต้นฉบับภายใต้ Mozilla Public License 2.0

    ดาวน์โหลดไฟล์
  • รุ่น 1.10.14

    เผยแพร่เมื่อ 7 ก.ค. 2024 - 100.27 KB
    ใช้งานได้กับ firefox 109.0a1 และใหม่กว่า

    เผยแพร่โค้ดต้นฉบับภายใต้ Mozilla Public License 2.0

    ดาวน์โหลดไฟล์
ไปยังหน้าแรกของ Mozilla

ส่วนเสริม

  • เกี่ยวกับ
  • Firefox Add-ons Blog
  • Extension Workshop
  • ศูนย์กลางนักพัฒนา
  • นโยบายนักพัฒนา
  • Community Blog
  • กระดานสนทนา
  • รายงานข้อบกพร่อง
  • คู่มือบทวิจารณ์

เบราว์เซอร์

  • Desktop
  • Mobile
  • Enterprise

ผลิตภัณฑ์

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Twitter (@firefox)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • ความเป็นส่วนตัว
  • คุกกี้
  • ข้อกฎหมาย

เว้นแต่จะ ระบุไว้ เป็นอย่างอื่น เนื้อหาในไซต์นี้อยู่ภายใต้ สัญญาอนุญาต Creative Commons แบบแสดงที่มา อนุญาตแบบเดียวกัน v3.0 หรือรุ่นใดก็ตามหลังจากนั้น