ID Title Status Priority Created Due Date Actions
#812 AppToolBridge.is_waiting_tool hardcoded False -> waiting app actions with long timeout mis-routed to activity and FAIL (#agentic)
is_waiting_tool (tool_bridge.py:200) returns False unconditionally (TODO). task.py:80 routes a waiti...
closed high 2026-07-06 00:42 -
#811 Approval-timeout recovery is flaky under repetition/load (#810 residual, #agentic)
HONEST CORRECTION to my #810 report. #810 FIXED the permanent-hang class (0 infinity, 0 corrupted - ...
closed medium 2026-07-05 03:25 -
#810 JUMPER-CORE: concurrent claim/suspend/emit leaves runs in corrupted stuck state (#agentic)
Under concurrency (12 parallel approval-timeout runs), runs get stuck: run.state='sleeping' + task.s...
closed medium 2026-07-04 01:15 -
#809 INVESTIGATE: durable event-wait can hang (approval wake missed under load) (#agentic)
Evidence: in the full harness, a run stayed 'sleeping' 301s after its approval was rejected by the s...
closed medium 2026-07-04 00:15 -
#808 estimated_cost_usd always 0: agent's Ollama Cloud models missing from PRICING (#agentic)
ROOT CAUSE: engine/tools/llm/usage.py PRICING dict has no 'ollama' provider key. The agent route (co...
closed medium 2026-07-03 23:00 -
#807 Stage 8 epic: trace UI + docs (#agentic)
Dashboard Agent-trace tab rendering GET /workflows/<id>/trace (agent tree, per-node tokens/cost/dura...
closed medium 2026-07-03 22:42 -
#806 Stage 7 epic: fork / time-travel (#agentic)
POST /workflows/<id>/fork (+ MCP fork_run): new run of same definition; copy variable+checkpoint row...
closed medium 2026-07-03 13:48 -
#805 Stage 6 epic: agent progress streaming (SSE) (#agentic)
SQL trigger NOTIFY on highway.agent_event insert (migration; engine untouched -> harness-gated). New...
closed medium 2026-07-03 13:24 -
#804 Stage 5 epic: HITL v2 - edit-args, timeout, escalation (#agentic)
Replay-safe arg editing: approval decision via durable wait_for_event payload -> merge args={**args,...
closed medium 2026-07-03 05:09 -
#803 Stage 4 epic: cross-run pgvector memory (#agentic)
Swap postgres:16-alpine -> pgvector/pgvector:pg16 (volume-compatible, demo-gated). Migration CREATE ...
closed medium 2026-07-03 04:12 -
#802 call_agent agent-to-agent handoff (Stage 3 part 2, #801 task 21)
Implemented call_agent handoff. NEW child template api/dsl_templates/agent_call_child.py (init_goal ...
closed medium 2026-07-03 01:37 -
#801 Stage 3 epic: agent specs + call_agent handoffs (#agentic)
ALTER highway.agents to carry a full run_goal spec (system_prompt, route, tool_catalog, tool_config,...
closed medium 2026-07-02 18:35 -
#800 Stage 2 epic: agent sessions/threads (memory across run_goal)
Give run_goal cross-call memory via dedicated tables (agent_sessions, session_messages), NOT workflo...
closed medium 2026-07-02 12:52 -
#799 Structured output: bare ollama format constraint yields empty replies from cloud thinking models
First live structured run: glm-5:cloud under ollama native format returned EMPTY content (not valid ...
closed medium 2026-07-01 23:24 -
#798 Stage 1 epic: structured output through the LLM gateway + Anthropic prompt caching
Agentic plan Stage 1: (a) response_format JSON-schema param through call_llm to all providers (opena...
closed high 2026-07-01 23:01 -
#797 send_signal was broken outright: jsonb = json operator error in dedup query
SignalService.send_signal dedup SELECT compares jsonb column signal_payload with a psycopg Json-type...
closed high 2026-07-01 22:45 -
#796 GET /workflows/<id> returns 500 for paused (and orphaned) runs - response enum missing statuses
spectree response validation: WorkflowStatus enum in api/openapi/models/{workflows,common}.py lacked...
closed high 2026-07-01 22:38 -
#795 MCP run_goal cannot select a model route
highway-mcp server.py _agent_dsl_for hardcodes route=agent. Add optional route param to run_goal (va...
closed medium 2026-07-01 22:22 -
#794 reaction_agent hardcodes minimax-m3:cloud instead of the agent route
api/services/reactions.py _REACTION_AGENT_DSL hardcodes provider/model minimax-m3:cloud, bypassing [...
closed high 2026-07-01 22:22 -
#793 make test targets reference nonexistent test-runner compose service
Makefile test/test-unit/test-integration/test-k run 'docker compose --profile test run --rm test-run...
closed medium 2026-07-01 22:22 -
Previous Page 6 of 45 Next