Oxygen AI Positron Assistant Enterprise V7.0

Released: Sep 15, 2025

Mises à jour de V7.0

Fonctionnalités

Oxygen AI Positron Service

  • OpenAI GPT-5 Models Available - You now have access to the latest OpenAI GPT-5 (with default or minimal reasoning), GPT-5 Mini, and GPT-5 Nano models in the Chat view, giving you access to more advanced and efficient AI capabilities for your conversations and AI actions.
  • Anthropic Claude and Google Gemini AI Models - In addition to OpenAI models, you can now select Anthropic Claude and Google Gemini AI models in the Chat view for AI actions or conversations. The available models include Claude Opus 4.1 and 4, Claude Sonnet 4 and 3.7, as well as Gemini 2.5 Pro, Flash, and Flash Light.
  • Download Invoices for Your Team - If you manage a team in your AI Positron Service web account, you can now download invoices for each team member with an active subscription from the Invoices tab.
  • Generate Usage Report for Your Team - If you manage a team in your AI Positron Service web account, you can now generate a usage report that shows how many credits each team member has consumed. This helps you monitor and manage your team's credit usage more effectively.

Oxygen AI Positron Assistant

  • Support for OpenAI GPT-5 Models - After configuring the OpenAI connector, you have access to the latest GPT-5 models, including GPT-5 (with default or minimal reasoning), GPT-5-mini, and GPT-5-nano, in the Chat view. This gives you access to improved AI capabilities for chatting or invoking AI actions.
  • Invoke Tools Defined on Model Context Protocol Servers - The Anthropic Model Context Protocol (MCP) is an open standard that enables developers to build secure, two-way connections between their data sources and AI-powered tools. You can now configure a reference to a MCP configuration file in the AI Positron Assistant's Model Context Protocol preferences page. The AI Positron Enterprise add-on utilizes this file to load extra tools that can be called by the AI engine when using the chat modes or invoking custom AI actions.
  • AI-powered Automatic Fixes for Invalid XML Responses - When an invalid or not well-formed XML document is generated by the AI model, Oxygen AI Positron automatically detects the document type, validates the document, and tries to correct any detected errors, thus ensuring that the generated XML documents are valid.
  • Fix Validation Problems in the Editor with AI Positron Fix - You can fix validation problems in the editor (Text and Author modes) with the AI Positron Fix action, available in the Quick Fix menu and in the tooltip when you hover over a validation problem. This helps you resolve issues faster without leaving your editing context.
  • Attach Files to Edited Message Prompts - When editing a message prompt that was sent to the AI, you can use the convenient Attach action to attach images (in PNG or JPEG format) or files (in various formats including plain text, XML, Markdown, Word, PowerPoint, or PDF). This allows you to provide additional context, helping the AI generate more relevant responses.
  • Manage Attachments with Visual Chips
    • You can now see your attached files as chips in the chat input area, making it easy to review and remove individual attachments. If you want more control, you can optionally use @ to reference specific files in your instructions. Unreferenced attachments are still included automatically at the end of your message.
    • Attachments are also displayed as chips in the chat, so you can quickly identify and access files sent to the AI.
    • Additionally, when you select content in the editor, a chip named selection appears in the AI Positron chat input area. It represents your current selection and updates whenever you change it. You can reference it by typing @selection.
  • Paste Screenshots into Chat - You can now paste a screenshot directly into the chat input area to share visual context with the AI and reduce the need to retype details.
  • Multiple Chat Modes
    • You can now choose between three chat modes in the Chat view:
      • Agent - Discuss your project, set goals, or give instructions. The AI proposes changes and you are required to review and approve them.
      • DITA Agent - Specially tuned for DITA-specific projects, provide goals or instructions and let the AI explore your project and apply project-wide changes with your approval.
      • Ask - Get answers and explanations from the AI. This read-only mode uses search tools when needed and does not change your files.
    • All modes automatically use your current context (project location, current document and type, and the DITA map in scope), so you don't need to include this information in your prompts.
  • Flexible OAuth2 Configuration via the Positron Custom Connector Add-on - Use the Oxygen AI Positron Custom Connector add-on to connect the Positron Assistant Enterprise plugin to AI services that expose a REST API (for example, OpenAI-compatible endpoints). You can now configure the OAuth2 token endpoint with the POSITRON_CONNECTOR_AUTH_TOKEN_URL environment variable and set the OAuth2 scope with POSITRON_CONNECTOR_AUTH_SCOPE. This lets you use identity providers that require custom token URLs or scopes.
  • Improved Word (.docx) Attachment Handling - When you attach a Word (.docx) file, the text and images are kept in their original order. This preserves the document's structure and context, so you get more accurate responses.
  • Dedicated Connector for xAI Grok - You can now connect the Enterprise distributions of Oxygen AI Positron Assistant to the xAI Grok service using a dedicated connector.
  • Search In Project Tool - The new search_in_project tool allows the AI to quickly find precise matches across your project files. It supports wildcards (for example, *.dita), regular expressions, and XPath filters, making searches both flexible and powerful. With this feature, the AI can ground its answers in your project content.
  • Debug Custom AI Action Prompts - For debugging custom AI action prompts, you can see the exact prompt that is sent for any custom AI action (in the Chat view) by setting the oxygen.ai.positron.development.mode system property with the value of true in the parent Oxygen application.
  • New XSpec Template for Testing AI Actions - Use the new AI Action Test file template to create XSpec tests that validate your AI actions. It includes a commented skeleton that shows where to define inputs and expected results.
  • Enhanced Generate Code Experience - Easily generate code directly within the editor by pressing Ctrl + G (Command + G on macOS). This shortcut instantly opens a convenient text field at the cursor location, allowing you to describe the code you want to generate without interrupting your workflow.
  • Flexible AI Validation and Correction Controls - You now have separate controls for automatic validation and correction in AI Positron Preferences. Choose whether the AI attempts to fix validation errors in complete XML documents it returns, well-formedness errors in XML fragments it returns, and validation errors when AI-generated XML is inserted into your document. This lets you control when automatic fixes happen and avoid unwanted changes.

Oxygen AI Positron Assistant for Web Author and Content Fusion

  • OpenAI GPT-5 Models Available - You now have access to the latest OpenAI GPT-5 (with default or minimal reasoning), GPT-5 Mini, and GPT-5 Nano models in the Chat view, giving you access to more advanced and efficient AI capabilities for your conversations and AI actions.
  • Multiple Chat Modes
    • You can now choose between three chat modes in the Chat view:
      • Agent - Discuss your project, set goals, or give instructions. The AI proposes changes and you are required to review and approve them.
      • DITA Agent - Specially tuned for DITA-specific projects, provide goals or instructions and let the AI explore your project and apply project-wide changes with your approval.
      • Ask - Get answers and explanations from the AI. This read-only mode uses search tools when needed and does not change your files.
    • All modes automatically use your current context (project location, current document and type, and the DITA map in scope), so you don't need to include this information in your prompts.
  • Manage Attachments with Visual Chips - You can now see your attached files as chips in the chat input area, making it easy to review and remove individual attachments.
  • Automatic Fixes for Validation Issues in AI-Generated Content - After you insert AI-generated content into a document, you get automatic fixes for detected validation issues when possible, so your document stays valid without the need for manual fixes.
  • Refer AI Actions in Chat Prompts - You now have the possibility of providing instructions to the AI to invoke the existing AI actions when performing complex tasks. For example, to correct the grammar and update the current document, you could type: Invoke correct grammar on the current document and save the updated content. This approach streamlines your workflow by letting you quickly apply changes or transformations in one place.
  • Improved Word (.docx) Attachment Handling - When you attach a Word (.docx) file, the text and images are kept in their original order. This preserves the document's structure and context, so you get more accurate responses.