• Joined on 2026-02-17
grenade commented on issue helexa/helexa#70 2026-06-21 15:06:33 +00:00
helexa-router: binary skeleton — axum plaintext server reusing cortex-core

Done — merged to main in 5ed6bc3 (branch feat/70-router-skeleton, all four validation jobs green).

New crates/helexa-router workspace binary:

  • Plaintext axum server (no inbound TLS…
grenade pushed to main at helexa/helexa 2026-06-21 15:06:11 +00:00
5ed6bc3390 Merge feat/70-router-skeleton: helexa-router binary skeleton (#70)
881fc85a4c feat(#70): helexa-router binary skeleton — plaintext axum server
Compare 2 commits »
grenade created branch fix/71-shared-streaming-proxy in helexa/helexa 2026-06-21 15:05:38 +00:00
grenade pushed to fix/71-shared-streaming-proxy at helexa/helexa 2026-06-21 15:05:38 +00:00
cabec1d08a fix(#71): extract SSE streaming passthrough into shared helexa-stream
grenade created branch feat/70-router-skeleton in helexa/helexa 2026-06-21 14:52:47 +00:00
grenade pushed to feat/70-router-skeleton at helexa/helexa 2026-06-21 14:52:47 +00:00
881fc85a4c feat(#70): helexa-router binary skeleton — plaintext axum server
grenade pushed to main at helexa/helexa 2026-06-21 12:05:51 +00:00
b2ed20b55a docs(CLAUDE.md): document the branch → CI → merge-on-green workflow
grenade deleted branch fix/68-cost-schema-wire-contract from helexa/helexa 2026-06-20 09:08:31 +00:00
grenade closed issue helexa/helexa#68 2026-06-20 09:08:26 +00:00
investigate: the cost/pricing schema on /v1/models — value source + a predictable, client-consumable shape
grenade pushed to main at helexa/helexa 2026-06-20 09:08:26 +00:00
bee27e9b9c Merge fix/68-cost-schema-wire-contract: pin the /v1/models cost wire contract
87d9c291ce fix(#68): pin the /v1/models cost wire contract — units + absent-vs-zero
Compare 2 commits »
grenade commented on issue helexa/helexa#68 2026-06-20 09:02:49 +00:00
investigate: the cost/pricing schema on /v1/models — value source + a predictable, client-consumable shape

Investigation outcome + decisions

Key finding: the cost code path already exists end-to-end. cortex_gateway::handlers::list_models populates cost: profile.cost.clone() from the…

grenade created branch fix/68-cost-schema-wire-contract in helexa/helexa 2026-06-20 09:02:07 +00:00
grenade pushed to fix/68-cost-schema-wire-contract at helexa/helexa 2026-06-20 09:02:07 +00:00
87d9c291ce fix(#68): pin the /v1/models cost wire contract — units + absent-vs-zero
grenade commented on issue helexa/helexa#7 2026-06-20 08:57:34 +00:00
Responses API: emit response.in_progress and built-in-tool event families

Triage: the response.in_progress half of this issue is already implemented and tested on main — it was landed in a prior commit but the issue wasn't updated.

  • Constant: `cortex_core::res…
grenade commented on issue helexa/helexa#65 2026-06-20 08:54:11 +00:00
neuron: request-time length-aware VRAM backstop for text prefill — close the poll-vs-request snapshot gap left by #67

Fixed in e7f7e37 (merged to main via d474246).

The text prefill path now has a request-time, length-aware VRAM guard, mirroring validate_vision_prefill and reusing #67's physics rather…

grenade deleted branch fix/65-text-prefill-vram-backstop from helexa/helexa 2026-06-20 08:53:55 +00:00
grenade closed issue helexa/helexa#65 2026-06-20 08:53:40 +00:00
neuron: request-time length-aware VRAM backstop for text prefill — close the poll-vs-request snapshot gap left by #67
grenade pushed to main at helexa/helexa 2026-06-20 08:53:40 +00:00
d4742467e0 Merge fix/65-text-prefill-vram-backstop: request-time length-aware VRAM backstop for text prefill
e7f7e376fc fix(#65): request-time length-aware VRAM backstop for text prefill
Compare 2 commits »
grenade created branch fix/65-text-prefill-vram-backstop in helexa/helexa 2026-06-20 08:46:39 +00:00
grenade pushed to fix/65-text-prefill-vram-backstop at helexa/helexa 2026-06-20 08:46:39 +00:00
e7f7e376fc fix(#65): request-time length-aware VRAM backstop for text prefill