Skip to content

feat(plugin): expose session messages - #49568

Open
rekram1-node wants to merge 3 commits into
v2from
plugin-session-messages
Open

rekram1-node wants to merge 3 commits into
v2from
plugin-session-messages

Conversation

@rekram1-node

@rekram1-node rekram1-node commented Sep 17, 2026

Copy link
Copy Markdown
Collaborator

Exposes session message reads to plugins.

  • Adds ctx.message.list (MessageApi) to Effect and Promise plugin contexts.
  • Adds ctx.session.message.get to SessionDomain (Effect + Promise).
  • Implements both in PluginHost with server-compatible pagination (default limit 50, base64url cursors, cursor+order rejection).
  • Adds MessageApi to promise client api types.
  • Covers Effect and Promise paths in packages/core/test/plugin-message.test.ts.

Also repairs two latent v2 test breakages surfaced by affected-package runs (neither is caused by this PR):

  • fix(codemode): expect fs.write in skipped operations (added by feat(server): add fs.write endpoint #49466, test never updated).
  • fix(app): include step start time in timeline fixture (schema requires data.started since provider-latency change, fixture never updated).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant