issues Search Results · language:Edge language:Python language:JavaScript language:Java language:JavaScript language:HTML
Filter by
62.1M results
We will replace php (renamed to php-legacy in case users not ready for the switch) with php-nextgen which has received
lots of contributions for a while.
If anyone has any concern, please reply to let ...
Announcement
现象
工具执行异常时,原始 Python 异常信息直接展示在前端,包含文件绝对路径和潜在的敏感信息。
环境
- 分支: pr-6
- 文件: miqi/execution/orchestrator.py#L330
根因
外层 except Exception 直接格式化原始异常到用户可见结果:
ctx.result = f Error executing {ctx.tool_name}: ...
Severity: Medium
Summary
The CSP nonce is neutralized by unsafe-inline and unsafe-eval, so the nonce-based protection provides nothing.
Details
server.js:2352-2354 emits script-src self nonce-… unsafe-inline ...
SSoC26
The check TripCap blog autopilot is DOWN (success signal did not arrive on time, grace time passed).
Tags: tripcap production blog Schedule: 13 1,5,9,15 * * * Time Zone: UTC Total Pings: 8 Last Ping: ...
healthchecks
incident
ops
production
现象
并发创建同 session 时,第一个 RuntimeSession 被覆盖且永不停止,造成资源泄漏。
环境
- 分支: pr-6
- 文件: miqi/runtime/app_server.py#L115-131
根因
ClientSessionRegistry.create_session 在 check-then-create 之间无锁保护:
existing = self._sessions.get(session_id) ...
Severity: Medium
Summary
/api/debug-env leaks partial secret material whenever NODE_ENV is not exactly production.
Details
server.js:667-678 gates the debug endpoint only on NODE_ENV !== production ...
bug
SSoC26
现象
同 thread 的并发 UserMessage 导致第一个 turn 的 cancel/steer 状态被覆盖,AbortTurn 只能中止第二个 turn。
环境
- 分支: pr-6
- 文件: miqi/runtime/task_runner.py#L394-400, L701-704
根因
_handle_user_message 无条件覆盖 thread 级别的取消事件和活跃 ...
Severity: Medium
Summary
The e2e CI job boots the app with no environment secrets, so auth/config-dependent specs fail.
Details
Playwright boots the app via npm run dev (= node server.js) through playwright.config.js ...
SSoC26
现象
steering 消息触发时,assistant 的文本回复被丢弃,对话历史损坏,模型失去上一轮的上下文。
环境
- 分支: pr-6
- 文件: miqi/runtime/turn_runner.py#L227-244
根因
当 provider 返回非工具调用响应且存在 steering 消息时,代码 drain steering 队列后 continue,但从未将 assistant ...
♻️ 개선 대상
카카오 장소 검색, 네이버 지역 검색·역지오코딩, 서울시 혼잡도, 날씨, 행사 데이터 등 추천 기능에서 사용하는 외부 API 호출 로직
🎯 개선 목적
외부 API의 응답 지연·연결 실패·일시적 서버 오류가 발생해도 서버 요청이 장시간 대기하거나 코스 프리뷰 전체가 실패하지 않도록 한다.
외부 연동 실패 시에도 가능한 범위에서 최근 저장 ...

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 IssuesProTip! Restrict your search to the title by using the in:title qualifier.