feat: consolidate docs, backend/session infra, and settings updates

This commit is contained in:
Dwindi Ramadhana
2026-05-28 00:58:20 +07:00
parent 2424acf726
commit 44e06eed88
102 changed files with 35423 additions and 11181 deletions

View File

@@ -204,7 +204,7 @@ class WP_Agentic_Writer_Codex_Provider implements WP_Agentic_Writer_AI_Provider_
$buffer = substr( $buffer, $newline_pos + 1 );
$line = trim( $line );
if ( empty( $line ) || ! str_starts_with( $line, 'data: ' ) ) {
if ( empty( $line ) || 0 !== strpos( $line, 'data: ' ) ) {
continue;
}