anomalyco / anomalyco/opencode
Changing timezone during active chat session breaks the message flow
Open
@rekram1-node is already working on this.
Since Jul 23, 2026.
- Dominant language
- TypeScript
- Stars
- 209k
- Forks
- 27.5k
- PR merge metrics
- PR metrics pending
Description
Description
Lets say you are playing CTF challenges, and machine requires updating your timezone, and the LLM does it, it completely breaks the messages flow as i suspect the messages are ordered via created_at or similar, the order shouldn't depend created_at or at very least it should respect the TZ it started with, or simply use unix time
Plugins
none
OpenCode version
1.18.4
Steps to reproduce
- start session
- tell llm to change ntpdate to something drastically different +-7 hours for example.
- the chat flow breaks.
Screenshot and/or share link
No response
Operating System
Linux kali 7.0.12+kali-amd64
Terminal
Ghostty
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.