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()) {
log("[hook-message-injector] WARNING: Skipping message injection on beta/SQLite backend. " +
"Injected messages are not visible to SQLite storage. " +
"Features affected: continuation prompts, context injection.", {
log("[hook-message-injector] Skipping JSON message injection on SQLite backend. " +
"In-flight injection is handled via experimental.chat.messages.transform hook. " +
"JSON write path is not needed when SQLite is the storage backend.", {
sessionID,
agent: originalMessage.agent,
})