mirror of
https://github.com/marimo-team/marimo.git
synced 2025-12-03 13:34:58 +00:00
## 📝 Summary <!-- Provide a concise summary of what this pull request is addressing. If this PR fixes any issues, list them here by number (e.g., Fixes #123). --> Fixes #7340 I cleaned up the dropdown for selecting a new session, but not the main panel. I think we can do that when we add another model. Seems okay now <img width="565" height="835" alt="image" src="https://github.com/user-attachments/assets/cf596d59-8673-462c-b709-988af5838e48" /> <img width="383" height="92" alt="image" src="https://github.com/user-attachments/assets/225c9439-b7f4-4e85-a79e-b07bac111a93" /> Used this command to run ACP: `npx stdio-to-ws "npx opencode-ai acp" --port 3023` However, there seems to be an issue where the response is received many times (edit: fixed by modifying the handleResumeSession code) <img width="494" height="233" alt="image" src="https://github.com/user-attachments/assets/8f0c7522-11f0-49f2-83d0-29350043335a" /> ## 🔍 Description of Changes <!-- Detail the specific changes made in this pull request. Explain the problem addressed and how it was resolved. If applicable, provide before and after comparisons, screenshots, or any relevant details to help reviewers understand the changes easily. --> ## 📋 Checklist - [x] I have read the [contributor guidelines](https://github.com/marimo-team/marimo/blob/main/CONTRIBUTING.md). - [ ] For large changes, or changes that affect the public API: this change was discussed or approved through an issue, on [Discord](https://marimo.io/discord?ref=pr), or the community [discussions](https://github.com/marimo-team/marimo/discussions) (Please provide a link if applicable). - [ ] I have added tests for the changes made. - [x] I have run the code and verified that it works as expected.