PluginProbe
OpenStation: Desktop Windows, Dock & Virtual Desktops for WP Admin / 1.1.10
OpenStation: Desktop Windows, Dock & Virtual Desktops for WP Admin v1.1.10
1.1.10 1.1.9 1.1.8 1.1.7 1.1.6 1.1.5 1.1.4 1.1.3 1.1.2 1.1.1 1.1.0 1.0.1 1.0.0 0.9.8 0.9.7 0.9.6 0.9.4 0.9.5 0.9.3 0.9.2 0.9.1 0.9.0 0.8.9 0.8.8 0.8.7 All 34 releases
← All changes | includes/ai-copilot/analysis.php +3 -2 1.1.61.1.10 View file →
@@ -7,10 +7,11 @@
7 7 * - The prompt builder that converts a comment into a chat message array.
8 8 * - Meta read/write helpers so the job callback never touches meta keys
9 9 * directly; the key name lives in one place.
10 10 *
11 - * Comment analysis is the only auto-analysis the copilot performs (it feeds
12 - * the comments-window spam score). Posts, pages, and terms are not analyzed.
11 + * Nothing is analyzed automatically. Comment analysis runs on demand only,
12 + * through the `desktop-mode/analyze-comment` ability; posts, pages and terms
13 + * are not analyzed at all.
13 14 *
14 15 * Meta key: `_desktop_mode_ai_analysis` (prefixed underscore → hidden from
15 16 * the Custom Fields UI by default).
16 17 *