Firefox 浏览器附加组件
  • 扩展
  • 主题
    • 适用于 Firefox
    • 字典和语言包
    • 其他浏览器网站
    • 适用于 Android 的附加组件
登录
附加组件图标

SupaPM 版本历史 - 8 个版本

SupaPM 作者: Chris

目前尚无评分
0 / 5 星
5
0
4
0
3
0
2
0
1
0
SupaPM 版本历史 - 8 个版本
  • 小心旧版本!显示这些版本是为了测试和参考目的。您应该始终使用附加组件的最新版本。

  • 最新版本

    版本 0.0.10

    发布于 2026年5月8日 - 715.31 KB
    适用于 firefox 142.0 及更高版本
    0.0.10
    - Fixed a bug where the AI agent's first edit_document or replace_document call would always succeed but any subsequent edit in the same conversation would fail with a spurious conflict error. The root cause was a timestamp mismatch: the document's updated_at and the edit event's timestamp were generated separately (at slightly different moments), so the concurrency check on the second call would compare two different timestamps and reject it. The tool now returns the document's actual updated_at so the agent always has the correct token for chained edits.
    - Fixed a related bug where AI document edits would always conflict for new users (or after a data reset) because the default org knowledge document was never persisted to storage. Each read generated a fresh in-memory document with a new timestamp, so the timestamp in the system prompt never matched the timestamp seen during the edit. The default document is now written to storage on first read, giving it a stable updated_at.
    - The open_web_pages agent tool now accepts an optional target parameter ("new_tab" or "current_tab"). When "current_tab" is chosen, the agent navigates the active browser tab to the URL instead of opening a new one — useful when the user says "go to X" rather than "open X in a new tab". Additional URLs beyond the first still open in new tabs.
    - SupaPM now publishes a CycloneDX Software Bill of Materials for the browser extension on the main site, linked from the footer, so security and compliance teams can review the extension dependency supply chain before approval.
    - Highlighted-text context now uses explicit optional site permissions. SupaPM asks before enabling selected-text capture for a site, supports either "this site" or "all sites", and lists granted page-context permissions in Settings so users can remove them.
    - Removed the floating "Add as context" button from webpages. When page context is enabled for a site, highlighted text is added as a context chip when the user focuses the sidepanel chat input.

    源代码遵循 保留所有权利 发布

    下载 Firefox 并安装扩展
    下载文件
  • 较早版本

    版本 0.0.9

    发布于 2026年5月1日 - 701.62 KB
    适用于 firefox 142.0 及更高版本
    v0.0.9 has the below updates
    • AI model catalog: The extension now discovers supported providers and models from SupaPM's public model catalog, with versioned catalog responses and automatic filtering for unavailable or incompatible models.
    • New model options: Updated the catalog with Claude Opus 4.7, Claude Sonnet 4.6, Claude Haiku 4.5, Gemini 3.1 Pro Preview, Gemini 3 Flash Preview, and Gemini 3.1 Flash-Lite Preview.
    • Manual model configuration: Settings now support a manual OpenAI-compatible endpoint for local or custom-hosted models, while keeping the SupaPM catalog as the recommended default.
    • Chat model controls: Chat surfaces now show the active model, allow catalog model switching, and display token/context usage metadata when available.
    • Chat tool context cache: Loaded Org Knowledge sections and Skills are now reused across turns, reducing repeat tool calls while surfacing cached-token diagnostics.
    • Chat reasoning display: Responses with explicit <think> reasoning blocks now show that reasoning in a collapsible Thinking row, styled consistently with tool-call activity. The same row appears while chat is waiting for the first model response.

    源代码遵循 保留所有权利 发布

    下载文件
  • 版本 0.0.8

    发布于 2026年4月26日 - 679.7 KB
    适用于 firefox 142.0 及更高版本
    v0.0.8 Updates
    - Skills don't use modals for editing any more - they have dedicated pages like projects - easier for editing
    - Skills also now use the markdown editor instead of just raw markdown - a better experience.
    - UI for chat is updated slightly to move the input into the actual column where the chat conversation lives
    - Auto-scroll only follows new output when you’re already at the bottom.
    - Removed snap points for smoother, more natural vertical scrolling.
    - Notion-style @ date mentions (e.g. today, tomorrow, next week), keyboard menu support, date picker editing, and @date(YYYY-MM-DD) round-trip support.

    源代码遵循 保留所有权利 发布

    下载文件
  • 版本 0.0.7

    发布于 2026年4月23日 - 665.44 KB
    适用于 firefox 142.0 及更高版本
    v0.0.7 Updates
    - Improved project selection and management - no longer auto-switching projects
    - LLM now has new abilities to edit skills, org knowledge, and projects - WITH an audit log and revertability of changes
    - Added edit history page so you can see, per document, your changes and the agent's changes
    - Project links now show you (via opacity) when you're on that page
    - Favicon fixes for project links (subdomains weren't working)

    源代码遵循 保留所有权利 发布

    下载文件
  • 版本 0.0.6

    发布于 2026年4月17日 - 649.12 KB
    适用于 firefox 142.0 及更高版本
    0.0.6
    Markdown tables: Adding the ability to create tables in the Projects makes structuring things a little better.
    --
    Side panel / layout: Two-column mode when the main layout region is ≥ ~700px wide: project and chat sit side by side; below that width, a vertical stack keeps chat depth for long replies. Width uses a ResizeObserver (more reliable in Chrome’s side panel than container-query-only rules here). Horizontal overflow from w-full plus horizontal margins on the content wrapper is fixed; the shell adds min-w-0 / overflow-x-hidden so wide chat content is less likely to force sideways scroll.
    --
    Side panel / projects: Reworked project search and selection — the combobox lives in the header to save vertical space, stretches to use available width between the title and actions, and its results dropdown stacks correctly above the project card. Project details use DaisyUI’s checkbox collapse for expand/collapse, with scrolling and padding fixes so long project content stays usable. Still a bit rough around the edges, but noticeably better than before.
    --
    Projects / links: Favicons on project links (side panel and options) so destinations are easier to scan at a glance, with improved resolution/fetching when links are added or updated.
    --
    Chat: Assistant messages with fenced code blocks now show each block in a dedicated panel with a Copy button, so you can grab snippets without fighting partial selection in rendered markdown. Plain text and inline formatting in the same message remain easy to select as usual.
    --
    Theme: Fixed icons so they display correctly in both dark mode and light mode (contrast, assets, and theme-aware styling where needed).

    源代码遵循 保留所有权利 发布

    下载文件
  • 版本 0.0.5

    发布于 2026年3月17日 - 583.09 KB
    适用于 firefox 142.0 及更高版本
    Added skills! SupaPM can now be given clear instructions for common tasks and workflows like creating PRD's, generating status updates, and lots, lots more...

    源代码遵循 保留所有权利 发布

    下载文件
  • 版本 0.0.4

    发布于 2026年3月5日 - 505.09 KB
    适用于 firefox 142.0 及更高版本
    • General UI improvements - colours and text size in sidepanel
    • Sidepanel structure is now project-focused, not chat focused
    • No need for "status sources" as a thing in projects
    • Improved onboarding flow (not capturing name any more)
    • Updated permissions (removed need to read AI sites - it was an unnecessary permission)

    源代码遵循 保留所有权利 发布

    下载文件
  • 版本 0.0.3

    发布于 2026年2月15日 - 497.75 KB
    适用于 firefox 109.0 及更高版本

    源代码遵循 保留所有权利 发布

    下载文件
转至 Mozilla 主页

附加组件

  • 关于
  • Firefox 附加组件博客
  • 扩展工坊
  • 开发者中心
  • 开发者政策
  • 社区博客
  • 论坛
  • 报告缺陷
  • 评价指南

浏览器

  • Desktop
  • Mobile
  • Enterprise

产品

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Bluesky (@firefox.com)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • 隐私
  • Cookie
  • 法律

除非另有注明,否则本网站上的内容可按知识共享 署名-相同方式共享 3.0 或更新版本使用。