Skip to content

[Amber] Fix: [Amber] export chat misses initial prompt#715

Merged
Gkrumbach07 merged 1 commit intomainfrom
amber/issue-714-amber-export-chat-misses-initial-prompt
Feb 27, 2026
Merged

[Amber] Fix: [Amber] export chat misses initial prompt#715
Gkrumbach07 merged 1 commit intomainfrom
amber/issue-714-amber-export-chat-misses-initial-prompt

Conversation

@github-actions
Copy link
Contributor

Automated Fix by Amber Agent

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

Changes Summary

  • Action Type: auto-fix
  • Commit: 2806117
  • 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 #714

The session's initialPrompt is auto-executed by the runner with
hidden=true metadata, so it never appears in the TEXT_MESSAGE event
stream that assembleBlocks() processes. Read it directly from
session.spec.initialPrompt and prepend it as the first user message
block in the exported Markdown/PDF output.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@github-actions github-actions bot added amber-generated PR created by Amber background agent auto-fix labels Feb 26, 2026
@ambient-code ambient-code bot added this to the Merge Queue milestone Feb 26, 2026
@Gkrumbach07 Gkrumbach07 merged commit 08ffa43 into main Feb 27, 2026
@Gkrumbach07 Gkrumbach07 deleted the amber/issue-714-amber-export-chat-misses-initial-prompt branch February 27, 2026 15:48
@ambient-code ambient-code bot removed this from the Merge Queue milestone Feb 27, 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.

[Amber] export chat misses initial prompt

1 participant