Skip to content

feat: add option to pass user email and display caipe version - #14

Merged
suwhang-cisco merged 2 commits into
agent-forge-upstream-dockerfrom
pass-user-email
Nov 10, 2025
Merged

feat: add option to pass user email and display caipe version#14
suwhang-cisco merged 2 commits into
agent-forge-upstream-dockerfrom
pass-user-email

Conversation

@suwhang-cisco

Copy link
Copy Markdown
Collaborator

Hey, I just made a Pull Request!

  1. Add new agentForge option to make agent append user email using a new variable:
# app-config.yaml
agentForge:
    userEmailMode: "message" # Options: 'none' (don't include), 'message' (prepend to text), 'metadata' (add as metadata)

three options:
1. "none" (default) - no user email. old method
2. "message" - appends "The user email is XXX" as the prefix of every user message
3. "metadata" - adds a new metadata field in the message json parts

Screenshot 2025-11-10 at 21 18 40
  1. Add a new "CAIPE VERSION" display on the UI
Screenshot 2025-11-10 at 21 18 20
  • A changeset describing the change and affected packages. (more info)
  • Added or updated documentation
  • Tests for new functionality and regression tests for bug fixes
  • Screenshots attached (for UI changes)
  • All your commits have a Signed-off-by line in the message. (more info)

Signed-off-by: suwhang-cisco <suwhang@cisco.com>
Signed-off-by: suwhang-cisco <suwhang@cisco.com>
@suwhang-cisco
suwhang-cisco merged commit 0934db7 into agent-forge-upstream-docker Nov 10, 2025
5 of 6 checks passed
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