v0.0.59
What's Changed
-
feat: add sentry service and node by @eryue0220 in #280
-
Add MCP and chart output to node reference by @mbakgun in #287
-
Link environment variable reference from docs by @mbakgun in #288
-
Thank for Sentry Node : @eryue0220 🎉
-
Thanks @sajdakabir for SRF via POST Advisory (GHSA-jjvx-3wfc-p8hq) 🌸
What's New in Heym: OpenAI Codex Node
We're excited to announce the native OpenAI Codex node for Heym's workflow builder.
This addition brings fully automated, agentic coding capabilities directly into your visual workflows, enabling you to trigger autonomous coding tasks from cron jobs, webhooks, Slack messages, or GitHub events.
Authentication Made Simple
The Codex node introduces a groundbreaking authentication option.
Instead of managing OpenAI API keys and paying per token, you can now authenticate using your existing ChatGPT Plus or Pro subscription through a secure OAuth PKCE flow.
Heym securely stores and auto-refreshes your token bundle, eliminating surprise API bills while maintaining full functionality.
Traditional access-token mode remains available via an auth-mode toggle for teams that require it.
Seven Publish Modes
Choose exactly how your changes ship with flexible publish options:
diff_only: Edit locally and return the patch with changed files, nothing pusheddraft_pr: Commit, push, and open a draft pull requestopen_pr: Commit, push, and open a review-ready pull requestcommit_push: Commit and push a branch without creating a PRdirect_commit: Commit straight to the base branchupdate_existing_pr: Add a commit to an existing branch or PR, opening one if none existspatch_artifact: Save the diff as a downloadable file and return apatchUrl
Agent Tool Integration
Attach the Codex node to any AI Agent so the agent can delegate coding tasks dynamically.
All node fields, including task prompt, repository, and branch, can be populated by the agent at runtime, enabling sophisticated multi-agent workflows.
Human-in-the-Loop Workflows
When Codex requires a product decision or missing information, it returns a needs_input status and pauses execution with a shareable follow-up link.
Route the question output to Slack, email, or Discord for team input.
Answering resumes the same Codex thread and execution, ensuring you maintain control without becoming a bottleneck.
Structured Results
Every Codex execution returns comprehensive structured output, including:
- A summary of changes
- Validation notes
- The complete git diff
- A list of changed files
This enables downstream nodes to process results programmatically and integrate with your existing CI/CD pipelines.
Isolated Execution
Codex clones repositories in an isolated runner environment, ensuring safe and predictable execution.
The node handles the complete lifecycle from repository cloning through code generation to result packaging.
Why It Matters
This release represents a significant step forward in workflow automation, enabling teams to save an average of 3.6 hours per developer per week on repetitive coding tasks while maintaining full control over how changes are integrated into their codebases.
Full Changelog: v0.0.58...v0.0.59