Skip to content

deepagents@1.7.4

Choose a tag to compare

@github-actions github-actions released this 10 Feb 23:19
· 68 commits to main since this release
7f82473

Patch Changes

  • #208 4ea1858 Thanks @antonnak! - fix(skills): use systemMessage.concat() instead of systemPrompt string in SkillsMiddleware

    Aligns SkillsMiddleware.wrapModelCall with FilesystemMiddleware and SubAgentMiddleware
    by using request.systemMessage.concat() instead of request.systemPrompt string concatenation.
    This preserves SystemMessage content blocks including cache_control annotations for
    Anthropic prompt caching.