pullrequests Search Results · language:Edge language:TypeScript language:C# language:Java language:JavaScript language:Java
Filter by
223M results
📌 작업 내용
!-- 작업한 내용을 간단히 설명해주세요 -- 시설 위치 관리, 이미지 업로드, 지도 마커
요약
- C# 관리자에서 시설 INNER 이미지를 ServerB API로 업로드하고, DB에는 path만 저장
- 이미지 교체/시설 삭제/OUTER 전환 시 ServerB에서 _deleted 폴더로 soft delete
- 외부시설 위치 ...
Feat
Bumps vitest from 3.2.4 to 3.2.6. details summary Release notes /summary p em Sourced from a href=
https://github.com/vitest-dev/vitest/releases vitest s releases /a . /em /p blockquote h2 v3.2.6 /h2 h3 ...
dependencies
javascript
This PR contains the following updates:
| Package | Change | Age | Confidence |
| --- | --- | --- | --- |
| org.jenkins-ci.plugins:junit | 1403.vd9d1413fd205 → 1407.v9d04cdeedb_6a_ | age | confidence ...
dependencies
skip-changelog
This PR contains the following updates:
| Package | Type | Update | Change |
| --- | --- | --- | --- |
| software.amazon.awssdk:verifiedpermissions | dependencies | patch | 2.46.5 → 2.46.6 |
| software.amazon.awssdk:sts ...
Bot
Renovate
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
| --- | --- | --- | --- | --- | --- |
| TUnit | 1.51.0 → 1.53.0 | age | adoption | passing | confidence ...
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
| --- | --- | --- | --- | --- | --- |
| TUnit | 1.51.0 → 1.53.0 | age | adoption | passing | confidence ...
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
| --- | --- | --- | --- | --- | --- |
| TUnit | 1.51.0 → 1.53.0 | age | adoption | passing | confidence ...
Summary
Implement issues #111-#124 for Gospel, adding persistent sessions, run guards, trace logging, context search, and
verification agents.
Changes
Session Management (#111-#115)
- Backend-owned ...
Summary
思考过程(ThinkingBlock)里内嵌的工具块由 InlineToolChip 渲染,展开后的「参数」「结果」代码块此前只设了 overflowX: auto 、没有 maxHeight,长内容(如 tavily_search
的大段结果)会被完整铺开,把整个思考面板撑得极长。
改为复用项目已有的 getCompactScrollbarStyles(theme)(maxHeight: ...