Alex alex
  • Joined on 2026-05-11
alex pushed to main at alex/headquarter 2026-05-21 11:09:10 +02:00
76266fc3d0 fix(terminal): allocate pseudo-TTY for interactive docker exec session
alex pushed to main at alex/headquarter 2026-05-21 11:05:49 +02:00
9d54a2542b fix(terminal): use decode_session_cookie instead of verify_session_token
alex pushed to main at alex/headquarter 2026-05-21 11:01:34 +02:00
520078fd64 debug(terminal): add comprehensive logging to WebSocket terminal handler
alex pushed to main at alex/headquarter 2026-05-21 10:55:15 +02:00
55c4dc1281 fix(git): auto-configure safe.directory when git detects dubious ownership
alex pushed to main at alex/headquarter 2026-05-21 10:51:29 +02:00
74ac7b00bb fix(logging): add missing import logging to git_files.py
alex pushed to main at alex/headquarter 2026-05-21 10:47:32 +02:00
ecc0acc8dd fix(logging): add detailed error logging to git repository endpoints and utilities
alex pushed to main at alex/headquarter 2026-05-21 10:38:21 +02:00
fba01ddfb2 fix(git): handle empty repositories gracefully and show empty state in UI
alex pushed to main at alex/headquarter 2026-05-21 10:19:37 +02:00
35a251a0b4 fix(sessions): add tool_type_interfaces to backend response and handle undefined in frontend
alex pushed to main at alex/headquarter 2026-05-21 10:14:02 +02:00
b10eadf64b fix(sessions): navigate to terminal page for terminal-only sessions
alex pushed to main at alex/headquarter 2026-05-20 18:11:34 +02:00
50fcf5c077 fix(tunnels): skip tunnel creation for terminal-only tools
alex pushed to main at alex/headquarter 2026-05-20 17:58:38 +02:00
19db7db8d0 fix(compose): remove external network declarations from compose templates
alex pushed to main at alex/headquarter 2026-05-20 17:55:19 +02:00
189f29ee41 fix(opencode): update seed function to sync existing tool types with code changes
alex pushed to main at alex/headquarter 2026-05-20 17:48:38 +02:00
f2c3264be6 fix(opencode): add tar dependency and symlink binary to /usr/local/bin
alex pushed to main at alex/headquarter 2026-05-20 17:37:58 +02:00
f07a632c86 fix(opencode): use official install script from opencode.ai
alex pushed to main at alex/headquarter 2026-05-20 17:30:35 +02:00
0b68efb6e0 fix(tunnels): add missing imports for render_compose_template, recreate_tunnel, check_tunnel_health
alex pushed to main at alex/headquarter 2026-05-20 17:24:06 +02:00
54ec87a836 fix(migration): rename migration to fit within alembic version string limit
alex pushed to main at alex/headquarter 2026-05-20 17:21:23 +02:00
3d64ec9061 fix(tunnels): connect tool containers to backend network for cloudflared access
alex pushed to main at alex/headquarter 2026-05-20 17:18:39 +02:00
ac6bd3304d feat(opencode-web-terminal): complete OpenCode web terminal implementation
alex pushed to main at alex/headquarter 2026-05-20 16:49:32 +02:00
6ec35988cc feat(sessions): add stop confirmation, health checks, and tunnel recreation
alex pushed to main at alex/headquarter 2026-05-20 16:28:40 +02:00
e985f0122e debug(tunnels): add connectivity check before starting cloudflared tunnel