Skip to content

feat: allow overriding system prompt date via OPENCODE_DATE env var#28546

Closed
nilo85 wants to merge 1 commit into
anomalyco:devfrom
nilo85:feat/date-override
Closed

feat: allow overriding system prompt date via OPENCODE_DATE env var#28546
nilo85 wants to merge 1 commit into
anomalyco:devfrom
nilo85:feat/date-override

Conversation

@nilo85

@nilo85 nilo85 commented May 20, 2026

Copy link
Copy Markdown

Enables deterministic LLM request replay in CI integration tests by fixing the date string in the system prompt.

Issue for this PR

Type of change

  • Bug fix
  • New feature
  • Refactor / code improvement
  • Documentation

What does this PR do?

The system prompt in session/system.ts includes a dynamic Today's date: ${new Date().toDateString()} line. This makes it impossible to match recorded LLM requests when replaying them in CI integration tests, since the date changes every day.

This PR adds an OPENCODE_DATE environment variable that overrides the date string when set, falling back to the real date otherwise. It follows the established RuntimeFlags pattern used for other runtime overrides in the project.

Usage:
OPENCODE_DATE="Thu Jan 01 2025" opencode

How did you verify your code works?

I built it locally, and ran:

OPENCODE_DATE="Yesterday" ./result/bin/opencode

Then I verified the system promt in the capture of llama-swap (see comment)

Screenshots / recordings

N/A — no UI changes.

Checklist

  • I have tested my changes locally
  • I have not included unrelated changes in this PR

Enables deterministic LLM request replay in CI integration tests by
fixing the date string in the system prompt.
@github-actions github-actions Bot added the needs:compliance This means the issue will auto-close after 2 hours. label May 20, 2026
@nilo85

nilo85 commented May 20, 2026

Copy link
Copy Markdown
Author
OPENCODE_DATE="Yesterday" ./result/bin/opencode
image

@github-actions github-actions Bot removed the needs:compliance This means the issue will auto-close after 2 hours. label May 20, 2026
@github-actions

Copy link
Copy Markdown
Contributor

Thanks for updating your PR! It now meets our contributing guidelines. 👍

@github-actions

Copy link
Copy Markdown
Contributor

Automated PR Cleanup

Thank you for contributing to opencode.

Due to the high volume of PRs from users and AI agents, we periodically close older PRs using automated criteria so maintainers can focus review time on the most active and community-supported contributions.

This PR was closed because it matched the following cleanup criteria:

  • The PR was created more than 1 month ago
  • The PR had fewer than 2 positive reactions
  • Positive reactions are counted as thumbs-up, heart, celebration, or rocket reactions on the PR

PRs created within the last month are not affected by this cleanup.

If you believe this PR was closed incorrectly, or if you are still actively working on it, please leave a comment explaining why it should be reopened. A maintainer can review and reopen it if appropriate.

Thanks again for taking the time to contribute.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant