Skip to content

Conversation

@Raezil
Copy link
Collaborator

@Raezil Raezil commented Nov 23, 2025

No description provided.

Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

continue
}

e.optimizer.Update(newVersion)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Propagate optimized prompt into agent

The evolution loop records improved prompts via e.optimizer.Update(newVersion) but never applies them to the underlying agent.Agent; Generate continues to call e.agent.Generate with the static system prompt configured at construction, so every retry and task runs with the original prompt and the computed prompt versions only affect the in-memory history. This makes the self-evolution and codemode demo ineffective because no generation ever uses the optimized prompt.

Useful? React with 👍 / 👎.

@Raezil Raezil closed this Nov 23, 2025
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.

2 participants