Skip to content

Conversation

@ezynda3
Copy link
Contributor

@ezynda3 ezynda3 commented May 16, 2025

Summary

  • Fix filepath when asking for edit permissions

Test plan

  • Test creating/editing files and verify the permission window shows the correct file path

Fixes: #22

🤖 Generated with opencode

@adamdotdevin adamdotdevin merged commit c92f7c6 into anomalyco:dev May 16, 2025
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
m-pa pushed a commit to m-pa/opencode that referenced this pull request Dec 4, 2025
randomm added a commit to randomm/opencode that referenced this pull request Jan 9, 2026
…ns (anomalyco#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 anomalyco#25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Edit permissions window does not show full path

2 participants