fix: Show correct file paths in permission window#25
Merged
adamdotdevin merged 2 commits intoanomalyco:devfrom May 16, 2025
Merged
fix: Show correct file paths in permission window#25adamdotdevin merged 2 commits intoanomalyco:devfrom
adamdotdevin merged 2 commits intoanomalyco:devfrom
Conversation
carabistouflette
pushed a commit
to carabistouflette/opencode
that referenced
this pull request
Jun 16, 2025
* Fix paths in permission window to show relative paths * Fix paths in permission window to show actual file paths
This was referenced Sep 14, 2025
randomm
referenced
this pull request
in randomm/opencode
Jan 9, 2026
…ns (#26) BREAKING CHANGE: Replaces dual-container setup with unified container Merges opencode_sandbox and opencode_with_ssh into single unified container accessible via both docker exec (Mac) and SSH (iPhone). Major improvements: - Single container with dual access (docker exec + SSH) - Persistent screen sessions shared between devices - Smart helper script (scripts/opencode) auto-attaches or creates - GitHub CLI available from all access methods - Docker socket access for MCP servers - Dynamic Docker GID detection (cross-platform compatible) - Robust screen session initialization (no race conditions) Components added: - Dockerfile.opencode-unified (merged features from both old Dockerfiles) - docker-compose.yml (unified compose with Tailscale sidecar) - entrypoint-unified.sh (SSH daemon + gh auth + screen session) - scripts/opencode (smart launcher with attach logic) - .screenrc (persistent session config) - docs/session-management.md (usage guide) - MIGRATION.md (upgrade guide) - tests/test_unified_container.bats (test suite) Review process: - Initial review: 7 issues found (3 critical, 4 major) - Fixes applied in f1a7b7d - Re-review: All issues verified fixed, APPROVED Closes #25
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Test plan
Fixes: #22
🤖 Generated with opencode