Alex alex
  • Joined on 2026-05-11
alex pushed to dev at alex/headquarter 2026-05-22 21:54:49 +02:00
8efadc4432 fix: add defensive null checks to prevent filter crash
alex pushed to dev at alex/headquarter 2026-05-22 21:50:23 +02:00
7cbbb41661 feat: redesign tool workshop with split-pane layout
alex pushed to dev at alex/headquarter 2026-05-22 21:47:52 +02:00
952a9f3234 fix: correct merge migration to use down_revision tuple
alex pushed to dev at alex/headquarter 2026-05-22 21:44:54 +02:00
ab8872f79e fix: add merge migration to resolve multiple alembic heads
alex pushed to dev at alex/headquarter 2026-05-22 21:42:19 +02:00
be4893e2a7 fix: add missing migration for probe_result column
alex pushed to dev at alex/headquarter 2026-05-22 21:40:00 +02:00
b3c6a5fdc9 Merge branch 'dev' of ssh://git.commumedia.org:2222/alex/headquarter into dev
b7d17cea78 fix: complete in-progress OpenSpec changes
Compare 2 commits »
alex pushed to dev at alex/headquarter 2026-05-22 21:29:00 +02:00
649496b762 Merge branch 'dev' of ssh://git.commumedia.org:2222/alex/headquarter into dev
d13e16f5e1 feat(health-monitoring): complete instance health monitoring implementation
d5f9df33b7 feat(frontend): update sessions page for enhanced health monitoring
2a9e57ad0d chore: archive superseded cloudflare-tunnel-instances OpenSpec change
e4c5e7f2db chore: archive tool-workshop OpenSpec change
Compare 5 commits »
alex pushed to dev at alex/headquarter 2026-05-22 20:53:48 +02:00
70957e462a fix: exclude test files from TypeScript build
alex pushed to dev at alex/headquarter 2026-05-22 20:38:11 +02:00
684a11610a docs: add git branching strategy and merge workflow to AGENTS.md
alex pushed to dev at alex/headquarter 2026-05-22 20:36:33 +02:00
alex created branch dev in alex/headquarter 2026-05-22 20:36:33 +02:00
alex pushed to main at alex/headquarter 2026-05-22 20:34:26 +02:00
575e5837ea Merge branch 'main' of ssh://git.commumedia.org:2222/alex/headquarter
996ea73bbf fix: resolve remaining integration test failures
1f784b552d fix: resolve config folders API bugs and test infrastructure
dacf105200 test: add comprehensive tests for tool workshop functionality
8dd350286e feat: implement tool workshop - comprehensive tool system enhancement
Compare 5 commits »
alex pushed to main at alex/headquarter 2026-05-21 12:40:03 +02:00
ae377baa74 fix(opencode): add debugging output for installation
alex pushed to main at alex/headquarter 2026-05-21 12:34:20 +02:00
a0d4e76662 fix(opencode): ensure proper installation and workspace setup
alex pushed to main at alex/headquarter 2026-05-21 12:29:25 +02:00
b61c2256a8 refactor(opencode): install opencode via npm instead of curl
alex pushed to main at alex/headquarter 2026-05-21 12:26:10 +02:00
7e6588a99d fix(opencode): ensure opencode binary is in PATH
alex pushed to main at alex/headquarter 2026-05-21 12:03:44 +02:00
56b54e269a fix(terminal): create PTY for proper interactive shell
alex pushed to main at alex/headquarter 2026-05-21 11:39:22 +02:00
6e597b9e21 fix(terminal): allocate proper TTY for docker exec
alex pushed to main at alex/headquarter 2026-05-21 11:21:53 +02:00
a2c3d6877e fix(terminal): remove TTY allocation, use interactive bash with TERM env var
alex pushed to main at alex/headquarter 2026-05-21 11:19:12 +02:00
a200955ef2 fix(terminal): remove duplicate WebSocket read loop, let terminal_manager handle I/O