Skip to content

Conversation

@duanyongcheng
Copy link
Contributor

优化了 AmpHeadersProcessor 中的多模态内容提取逻辑,使代码更简洁
Refactored multimodal content extraction logic in AmpHeadersProcessor for cleaner code
在添加或更新工具实例时自动补全缺失的工具分组,提升对旧版配置文件的兼容性
Automatically create missing tool groups when adding or updating instances to improve compatibility with legacy configuration files
将 AlertDialog 的 z-index 提升至 200 以修复层级遮挡问题
Increase AlertDialog z-index to 200 to fix layering issues
优化 Toast 视口在不同屏幕尺寸下的布局和对齐方式
Optimize Toast viewport layout and alignment across different screen sizes

Optimize multimodal extraction and enhance tool group compatibility

优化了 AmpHeadersProcessor 中的多模态内容提取逻辑,使代码更简洁
Refactored multimodal content extraction logic in AmpHeadersProcessor for cleaner code
在添加或更新工具实例时自动补全缺失的工具分组,提升对旧版配置文件的兼容性
Automatically create missing tool groups when adding or updating instances to improve compatibility with legacy configuration files
Adjust z-index and layout for AlertDialog and Toast components

将 AlertDialog 的 z-index 提升至 200 以修复层级遮挡问题
Increase AlertDialog z-index to 200 to fix layering issues
优化 Toast 视口在不同屏幕尺寸下的布局和对齐方式
Optimize Toast viewport layout and alignment across different screen sizes
@github-actions
Copy link

github-actions bot commented Jan 29, 2026

本评论会随各平台任务完成自动更新:
如首轮 npm run check 失败,请在本地执行 npm run check:fixnpm run check 并提交修复 commit。
如 fix 仍失败,请在本地排查并确保 npm run check 通过后再提交。
跨平台差异若无法复现,请复制日志交给 AI 获取排查建议。

平台 结果 明细 日志包 运行链接
ubuntu-22.04 ✅ 直接通过 check=success / fix=skipped / recheck=skipped pr-check-ubuntu-22.04 日志
windows-latest ✅ 直接通过 check=success / fix=skipped / recheck=skipped pr-check-windows-latest 日志
macos-14 (arm64) ✅ 直接通过 check=success / fix=skipped / recheck=skipped pr-check-macos-arm64 日志
macos-15 (x64) ✅ 直接通过 check=success / fix=skipped / recheck=skipped pr-check-macos-x64 日志

This comment auto-updates as each platform finishes:
If the first npm run check fails, run locally: npm run check:fixnpm run check and commit the fix.
If fix still fails, investigate locally and ensure npm run check passes before committing.
If cross-platform issues can't be reproduced, copy logs to an AI for hints.

Platform Status Detail Artifact Run
ubuntu-22.04 ✅ Passed check=success / fix=skipped / recheck=skipped pr-check-ubuntu-22.04 日志
windows-latest ✅ Passed check=success / fix=skipped / recheck=skipped pr-check-windows-latest 日志
macos-14 (arm64) ✅ Passed check=success / fix=skipped / recheck=skipped pr-check-macos-arm64 日志
macos-15 (x64) ✅ Passed check=success / fix=skipped / recheck=skipped pr-check-macos-x64 日志

…idth

- Add auto-collapse when window width < 1024px (150ms debounce)
- User manual preference takes priority over auto-collapse
- Reduce sidebar width from w-64 (256px) to w-44 (176px)
- Track user interaction in localStorage to preserve preferences
…pact display

- MainLayout: p-6 → p-4 (reduce padding by 33%)
- PageContainer: space-y-6 → space-y-4, text-2xl → text-xl, pb-8 → pb-6
- Optimize for 1024x768 resolution
- Reduce tab heights: h-11 → h-9
- Reduce tab margins: mb-6 → mb-4
- Reduce grid gaps: gap-6 → gap-4
- Reduce section spacing: space-y-8 → space-y-6, space-y-6 → space-y-4
- Optimize for compact layout on smaller screens
Ignore .sisyphus in .gitignore

将 .sisyphus 路径添加到忽略列表,防止本地工具生成的配置文件被提交
Add .sisyphus path to ignore list to prevent local tool configuration files from being committed
@jsrcode jsrcode merged commit 51cd137 into DuckCoding-dev:main Feb 1, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants