Skip to content

fix: show entrypoint load error and highlight root on success#64

Merged
cristipufu merged 2 commits intomainfrom
fix/show-entrypoint-load-error
Feb 15, 2026
Merged

fix: show entrypoint load error and highlight root on success#64
cristipufu merged 2 commits intomainfrom
fix/show-entrypoint-load-error

Conversation

@cristipufu
Copy link
Member

@cristipufu cristipufu commented Feb 15, 2026

Summary

  • Show entrypoint load errors (e.g. missing API keys) on the main page in a clean error container, hiding the autonomous/conversational mode cards
  • Highlight root node green on successful run completion when it wasn't already highlighted by state events
  • Bump version to 0.0.45

Test plan

  • Load an agent with a missing env var (e.g. TAVILY_API_KEY) and verify the error displays on the main page instead of mode cards
  • Run an agent successfully and verify the root node turns green
  • Run an agent that already highlights the root node via state events — verify no regression

🤖 Generated with Claude Code

cristipufu and others added 2 commits February 15, 2026 14:13
When schema fetch fails (e.g. missing API keys), display the error
in a compact error container instead of the autonomous/conversational
mode cards.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
When a run completes successfully and the root node hasn't been
highlighted by state events, mark it as completed (green) as a
fallback. Also bumps version to 0.0.45.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@cristipufu cristipufu merged commit 2817f4e into main Feb 15, 2026
11 checks passed
@cristipufu cristipufu deleted the fix/show-entrypoint-load-error branch February 15, 2026 12:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant