Skip to content

Releases: heymrun/heym

v0.0.59

Choose a tag to compare

@mbakgun mbakgun released this 05 Jul 21:45
a51cc08

What's Changed

Heym Codex Node - X 1600x900

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 pushed
  • draft_pr: Commit, push, and open a draft pull request
  • open_pr: Commit, push, and open a review-ready pull request
  • commit_push: Commit and push a branch without creating a PR
  • direct_commit: Commit straight to the base branch
  • update_existing_pr: Add a commit to an existing branch or PR, opening one if none exists
  • patch_artifact: Save the diff as a downloadable file and return a patchUrl

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

v0.0.58

Choose a tag to compare

@ckakgun ckakgun released this 04 Jul 16:32
944591b

What's Changed

Security

Full Changelog: v0.0.57...v0.0.58

v0.0.57

Choose a tag to compare

@mbakgun mbakgun released this 03 Jul 16:12
4f06315

What's Changed

Heym adds Canvas Execution Highlights, a new debugging and observability layer for visual workflows.

After an execution completes, highlighted node outputs can be displayed inside a searchable and collapsible canvas panel. The feature supports live executions, restored execution history, and runs initiated through dashboard widgets.

For developers building complex agent and LLM workflows, this provides a faster way to understand what happened during execution without inspecting every node individually.

Full Changelog: v0.0.56...v0.0.57

v0.0.56

Choose a tag to compare

@ckakgun ckakgun released this 02 Jul 08:41
6ca97be

What's Changed

🔌 New in Heym: Plugins are here!
You can now extend heym with plugins ! Add new tools and capabilities to your canvas / workflows in just a few clicks. No setup headaches, no code required. Build your own , zip it and deploy !

a475c32b-c9cc-4b90-b756-806466c8d480 (1)

Live now at https://heym.run

New Contributors

Full Changelog: v0.0.55...v0.0.56

v0.0.55

Choose a tag to compare

@ckakgun ckakgun released this 30 Jun 07:14
f57819f

What's Changed

Full Changelog: v0.0.54...v0.0.55

v0.0.54

Choose a tag to compare

@ckakgun ckakgun released this 28 Jun 13:56
6a45dd1

What's Changed

93a77ebc-c0ad-4875-9d7b-5087e9d0f50a

New Nodes: Linear and ClickHouse

This release adds two new integration nodes to Heym.

Linear

Automate Linear workflows directly from the canvas:

  • Manage issues, comments, teams, projects, states, and members
  • Create, update, list, and delete Linear records
  • Use Linear data in downstream workflow steps

ClickHouse

Bring ClickHouse data into your automations:

  • Connect to ClickHouse
  • Run queries from workflows
  • Use query results in AI and automation flows

Full Changelog: v0.0.53...v0.0.54

v0.0.52

Choose a tag to compare

@ckakgun ckakgun released this 24 Jun 18:57
82a9d32

What's Changed

Full Changelog: v0.0.51...v0.0.52

v0.0.51

Choose a tag to compare

@mbakgun mbakgun released this 23 Jun 12:20
d0790d8

What's Changed

What’s new in Heym 🤗 : full Notion integration with internal token and OAuth credentials, workflow support for pages, databases, data sources, and blocks, plus expression-powered Notion node inputs and editor discovery tools.

Thanks for the great contribution! @eryue0220

Full Changelog: v0.0.50...v0.0.51

v0.0.50

Choose a tag to compare

@mbakgun mbakgun released this 22 Jun 14:27
253b8ff

What's Changed

Screenshot 2026-06-22 at 4 21 14 PM

RAG just got simpler in Heym 0.0.50.

You can now run vector stores on Postgres with pgvector, not just Qdrant. Vectors live in Heym's own database, so there is no extra service to deploy.

Pick your backend per store, point a RAG node at it, done. Same insert, search, metadata filters, and reranking either way.

Existing Qdrant setups keep working, nothing to migrate.

Full Changelog: v.0.0.49...v0.0.50

v0.0.49

Choose a tag to compare

@ckakgun ckakgun released this 21 Jun 20:08
1c4bd45

What's Changed

  • deps(backend)(deps): bump pydantic-settings from 2.14.0 to 2.14.2 in /backend in the python-web-stack group across 1 directory by @dependabot[bot] in #236
  • feat: add fe e2e test by @eryue0220 in #233
  • [codex] Fix workflow creation transaction visibility by @mbakgun in #237
  • [codex] Improve mobile dashboard controls by @mbakgun in #238
  • impl/e2e-test-iterations by @mbakgun in #240
  • impl/chat-tab-iterations by @mbakgun in #242
  • bump/version by @ckakgun in #243

Full Changelog: v0.0.48...v.0.0.49