• Joined on 2026-02-17
grenade created branch feat/B3-cortex-upstream-client in helexa/helexa 2026-06-23 07:41:52 +00:00
grenade pushed to feat/B4-account-api at helexa/helexa 2026-06-23 07:28:24 +00:00
d94c62c143 feat(B4): /web/v1 account API + silent fingerprint multi-account abuse
cb9e7c7c2e chore: untrack helexa.ai/node_modules + dist (B2 .gitignore slip)
2604b9f134 Merge feat/B2-authz-api: /authz/v1 authority surface + client-auth + sweeper (B2)
178e3092d5 Merge feat/F0-helexa-ai-scaffold: helexa.ai frontend scaffold (F0)
79073170ec feat(F0): helexa.ai frontend scaffold + monorepo coexistence
Compare 5 commits »
grenade pushed to main at helexa/helexa 2026-06-23 07:27:41 +00:00
cb9e7c7c2e chore: untrack helexa.ai/node_modules + dist (B2 .gitignore slip)
grenade created branch feat/B4-account-api in helexa/helexa 2026-06-23 07:25:32 +00:00
grenade pushed to feat/B4-account-api at helexa/helexa 2026-06-23 07:25:32 +00:00
89ef083644 feat(B4): /web/v1 account API + silent fingerprint multi-account abuse
grenade pushed to main at helexa/helexa 2026-06-23 07:25:30 +00:00
2604b9f134 Merge feat/B2-authz-api: /authz/v1 authority surface + client-auth + sweeper (B2)
46befde4cd feat(B2): /authz/v1 authority surface + client-auth + reservation sweeper
Compare 2 commits »
grenade pushed to main at helexa/helexa 2026-06-23 07:12:41 +00:00
178e3092d5 Merge feat/F0-helexa-ai-scaffold: helexa.ai frontend scaffold (F0)
79073170ec feat(F0): helexa.ai frontend scaffold + monorepo coexistence
Compare 2 commits »
grenade created branch feat/B2-authz-api in helexa/helexa 2026-06-23 07:12:32 +00:00
grenade pushed to feat/B2-authz-api at helexa/helexa 2026-06-23 07:12:32 +00:00
46befde4cd feat(B2): /authz/v1 authority surface + client-auth + reservation sweeper
grenade pushed to main at helexa/helexa 2026-06-23 06:59:00 +00:00
cf87e156c5 Merge feat/B1-helexa-upstream-skeleton: helexa-upstream skeleton + schema + ledger (B1, #59)
71106afaf1 feat(B1): helexa-upstream crate skeleton + Postgres schema + ledger
Compare 2 commits »
grenade created branch feat/F0-helexa-ai-scaffold in helexa/helexa 2026-06-23 06:58:39 +00:00
grenade pushed to feat/F0-helexa-ai-scaffold at helexa/helexa 2026-06-23 06:58:39 +00:00
79073170ec feat(F0): helexa.ai frontend scaffold + monorepo coexistence
grenade created branch feat/B1-helexa-upstream-skeleton in helexa/helexa 2026-06-23 06:49:24 +00:00
grenade pushed to feat/B1-helexa-upstream-skeleton at helexa/helexa 2026-06-23 06:49:24 +00:00
71106afaf1 feat(B1): helexa-upstream crate skeleton + Postgres schema + ledger
grenade commented on issue helexa/helexa#69 2026-06-21 18:29:44 +00:00
[epic] helexa-router: public multi-operator ingress proxy (router.helexa.ai)

All core children merged — helexa-router is end-to-end functional 🎉

The six core children are merged to main:

  • #70 — binary skeleton: plaintext axum server reusing cortex-core
grenade closed issue helexa/helexa#74 2026-06-21 18:29:30 +00:00
helexa-router: verify downstream cortexes serve valid & expected TLS certs (outbound)
grenade commented on issue helexa/helexa#74 2026-06-21 18:29:29 +00:00
helexa-router: verify downstream cortexes serve valid & expected TLS certs (outbound)

Done — merged to main in d2dcdd6 (branch feat/74-outbound-tls-pinning, all four validation jobs green: Format, Clippy, Test, CUDA type-check).

**Trust mechanism (the open question):…

grenade pushed to main at helexa/helexa 2026-06-21 18:29:18 +00:00
d2dcdd6ebb Merge feat/74-outbound-tls-pinning: verify downstream cortex TLS certs (#74)
1115bb0942 feat(#74): verify downstream cortex TLS certs (outbound pinning)
Compare 2 commits »
grenade closed issue helexa/helexa#75 2026-06-21 18:24:07 +00:00
helexa-router: aggregate /v1/models across operators (federation catalogue)
grenade commented on issue helexa/helexa#75 2026-06-21 18:24:06 +00:00
helexa-router: aggregate /v1/models across operators (federation catalogue)

Done — merged to main in 222c2a6 (branch feat/75-federation-catalogue, all four validation jobs green: Format, Clippy, Test, CUDA type-check).

The router's /v1/models is now the deduped…