9ee3be8e4e1749a57aa5ed2f23b60cdc9162fcfd
- Anade boton 'Launch workflow' (TI_ROCKET) que hace POST async a http://localhost:8486/api/runs con {issue_id, mode:'fix-issue'}. - HTTP async via std::thread + fn_http::request (de http_request_cpp_core) con timeout 3s. NO bloquea el frame. - Feature flag 'legacy_claude_fix' (default OFF) controla la visibilidad del boton 'Claude fix' legacy (terminal externa + claude --dangerously- skip-permissions). Flag leido al arrancar desde dev/feature_flags.json. - Toast 3s con run_id devuelto por el API (o error si :8486 down / transport fail / HTTP non-2xx). Render thread-safe con mutex. - CMakeLists.txt linkea cpp/functions/core/http_request.cpp. - app.md: version 0.1.0 -> 0.2.0, uses_functions anade http_request_cpp_core, capability growth log con entrada v0.2.0.
Description
Synced from fn_registry
Languages
C++
99.1%
CMake
0.9%