docs: clarify injectHookMessage degradation log on SQLite backend

This commit is contained in:
YeonGyu-Kim 2026-02-15 14:51:54 +09:00
parent d414f6daba
commit 3fe0e0c7ae

View File

@ -269,9 +269,9 @@ export function injectHookMessage(
} }
if (isSqliteBackend()) { if (isSqliteBackend()) {
log("[hook-message-injector] WARNING: Skipping message injection on beta/SQLite backend. " + log("[hook-message-injector] Skipping JSON message injection on SQLite backend. " +
"Injected messages are not visible to SQLite storage. " + "In-flight injection is handled via experimental.chat.messages.transform hook. " +
"Features affected: continuation prompts, context injection.", { "JSON write path is not needed when SQLite is the storage backend.", {
sessionID, sessionID,
agent: originalMessage.agent, agent: originalMessage.agent,
}) })