fix(opencode): harden serve mode — permissions, bash safety, session recovery#20675
fix(opencode): harden serve mode — permissions, bash safety, session recovery#20675sjawhar wants to merge 1 commit intoanomalyco:devfrom
Conversation
|
Thanks for your contribution! This PR doesn't have a linked issue. All PRs must reference an existing issue. Please:
See CONTRIBUTING.md for details. |
|
The following comment was made by an LLM, it may be inaccurate: Based on my search results, I found two closely related PRs that appear to address components of this consolidation PR: Related PRs:
These appear to be earlier/related attempts at addressing some of the same issues that PR #20675 consolidates. However, since PR #20675 is described as "a consolidation of multiple related serve-mode hardening fixes" across 58 files, these may be prerequisite work or related but distinct efforts rather than true duplicates. |
|
Thanks for updating your PR! It now meets our contributing guidelines. 👍 |
8d6e4d1 to
b9d52f1
Compare
Issue for this PR
Fixes #14473
Type of change
What does this PR do?
Add next-generation permission system with granular tool/directory controls. Harden bash tool execution with improved timeout, signal handling, and output management. Fix session message ordering and prompt loop edge cases.
How did you verify your code works?
bun typecheckfrom packages/opencodeChecklist