Zum Hauptinhalt springen
Echtzeit-Radar & Feeds
Alle RSS Feeds ➔
👥 Community & Social
Windows Tipps & SecurityGrafikkarte vor Überhitzung schützen: So geht’s(25.09.2026 um 08:00 Uhr)
••••••••••
Windows Tipps & SecurityGrafikkarte vor Überhitzung schützen: So geht’s(25.09.2026 um 08:00 Uhr)
••••••••••
Intelligence View
⚡ tsecurity.de Intelligence

ONLYOFFICE updated: AI agents & custom hotkeys in new releases

We are excited to announce major updates across our ecosystem: ONLYOFFICE DocSpace 3.6 and ONLYOFFICE Docs 9.2. These releases introduce a new layer of intelligent assistance with AI Agents in DocSpace and bring significant productivity…

0
↗ Quelle (dev.to)
Reagiere als Erste:r — dein Feedback zählt!

We are excited to announce major updates across our ecosystem: ONLYOFFICE DocSpace 3.6 and ONLYOFFICE Docs 9.2. These releases introduce a new layer of intelligent assistance with AI Agents in DocSpace and bring significant productivity enhancements to the editors, including customizable hotkeys and macro recording. Let’s explore what’s new for developers and power users.






Meet your new AI agents in DocSpace 3.6



The main highlight of DocSpace 3.6 is the introduction of AI agents, bringing intelligent assistance directly into your collaborative workspace. These agents are designed to help you and your team work faster and more efficiently.



You can set up an AI agent tailored to your specific needs. Once configured, you can interact with it through a dedicated chat interface. Simply ask questions or describe your task, and the agent is ready to help.



The AI can perform a wide range of tasks to support your projects:





  • Analyze files: Dive deep into documents to check for accuracy, suggest improvements, or summarize key points.


  • Generate content: Create text, brainstorm ideas, or draft communications based on your prompts.


  • Search for information: Look up information across the web and your own personalized knowledge base.


  • Manage your DocSpace: Organize files, structure rooms, add users, and keep your workspace tidy.


  • Invite teammates: Collaborate with colleagues directly within the AI agent chat.



AI agents in DocSpace






Getting started with AI agents



Enabling AI agents in your DocSpace is straightforward. A new AI Settings section serves as your central hub for managing all AI-related functionalities.



1. Add an AI provider

First, you'll need to connect an AI provider to power your agents. Make sure you have an API key from your chosen provider. Currently, we support OpenAI, Anthropic, TogetherAI, and OpenRouter, with more options planned for future releases.



2. Enable MCP Server

Next, enable the MCP (Master Control Program) server. You can activate the ready-to-use ONLYOFFICE DocSpace MCP Server, which empowers AI agents to interact with and manage elements within your DocSpace, like creating rooms or organizing files. You can also connect any other MCP server for enhanced capabilities.



3. Connect web search and knowledge base

To expand your AI's capabilities, enable the web search engine. This allows the agent to pull information from the internet. You should also activate the knowledge base, which indexes your documents, allowing the AI to perform intelligent, question-based searches through your own data.



4. Create and manage your first agent

Once the setup is complete, you can build your first agent. Give it a name, cover, and tags. You can also provide specific instructions to define its purpose, such as, "Chats in this room are for discussing our startup project. Please stay on topic." You can also set storage quotas for your AI agents to control memory consumption.



Creating an AI agent



When you invite collaborators, you can assign specific roles:





  • Agent Managers have full control over settings, users, and the shared result space.


  • Content Creators can edit files, upload knowledge base content, and view results.


  • Viewers have read-only access to the shared result space.



All AI-generated files can be saved to a dedicated Result Storage space, where you can continue editing or share them. The Chat History lets you revisit previous prompts and results at any time.





What's new in ONLYOFFICE Docs 9.2?



Beyond the platform-level AI in DocSpace, ONLYOFFICE Docs 9.2 introduces powerful features directly into the editors, focusing on productivity and customization.





AI-powered grammar & spelling



The AI plugin now includes integrated spell and grammar checking. To use it, simply navigate to the AI tab and select Grammar & Spelling. The AI analyzes your text and provides suggestions with explanations, which you can accept or reject. It's a quick way to ensure your documents are polished and professional.



AI-powered grammar checking





Customizable keyboard shortcuts



For many developers, an efficient workflow relies on keyboard shortcuts. You can now customize these shortcuts to match your personal preferences. Go to the File tab, open Advanced Settings, and configure your preferred key combinations for a truly personalized editing experience.



Customizable keyboard shortcuts





Record actions as macros



Repetitive tasks can slow down your progress. With the new macro recording feature, you can automate these actions. Simply record a sequence of actions, save it as a macro, and run it whenever you need to perform that task again. This is a powerful way to streamline your work and save valuable time.



Record actions as macros





Other improvements in Docs and DocSpace





  • Enhanced PDF redaction: You can now customize the color used for the Redact option in the PDF Editor, giving you more visual control when preparing documents for sharing.


  • Improved form creation: Add descriptive text labels to checkboxes and radio buttons. You can also assign specific roles to fields when inserting them into a form, ensuring they are correctly tailored to different users.


  • New format support: DocSpace 3.6 adds support for the HML format and allows you to convert presentations to TXT files.


  • Redesigned data import: The data import tool has been overhauled for a smoother and more intuitive experience when migrating your files.





Get the latest versions







These updates are designed to make your work more intelligent, efficient, and customized. The new AI agents in DocSpace 3.6 provide a collaborative assistant for your projects, while the features in Docs 9.2, like customizable hotkeys and macro recording, offer significant productivity gains.



The latest updates are already available in the cloud. You can sign into your DocSpace to try all the new features or create a free account if you are new to ONLYOFFICE. Self-hosted builds are also available.

1. Sofort-Triage & Abwehrmaßnahmen

SOC Incident Playbook: Vulnerability Remediation & Verification
Syntax validiert (0 Fehler)
title: Detect Exploitation - ONLYOFFICE updated: AI agents & custom hotkeys in new releases
id: fa604983-e388-4da8-9afa-a95ac83e5958
status: experimental
description: Automatisch generierte SIEM-Erkennungsregel basierend auf CTI Intelligence
references:
  - https://tsecurity.de/
author: iShareStuff CTI Automated Detection Engine
date: 2026-09-26
logsource:
  category: network_connection
  product: any
detection:
  selection:
      CommandLine|contains:
        - 'exploit'
  condition: selection
falsepositives:
  - Legitime administrative Zugriffe oder Penetrationstests
level: high
tags:
  - attack.initial_access
Syntax validiert (0 Fehler)
rule CTI_Threat_Indicator {
    meta:
        author = "iShareStuff CTI Automated Detection Engine"
        date = "2026-09-26"
        description = "YARA Signature for "
    strings:
        $str = "ONLYOFFICE updated: AI agents " ascii wide
    condition:
        any of them
}
Syntax validiert (0 Fehler)
index=security sourcetype IN ("cisco:asa", "pan:traffic", "zeek_conn", "suricata", "WinEventLog:Security")
("ONLYOFFICE updated AI agents  custom hot")
| stats count earliest(_time) as first_seen latest(_time) as last_seen by src_ip, dest_ip, dest_host, signature
| eval first_seen=strftime(first_seen, "%Y-%m-%d %H:%M:%S"), last_seen=strftime(last_seen, "%Y-%m-%d %H:%M:%S")
| sort - count
Syntax validiert (0 Fehler)
message: "*ONLYOFFICE updated AI agents  custom hot*"
Syntax validiert (0 Fehler)
CommonSecurityLog
| where Message has "ONLYOFFICE updated AI agents  custom hot"
| summarize EventCount = count(), FirstSeen = min(TimeGenerated), LastSeen = max(TimeGenerated) by SourceIP, DestinationIP, DestinationPort, Activity
| extend DetectionRule = "iShareStuff-CTI-Compiled"
| sort by EventCount desc

2. Cyber Threat Intelligence & Forensik

CTI Threat Relationship Graph2 Knoten / 1 Relationen
CVE / Incident Software MITRE ATT&CK CWE Weakness IoC
🎯
MITRE ATT&CK Matrix Navigator 14 Taktiken
Reconnaissance
-
Resource Development
-
Initial Access
Execution
Persistence
-
Privilege Escalation
Defense Evasion
Credential Access
-
Discovery
-
Lateral Movement
-
Collection
-
Command and Control
Exfiltration
-
Impact
tsecurity.de Cognitive Threat RAG
Fokus-Vektor:

Kognitive Analyse für identifizierte Bedrohung: Erhöhte Bedrohungslage im Bereich ONLYOFFICE updated: AI agents & custom h.... Basierend auf 368k Vektor-Korrelationen werden sofortige Isolationsmaßnahmen für betroffene Endpunkte empfohlen.

🛡️ Angriffsfläche & Exposure

Netzwerk/Remote-Zugriff ohne Vorauthentifizierung möglich.

⚡ Empfohlene Sofortmaßnahmen
  • 1. Perimeter-Inspektion: Relevante Portfreigaben und exponierte Endpunkte unverzüglich scannen.
  • 2. Patch-Applikation: Hersteller-Hotfix einspielen oder betroffene Daemons in isolierte DMZ-Segmente überführen.
  • 3. Telemetrie & EDR-Alerts: Prozessaufrufe und Child-Processes auf anomale Shell-Spawns überwachen.
🔗 Semantisch verwandte Zero-Days MariaDB 11.7 VEC
Ähnliche Beiträge
🔍 Verwandte News

Auch interessante Nachrichten ONLYOFFICE updated: AI agents & custom hotkeys in new releases

Thematisch verwandte Begriffe: ONLYOFFICE, updated, agents, custom · 6 Treffer

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

💬 Kommentare werden geladen…
Zum Aktualisieren ziehen
ZERO-DAY CVE-2026-100620 | Capgo CLI (npm package @capgo/cli) through 7.98.2 is affected by an ove…
Advisory →
tsecurity.de Icon
Offline-Lesen, Eilmeldungen & 0ms Ladezeit

Installiere tsecurity.de direkt auf deinen Home-Bildschirm für das ultimative Vollbild-Magazinerlebnis ohne Browser-Leisten.

Nächster Beitrag