pullrequests Search Results · language:Edge language:TypeScript language:PHP language:CSS language:Ruby language:JavaScript
Filter by
215M results
Problem
formatStderrLine escaped → \ but never escaped backslashes:
const safeMessage = message.replace(/[\r\n\t]+/g, ).replace(/ /g, \\ )
A message ending in a lone backslash turns the closing ...
Summary
Per demo team request: the per-tool-call chips currently rendered in the chat panel ( ✓ search_leads · 5 results ) are
noise for end users. This PR removes them. Users now see only the assistant ...
- Make Pine compatibility inventory canonical
- Split Pine compatibility golden tests by topic
- Add Pine parity PR and fixture guidance
- Add explicit planned namespace diagnostics
Bumps axios from 1.15.0 to 1.16.1. details summary Release notes /summary p em Sourced from a href=
https://github.com/axios/axios/releases axios s releases /a . /em /p blockquote h2 v1.16.1 — May 13, ...
dependencies
javascript
Fix bloqueante
/admin/incidencias/[id] rompía al abrir el detalle:
Error: column encartuchados_1.lote_id does not exist
La tabla encartuchados no tiene lote_id (los lotes origen se ligan vía encartuchado_lotes). ...
Post comment on original PR fails with no pull requests found for branch when resuming because the PR already exists
from a previous run. Added the same resume guard used on Create fix PR and Cleanup on ...
Bumps the vercel group with 1 update: @vercel/functions.
Updates @vercel/functions from 3.6.0 to 3.6.1 details summary Release notes /summary p em Sourced from a href=
https://github.com/vercel/vercel/releases ...
dependencies
javascript
Why
Deploys broke because ba660a4 changed the build command to node scripts/migrate.mjs next build, making the Vercel build
open a raw Postgres connection on :5432 — which the build network can t do (the ...
Cron route checks wave timing and sends next batch. Groups multi-session clients. Respects skips and dev guard. 6 new
tests. Closes #18.