Alex alex
  • Joined on 2026-05-11
alex pushed to dev at alex/headquarter 2026-06-15 14:17:25 +02:00
6a61669294 fix: git repo mount race and path resolution
alex pushed to main at alex/headquarter 2026-06-15 13:57:45 +02:00
alex pushed to main at alex/headquarter 2026-06-15 13:54:58 +02:00
fd11f57936 fix: prevent terminal component from exceeding its container
alex pushed to main at alex/headquarter 2026-06-15 13:50:33 +02:00
b21456093e feat: add confirmation dialogs for workspace and session deletion
alex pushed to dev at alex/headquarter 2026-06-15 13:18:31 +02:00
29e48cdb65 fix: force interactive login shell for bash containers
alex pushed to dev at alex/headquarter 2026-06-15 13:09:22 +02:00
ed1f7805f6 fix: bump compiler version to v3 for runuser entrypoint
alex pushed to dev at alex/headquarter 2026-06-15 12:41:38 +02:00
1d345eba32 fix: use runuser for privilege drop and capture container stderr in logs
alex pushed to dev at alex/headquarter 2026-06-15 12:22:38 +02:00
e35e605914 fix: bump manifest image tag when compiler logic changes
alex pushed to dev at alex/headquarter 2026-06-15 12:18:53 +02:00
94137c6586 fix: use login shell when dropping privileges in manifest entrypoint
alex pushed to dev at alex/headquarter 2026-06-15 12:09:32 +02:00
1658767cf4 fix: clone workspace into repo-named subdirectory directly
alex pushed to dev at alex/headquarter 2026-06-15 12:04:37 +02:00
83928d0f02 chore: add diagnostic logging around workspace git clone
alex pushed to dev at alex/headquarter 2026-06-15 11:46:57 +02:00
8f648264f1 fix: surface real workspace creation errors instead of generic 409
alex pushed to dev at alex/headquarter 2026-06-15 11:41:00 +02:00
b26ed7c3e4 refactor: store workspaces as {workspace_id}/{repo_name} for natural git clone layout
alex pushed to dev at alex/headquarter 2026-06-15 11:10:06 +02:00
6e33e8e4e9 fix: remove explicit repo mount from pi-agent manifest and derive workspace name from remote URL
alex pushed to dev at alex/headquarter 2026-06-15 10:54:03 +02:00
f0ae9483f3 fix: use repository name for workspace mount target
alex pushed to dev at alex/headquarter 2026-06-15 10:41:31 +02:00
90992e46a8 fix: remove stale {{WORKSPACE_NAME}} directory from container home
alex pushed to dev at alex/headquarter 2026-06-15 10:29:08 +02:00
41f9427224 fix: avoid literal {{WORKSPACE_NAME}} directories in built images
alex pushed to dev at alex/headquarter 2026-06-14 23:52:03 +02:00
089d802f1d fix: prevent failed containers from showing as running on dashboard
alex pushed to dev at alex/headquarter 2026-06-14 23:32:28 +02:00
a4e6c46a47 fix: run manifest containers as root and drop privileges in entrypoint
alex pushed to dev at alex/headquarter 2026-06-14 23:25:43 +02:00
47de2a0133 fix: check root before sudo when creating /workspace symlink