• Joined on 2026-02-17
grenade pushed to main at helexa/helexa 2026-05-31 20:28:12 +00:00
2f387f33f8 ci: export CUDA paths in cuda-check so cudarc build.rs finds nvcc
grenade closed issue helexa/helexa#6 2026-05-31 20:26:34 +00:00
Responses API: synthesise function_call output items from tool-call deltas
grenade pushed to main at helexa/helexa 2026-05-31 20:26:34 +00:00
fc9a8c42a3 feat(neuron): extract <tool_call> blocks to structured tool_calls deltas
grenade closed issue helexa/helexa#8 2026-05-31 14:55:07 +00:00
Strip reasoning content from chat-completions output by default; opt-in via header
grenade pushed to main at helexa/helexa 2026-05-31 14:55:07 +00:00
7733eecba5 feat(neuron): strip reasoning from chat completions by default
grenade opened issue helexa/helexa#9 2026-05-31 14:43:38 +00:00
Pass through chat_template_kwargs to the chat template at tokenization
grenade opened issue helexa/helexa#8 2026-05-31 14:43:14 +00:00
Strip reasoning content from chat-completions output by default; opt-in via header
grenade closed issue helexa/helexa#5 2026-05-31 14:42:44 +00:00
Responses API: surface Qwen3 <think> blocks as reasoning items
grenade commented on issue helexa/helexa#5 2026-05-31 14:42:28 +00:00
Responses API: surface Qwen3 <think> blocks as reasoning items

Closing in favour of a model-agnostic reframe — see #8 (strip reasoning content by default on chat completions) and #9 (chat_template_kwargs passthrough).

Why this issue is wrong as…

grenade pushed to main at helexa/helexa 2026-05-31 11:26:00 +00:00
fdc0adb738 docs(helexa-acp): README + example config for end-user onboarding
grenade pushed to main at helexa/helexa 2026-05-31 11:02:03 +00:00
8fa1d1962e feat(helexa-acp): anthropic-messages provider
grenade pushed to main at helexa/helexa 2026-05-31 10:55:22 +00:00
cad7552104 ci: clear sccache env on cuda-check so cargo doesn't try to wrap rustc
grenade pushed to main at helexa/helexa 2026-05-31 08:30:28 +00:00
1818dfb337 feat(helexa-acp): openai-responses provider
grenade pushed to main at helexa/helexa 2026-05-31 08:21:47 +00:00
5ed1140c97 feat(cortex-gateway): proxy /v1/responses to neuron
grenade opened issue helexa/helexa#7 2026-05-31 08:19:37 +00:00
Responses API: emit response.in_progress and built-in-tool event families
grenade opened issue helexa/helexa#6 2026-05-31 08:19:16 +00:00
Responses API: synthesise function_call output items from tool-call deltas
grenade opened issue helexa/helexa#5 2026-05-31 08:18:54 +00:00
Responses API: surface Qwen3 <think> blocks as reasoning items
grenade opened issue helexa/helexa#4 2026-05-31 08:18:29 +00:00
Responses API: implement previous_response_id chained conversations
grenade pushed to main at helexa/helexa 2026-05-31 08:13:47 +00:00
957f704efa feat(neuron): OpenAI Responses API + ci cuda-check runner label
grenade pushed to main at helexa/helexa 2026-05-31 06:49:55 +00:00
1859777332 ci: add cuda type-check job so CUDA-only borrowck errors fail fast