Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: codingapi/script-engine
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.0.2
Choose a base ref
...
head repository: codingapi/script-engine
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.0.3
Choose a head ref
  • 4 commits
  • 9 files changed
  • 2 contributors

Commits on May 26, 2026

  1. update version

    xlorne committed May 26, 2026
    Configuration menu
    Copy the full SHA
    09baaf6 View commit details
    Browse the repository at this point in the history
  2. update

    xlorne committed May 26, 2026
    Configuration menu
    Copy the full SHA
    6d900aa View commit details
    Browse the repository at this point in the history
  3. update types

    xlorne committed May 26, 2026
    Configuration menu
    Copy the full SHA
    272770e View commit details
    Browse the repository at this point in the history
  4. feat: 属性面板主函数增加 description 悬浮提示

    - main-function-section: 主函数名旁显示问号图标,hover 弹出描述信息
    - tooltip 使用 fixed 定位避免被滚动容器裁剪,支持自动翻转和长内容滚动
    - ScriptMetadata 新增 description 字段,更新 CLAUDE.md 和 README.md 文档
    - 演示应用测试数据替换为长文本以验证悬浮框效果
    
    Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
    xlorne and claude committed May 26, 2026
    Configuration menu
    Copy the full SHA
    69d86cc View commit details
    Browse the repository at this point in the history
Loading