Skip to content

Conversation

@pull
Copy link

@pull pull bot commented Nov 27, 2025

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

The argumentSchema in built-in.ts only accepted strings, causing object
parameters like { query: "#favorites" } to be coerced to "{}" during
the compilation pipeline.

Updated argumentSchema to use anyOf with both string and object schemas,
matching the TARGET_SCHEMA in wish.ts that the builtin implementation uses.

Added two compilation-level tests that verify object syntax works through
the full compileRecipe -> loadRecipe -> run pipeline.

🤖 Generated with [Claude Code](https://claude.ai/code)
via [Happy](https://happy.engineering)

Co-authored-by: Claude <[email protected]>
Co-authored-by: Happy <[email protected]>
@pull pull bot locked and limited conversation to collaborators Nov 27, 2025
@pull pull bot added the ⤵️ pull label Nov 27, 2025
@pull pull bot merged commit 78c2e50 into ExaDev:main Nov 27, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant