Skip to content

[Amber] Fix: Workflow startup greeting should render client-side, not round-trip through Claude#780

Open
github-actions[bot] wants to merge 2 commits intomainfrom
amber/issue-779-workflow-startup-greeting-should-render-client-sid
Open

[Amber] Fix: Workflow startup greeting should render client-side, not round-trip through Claude#780
github-actions[bot] wants to merge 2 commits intomainfrom
amber/issue-779-workflow-startup-greeting-should-render-client-sid

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Mar 3, 2026

Automated Fix by Amber Agent

This PR addresses issue #779 using the Amber background agent.

Changes Summary

  • Action Type: auto-fix
  • Commit: 84421be
  • Triggered by: Issue label/command

Pre-merge Checklist

  • All linters pass
  • All tests pass
  • Changes follow project conventions (CLAUDE.md)
  • No scope creep beyond issue description

Reviewer Notes

This PR was automatically generated. Please review:

  1. Code quality and adherence to standards
  2. Test coverage for changes
  3. No unintended side effects

🤖 Generated with Amber Background Agent

Closes #779

…tripping through Claude

When a user selects a workflow, the startupPrompt from ambient.json is now
displayed directly in the WelcomeExperience component rather than being sent
as a hidden user message to the Claude API. This eliminates an unnecessary
round-trip that added latency and consumed API tokens.

- Backend: expose `startupPrompt` from ambient.json in the OOTB workflow list API
- Frontend: add `startupPrompt` to WorkflowConfig and OOTBWorkflow types
- Frontend: track and expose `workflowGreeting` from useWorkflowManagement hook
- Frontend: render greeting message in WelcomeExperience after workflow selection
- Runner: remove `_trigger_workflow_greeting()` and its aiohttp/uuid dependencies

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@ambient-code
Copy link

ambient-code bot commented Mar 4, 2026

Merge Readiness — Blockers Found

Check Status Detail
CI pass
Merge conflicts FAIL Has merge conflicts
Review comments pass
Jira hygiene warn No Jira reference found
Staleness pass
Diff overlap risk

This comment is auto-generated by the PR Overview workflow and will be updated when the PR changes.

@jeremyeder jeremyeder closed this Mar 7, 2026
@jeremyeder jeremyeder reopened this Mar 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

amber-generated PR created by Amber background agent auto-fix

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Workflow startup greeting should render client-side, not round-trip through Claude

1 participant