[PR #4621] feat(ephemeral): add ephemeral message - hidden stateless single turn inference #11043

Closed
opened 2026-02-16 18:15:49 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/anomalyco/opencode/pull/4621

State: closed
Merged: No


As the title says - basically allow plugins to do inference using session's context without mutating anything.

Use cases:

  • LLM as a judge plugins (evaluate llm outputs and do something with it - many different applications here)
  • A/B testing of different models on the same query under the hood (let plugins handle results as they like)
  • Allows for more creative use cases I'm sure
**Original Pull Request:** https://github.com/anomalyco/opencode/pull/4621 **State:** closed **Merged:** No --- As the title says - basically allow plugins to do inference using session's context without mutating anything. Use cases: - LLM as a judge plugins (evaluate llm outputs and do something with it - many different applications here) - A/B testing of different models on the same query under the hood (let plugins handle results as they like) - Allows for more creative use cases I'm sure
yindo added the pull-request label 2026-02-16 18:15:49 -05:00
yindo closed this issue 2026-02-16 18:15:49 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#11043