Skip to content

v1.4.485

Choose a tag to compare

@github-actions github-actions released this 27 Sep 01:06
· 6 commits to main since this release

Changes

PR #2169 by ksylvan: fix(core): route user input to the user message in BuildSession

  • Routed user input through user messages in BuildSession, ensuring every request ends with a user message for broader model compatibility.
  • Tracked explicit input placeholders instead of automatically appending input to the prompt.
  • Separated system instructions from user input so input is no longer duplicated.
  • Preserved raw mode input, attachment text, and multipart content during message construction.
  • Maintained pattern endpoint responses by appending input when necessary, with new regression tests for message routing and pattern substitution.