Skip to content

v0.8.5

Choose a tag to compare

@rmyndharis rmyndharis released this 03 Jul 09:15
· 1609 commits to main since this release

Added

  • Plugins can read recent chat history via a new ctx.engine.getChatHistory(sessionId, chatId, limit?, includeMedia?) capability, gated by the engine:read permission and the plugin's active-session scope like the other engine reads. The limit is clamped host-side (max 100), and both message directions are returned. This is the host-side prerequisite for an adapter to backfill prior conversation context. (#609)