Overview
v1.1.0 adds MCP integration to Tentix workflows, introduces support for the Tentix Inspector plugin, and includes recent improvements around ticket handling, knowledge base management, notifications, and WebSocket stability.
Highlights
MCP workflow node
- Added an MCP node to the AI workflow editor.
- Supports configuring external API endpoints for workflow execution.
- Supports AI-based API selection inside the MCP node.
- Added WebSocket and cache support for workflow test conversations.
- Added Sealos kubeconfig forwarding support for downstream Sealos/Kubernetes diagnostic services.
Tentix Inspector plugin
This release supports the Tentix Inspector plugin for Sealos/Kubernetes namespace diagnostics.
- Plugin repository: https://github.com/labring-sigs/tentix-inspector
- Image:
ghcr.io/labring-sigs/tentix-inspector:latest - Pinned image:
ghcr.io/labring-sigs/tentix-inspector:sha-83300b7
Tentix Inspector exposes POST /api/skills and can inspect resources such as Pods, Events, Ingress, PVCs, Deployments, StatefulSets, DevBox, database clusters, quotas, debts, object storage buckets, and certificates.
Knowledge base management
- Added admin knowledge-base management.
- Supports knowledge list browsing, pagination, status filtering, and chunk editing.
- Improved knowledge-base save behavior, display controls, and failed-item visibility.
- Made knowledge status filters mutually exclusive.
Ticket handling
- Added ticket sorting and filtering.
- Supports staff-side ticket search by Sealos user ID.
- Added automatic pending-ticket handling.
- Supports admin withdrawal of AI replies.
- Improved pending-reply indicators and staff-side pending-reply filtering.
Chat and WebSocket
- Fixed session refresh issues when switching accounts.
- Fixed chat WebSocket binding when switching tickets.
- Improved WebSocket reconnection before sending messages.
- Fixed WebSocket origin handling in built/runtime environments.
Notifications
- Added Feishu complaint notifications.
- Supports complaint alert cards in Feishu.
- Improved Sealos ID display and complaint card presentation.
Configuration
- Updated environment variable template.
- Added
TENTIX_INSPECTOR_API_KEYsupport for calling the inspector service.
Before deploying, compare your environment configuration with .env.template, especially if you plan to enable MCP or Tentix Inspector integration.
Suggested verification
- Create and test an AI workflow with the MCP node.
- Verify MCP calls with
zoneandnamespaceparameters. - If using Tentix Inspector, confirm the inspector service is reachable and the API key is configured.
- Test ticket search, filtering, sorting, and switching.
- Test knowledge-base list, edit, save, pagination, and status filtering.
- Test WebSocket chat after switching tickets or accounts.
- Test Feishu complaint notifications if Feishu integration is enabled.