Released: Jun 30, 2026
V8.3 버젼 업데이트
기능
Oxygen AI Positron for Desktop
- Intercept AI Events via Hooks - AI Positron now includes a hook system for intercepting AI events to help monitor, govern, and shape AI behavior, giving you greater visibility and control over AI-driven workflows. This lets you audit AI actions, enforce organizational policies, collect usage metrics, and block risky operations before they execute.
- Configure Scripts for AI Hook Events - A new Oxygen AI Positron Hooks add-on lets you configure external scripts to run when specific AI hook events occur. Using a JSON configuration file, you can connect AI lifecycle events to your own tooling for auditing, policy enforcement, analytics, and workflow automation.
- Automatic Conversation Compaction - A new automatic conversation compaction feature allows the AI Positron to summarize older portions of long conversations (when the allowed context usage reaches 70%) and replace it with a concise recap, allowing your conversation with the AI to continue without losing context. The automatic system can be disabled via an option in the Preferences page. You can also manually trigger a compaction by using the Context Consumption button in the footer of the AI Positron view.
- Dev Agent Chat Mode - You can use the new Dev Agent chat mode to chat with the AI about your XML development project, set goals, or give instructions. The AI can help with XSL/XSLT, Schematron, DTDs, XML Schemas, XPath, validation, and transformations. It explores your project to complete even the most complex tasks efficiently, proposes a plan, and can make project-wide changes on your behalf, while you decide what to keep.
- New Development Skills - New specialized skills are available to enhance AI assistance for various development vocabularies, including XSLT, XSD, Schematron, and XSpec. These skills help the AI generate more accurate, error-free code suggestions, making development faster and more efficient.
- New OpenAI Responses Enterprise Connector - A new OpenAI Responses enterprise connector is now available. It uses the OpenAI Responses API, which is required for newer reasoning models such as GPT-5.5 Thinking.
- Reasoning Displayed in Chat for OpenAI Thinking Models - When you use OpenAI thinking models (such as GPT-5.5 Thinking) through the Positron Service or an OpenAI Responses enterprise connector, the model's reasoning is now displayed in a collapsible section in the chat.
- Connect to MCP Servers that Use OAuth Authentication - Connections to Model Context Protocol (MCP) HTTP servers that use OAuth are now supported. You can also see a summary of the servers that are running or have failed in the Connection status section and it includes log in/out buttons.
- Load Skills from Zip Archives - You can now pack skill folders as zip archives (with the .skill file extension) to distribute and share custom skills as single files. Once placed in the configured skill folders, these packages are automatically recognized and loaded by AI Positron.
- Fix Multiple Validation Problems at Once - You can now use the AI Positron Fix action on multiple selected validation problems in the Results pane, so you can resolve them in a single operation.
- AWS Bedrock: Connect Using AWS CLI Credentials (Profile/SSO) - The AWS Bedrock connector now supports AWS Credentials (Profile/SSO) as a more secure method than API key authentication. This option requires AWS CLI v2 to be installed on your machine and supports SSO and any other credential type that the AWS CLI supports.
- New AI Models Available - You can now choose from more AI models for AI-assisted tasks:
- GPT-5.4 Thinking, GPT-5.5, and GPT-5.5 Thinking through the Positron Service or an OpenAI Responses enterprise connection.
- Claude Opus 4.8 Thinking and Claude Opus 4.8, well-suited for agentic workflows and complex multi-step tasks.
- Gemini 3.5 Flash through the Positron Service or the VertexAI enterprise connection.
- Manage Available Models for Configured AI Connections - Administrators can now control which models are available to users for configured AI connections, including OpenAI, Claude, and Gemini connectors. You can add or remove models from the connection-specific list, define a recommended default model, and include additional models that are not part of the predefined list.
- Editor Variables Supported in Prompt Reference When Creating Custom AI Actions - When creating custom AI actions, you can now use Oxygen editor variables when defining the prompt_ref property (for example, to reference content from the user's home folder) and the content will be expanded automatically.
- New AI Tool Function for Evaluating XPath Expressions - AI Positron now provides the evaluate_xpath tool function to the LLM, enabling it to retrieve nodes against a document resource using XPath 2.0 expressions. The result includes the matched element and its location within the document, giving you a faster and simpler way to access structured content.
- New XPath AI Functions - ai:chat() and ai:resolve-action() - Two new AI extension functions can be called from XPath, and any XPath-enabled language (XSLT, XQuery, XProc, XSpec, Schematron, Schematron Quick Fix, etc.). The ai:chat function runs a full chat completion. It takes a conversation (and optional tool definitions and model settings) and returns the complete message history, allowing multi-turn exchanges to be continued. The ai:resolve-action function turns a saved AI Positron action into the messages and options that are passed to the ai:chat function, letting you separate an action's definition from its execution. Like the other AI functions, they can be enabled or disabled from the XPath Functions preferences page.
Oxygen AI Positron for Eclipse
- OpenAI Responses Connector for Reasoning Models - You can now configure an OpenAI Responses enterprise connector to use the OpenAI Responses API. This connector is required for newer OpenAI reasoning models (such as GPT-5.5 Thinking) and keeps requests from being stored on OpenAI's servers.
- New Development Skills - New specialized skills are available to enhance AI assistance for various development vocabularies, including XSLT, XSD, Schematron, and XSpec. These skills help the AI generate more accurate, error-free code suggestions, making development faster and more efficient.
- Load Skills from Zip Archives - You can now pack skill folders as zip archives (with the .skill file extension) to distribute and share custom skills as single files. Once placed in the configured skill folders, these packages are automatically recognized and loaded by AI Positron.
- New AI Models Available - You can now choose from more AI models for AI-assisted tasks:
- GPT-5.4 Thinking, GPT-5.5, and GPT-5.5 Thinking through the OpenAI Responses connector.
- Claude Opus 4.8 Thinking and Claude Opus 4.8, well-suited for agentic workflows and complex multi-step tasks.
- Gemini 3.5 Flash through the Gemini connector.
- Editor Variables Supported in Prompt Reference When Creating Custom AI Actions - When creating custom AI actions, you can now use Oxygen editor variables when defining the prompt_ref property (for example, to reference content from the user's home folder) and the content will be expanded automatically.
- New AI Tool Function for Evaluating XPath Expressions - AI Positron now provides the evaluate_xpath tool function to the LLM, enabling it to retrieve nodes against a document resource using XPath 2.0 expressions. The result includes the matched element and its location within the document, giving you a faster and simpler way to access structured content.
Oxygen AI Positron for Content Fusion
- Intercept AI Events via Hooks - AI Positron now includes a hook system for intercepting AI events to help monitor, govern, and shape AI behavior, giving you greater visibility and control over AI-driven workflows. This lets you audit AI actions, enforce organizational policies, collect usage metrics, and block risky operations before they execute.
- Automatic Conversation Compaction - A new automatic conversation compaction feature allows the AI Positron to summarize older portions of long conversations (when the allowed context usage reaches 70%) and replace it with a concise recap, allowing your conversation with the AI to continue without losing context. The automatic system can be disabled via an option in the Administration page. You can also manually trigger a compaction by using the Context Consumption button in the footer of the AI Positron view.
- AI Automatically Saves Custom Actions, Skills, and Prompts in the Current Project - When you ask the AI to create a custom AI action, skill, or context prompt, it now automatically determines the correct location to save it within your current project. This removes the need to manually specify or organize where these customizations are stored.
- New OpenAI Responses Enterprise Connector - A new OpenAI Responses enterprise connector is now available. It uses the OpenAI Responses API, which is required for newer reasoning models such as GPT-5.5 Thinking.
- Reasoning Displayed in Chat for OpenAI Thinking Models - When you use OpenAI thinking models (such as GPT-5.5 Thinking) through the Positron Service or an OpenAI Responses enterprise connector, the model's reasoning is now displayed in a collapsible section in the chat.
- Load Skills from Zip Archives - You can reference an archive that contains custom AI actions, agents, and skills in the Web Author admin pages. Or you can place the custom AI actions, agents and skills in a special folder located in the Content Fusion project (.contentfusion/positron-ai-actions). These skill folders can now be packed as zip archives (with the .skill file extension) and the AI Positron will dynamically load the skills from the archives.
- New AI Models Available - You can now choose from more AI models for AI-assisted tasks:
- GPT-5.4 Thinking, GPT-5.5, and GPT-5.5 Thinking through the OpenAI Responses enterprise connection.
- Claude Opus 4.8 Thinking and Claude Opus 4.8, well-suited for agentic workflows and complex multi-step tasks.
- Gemini 3.5 Flash through the VertexAI enterprise connection.
- Manage Available Models for Configured AI Connections - Administrators can now control which models are available to users for configured AI connections, including OpenAI, Claude, and Gemini connectors. You can add or remove models from the connection-specific list, define a recommended default model, and include additional models that are not part of the predefined list.
Oxygen AI Positron for Web Author
- Intercept AI Events via Hooks - AI Positron now includes a hook system for intercepting AI events to help monitor, govern, and shape AI behavior, giving you greater visibility and control over AI-driven workflows. This lets you audit AI actions, enforce organizational policies, collect usage metrics, and block risky operations before they execute.
- Automatic Conversation Compaction - A new automatic conversation compaction feature allows the AI Positron to summarize older portions of long conversations (when the allowed context usage reaches 70%) and replace it with a concise recap, allowing your conversation with the AI to continue without losing context. The automatic system can be disabled via an option in the Administration page. You can also manually trigger a compaction by using the Context Consumption button in the footer of the AI Positron view.
- New OpenAI Responses Enterprise Connector - A new OpenAI Responses enterprise connector is now available. It uses the OpenAI Responses API, which is required for newer reasoning models such as GPT-5.5 Thinking.
- Reasoning Displayed in Chat for OpenAI Thinking Models - When you use OpenAI thinking models (such as GPT-5.5 Thinking) through the Positron Service or an OpenAI Responses enterprise connector, the model's reasoning is now displayed in a collapsible section in the chat.
- Load Skills from Zip Archives - You can reference an archive that contains custom AI actions, agents, and skills in the Web Author admin pages. These skill folders can now be packed as zip archives (with the .skill file extension) and the AI Positron will dynamically load the skills from the archives.
- New AI Models Available - You can now choose from more AI models for AI-assisted tasks:
- GPT-5.4 Thinking, GPT-5.5, and GPT-5.5 Thinking through the OpenAI Responses enterprise connection.
- Claude Opus 4.8 Thinking and Claude Opus 4.8, well-suited for agentic workflows and complex multi-step tasks.
- Gemini 3.5 Flash through the VertexAI enterprise connection.
- Manage Available Models for Configured AI Connections - Administrators can now control which models are available to users for configured AI connections, including OpenAI, Claude, and Gemini connectors. You can add or remove models from the connection-specific list, define a recommended default model, and include custom models.