Skip to content

issues Search Results · language:Dune language:Python language:Java language:Java language:JavaScript language:JavaScript

Filter by

55.1M results  (859 ms)

55.1M results

Summary Rework the ship-pr fixer in /implement with three coupled changes: 1. Reorder the fixer waterfall to Claude → Codex → Cursor, and bump the Claude tier to Opus 4.8. 2. Make the CI fixer agentic: ...

`#ensureToken()` asigna `data.access_token` sin verificar que exista. Si Kinaxis devuelve 200 con un body inesperado (mantenimiento, proxy mal configurado), `this.#token = undefined` y los siguientes requests ...
bug

El tool `bulk_export` declara default `numRows=500` con descripción Rows per batch (max 500000) . Inconsistencia confusa para el agente: 500 es 3 órdenes de magnitud por debajo del max. Decidir: - ...
bug

`KinaxisClient.queryCreate()` soporta `filters` pero el tool MCP `query_table` no lo expone. Capability oculta al agente — el LLM no puede filtrar y termina haciendo full scans + paginación cara. Fix: ...
enhancement

El cliente expone métodos que no están registrados como tools MCP, por lo que el agente IA no puede usarlos: - `bulkExportFetch` → falta tool `fetch_bulk_export` - `bulkUploadCancel` → falta tool ...
enhancement

Tres tools usan `z.record(z.any())` sin keyType. Zod v4 requiere `z.record(z.string(), z.any())`. Bomba de tiempo: cuando el SDK MCP actualice a Zod v4 el servidor revienta al arrancar. Fix: ```diff ...
bug

Description The #130 multi-round approve backstop deduplicates the bot s own prior findings across rounds with an exact content key — FollowUpAnalyzer.findingKey = file + NUL + line + NUL + title (addOpenFindings ...
bug
java

The automated workflow ( Shorts Slot 4 ) failed to run. This often means the YTDLP_COOKIES_B64 and YTDLP_PO_TOKEN_WEB secrets have expired and need to be regenerated. Please check the latest workflow run ...

No hay retry. Cualquier 429 (rate limit) o 5xx transitorio mata la operación al primer fallo. Kinaxis devuelve 429 con cierta frecuencia bajo carga. Propuesta: - Retry con backoff exponencial + jitter ...
enhancement

Cero timeouts en las llamadas `fetch`. Si Maestro cuelga o el TCP queda en limbo, el proceso MCP se bloquea indefinidamente — el agente IA del cliente no recibe respuesta nunca. Fix: `AbortSignal.timeout(ms)` ...
bug
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! Restrict your search to the title by using the in:title qualifier.