• Joined on 2026-02-17
grenade closed issue helexa/helexa#61 2026-06-21 18:23:50 +00:00
Epic: first-class opencode integration (dynamic helexa provider)
grenade pushed to main at helexa/helexa 2026-06-21 18:23:50 +00:00
222c2a6116 Merge feat/75-federation-catalogue: aggregate /v1/models across operators (#75)
63f578cb15 feat(#75): aggregate /v1/models across operators (federation catalogue)
Compare 2 commits »
grenade created branch feat/74-outbound-tls-pinning in helexa/helexa 2026-06-21 18:23:25 +00:00
grenade pushed to feat/74-outbound-tls-pinning at helexa/helexa 2026-06-21 18:23:25 +00:00
1115bb0942 feat(#74): verify downstream cortex TLS certs (outbound pinning)
grenade created branch feat/75-federation-catalogue in helexa/helexa 2026-06-21 18:08:20 +00:00
grenade pushed to feat/75-federation-catalogue at helexa/helexa 2026-06-21 18:08:20 +00:00
63f578cb15 feat(#75): aggregate /v1/models across operators (federation catalogue)
grenade closed issue helexa/helexa#73 2026-06-21 16:48:30 +00:00
helexa-router: capacity-aware dispatch to a cortex with headroom (+ region affinity, failover)
grenade commented on issue helexa/helexa#73 2026-06-21 16:48:29 +00:00
helexa-router: capacity-aware dispatch to a cortex with headroom (+ region affinity, failover)

Done — merged to main in 76c90fa (branch feat/73-capacity-aware-dispatch, all four validation jobs green: Format, Clippy, Test, CUDA type-check).

The router's data path — wires the…

grenade pushed to main at helexa/helexa 2026-06-21 16:48:15 +00:00
76c90fa993 Merge feat/73-capacity-aware-dispatch: capacity-aware dispatch + region affinity + failover (#73)
7984d27553 feat(#73): capacity-aware dispatch with region affinity + failover
Compare 2 commits »
grenade created branch feat/73-capacity-aware-dispatch in helexa/helexa 2026-06-21 16:40:26 +00:00
grenade pushed to feat/73-capacity-aware-dispatch at helexa/helexa 2026-06-21 16:40:26 +00:00
7984d27553 feat(#73): capacity-aware dispatch with region affinity + failover
grenade closed issue helexa/helexa#72 2026-06-21 16:09:39 +00:00
helexa-router: router↔cortex capacity & catalogue poller (multi-operator topology)
grenade commented on issue helexa/helexa#72 2026-06-21 16:09:38 +00:00
helexa-router: router↔cortex capacity & catalogue poller (multi-operator topology)

Done — merged to main in 43ffffd (branch feat/72-router-topology-poller, all four validation jobs green: Format, Clippy, Test, CUDA type-check).

Built the live multi-operator topology —…

grenade pushed to main at helexa/helexa 2026-06-21 16:09:24 +00:00
43ffffdccb Merge feat/72-router-topology-poller: router↔cortex capacity & catalogue poller (#72)
5fd7736abd feat(#72): router↔cortex topology poller (multi-operator capacity map)
Compare 2 commits »
grenade created branch feat/72-router-topology-poller in helexa/helexa 2026-06-21 16:01:33 +00:00
grenade pushed to feat/72-router-topology-poller at helexa/helexa 2026-06-21 16:01:33 +00:00
5fd7736abd feat(#72): router↔cortex topology poller (multi-operator capacity map)
grenade commented on issue helexa/helexa#71 2026-06-21 15:15:31 +00:00
extract cortex proxy.rs SSE passthrough into a shared streaming-proxy module

Done — merged to main in 03fd496 (branch fix/71-shared-streaming-proxy, all four validation jobs green: Format, Clippy, Test, CUDA type-check).

Extracted cortex's true-streaming SSE…

grenade closed issue helexa/helexa#71 2026-06-21 15:15:31 +00:00
extract cortex proxy.rs SSE passthrough into a shared streaming-proxy module
grenade pushed to main at helexa/helexa 2026-06-21 15:15:17 +00:00
03fd4960c3 Merge fix/71-shared-streaming-proxy: shared helexa-stream SSE proxy (#71)
cabec1d08a fix(#71): extract SSE streaming passthrough into shared helexa-stream
Compare 2 commits »
grenade closed issue helexa/helexa#70 2026-06-21 15:06:33 +00:00
helexa-router: binary skeleton — axum plaintext server reusing cortex-core