| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
fix(agent): card JSON leak in chat + card width/height sizing on OHOS Problem 1 — tool result JSON leaked into chat bubble: - AgentChatView.onToolCallEnd appended raw tool result JSON to visible text. Now only shows ✓/✗ status; card renders the data (per systemPrompt §5.1). Problem 2 — card width/height wrong (3-layer root cause): - ROOT-DIM-FIX (NativeBackendElement) forced card root to full-screen width+height (from 1139eb7's Android fix). Now falls back WIDTH only; height stays wrap-content. - Card CSS height:100vh resolved to full screen height. Card root now marked _isCardRoot and its height/minHeight stripped in resolveNativeProps. - First-card width race: NativeBackendContext constructed before container width propagated → root built at screen width. FlexView now pushes the container width via updateDimension() before loadCard; getWindowWidth reads live dimensions with an explicit override. - FlexView.queryLayoutSize polls for the growing content height until stable instead of latching the first value. Also: rename bundleName to com.enjoy.now.hmos in build scripts + docs. Co-Authored-By: Claude <noreply@anthropic.com> | 1 个月前 | |
fix: build fixes — hvigor config, cmake buildconfig, build.sh paths - Add hvigor/hvigor-config.json5 to entry module - Restore buildconfig/cmake/ (3 cmake files, no ios.toolchain) - Fix build.sh: run hvigorw from flexui-engine/ - Update build.sh HAP path and module params for entry rename - Add build artifacts to .gitignore (.hvigor, build/, oh_modules, etc.) Co-Authored-By: Claude <noreply@anthropic.com> | 2 个月前 | |
refactor(engine): stop exporting LogUtils from @flexui/engine; export all FREventUtils - index.ets: remove LogUtils from public exports (internal util only); FREventUtils module now exported via export * (FREventType + FREventUtils class) - as_apis: add local LogUtils copy; switch 13 API files to ./LogUtils, drop unused LogUtils imports in FileAPI/SettingAPI - flexui-engine/entry: add local LogUtils copy for EntryAbility DFX logging - engine-test-demo: mark 4 apidemos card/layout cases skip (depend on removed ascf-ai-demo bundle assets; env-related failures, not engine regressions) | 4 天前 | |
fix: rebuild entry module based on ohos-har-demo (FlexView focus) - Replace entry content with ohos-har-demo as the base - Keep only FlexView/FlexUIEngine pages (Index, Index2, CustomHippyRoot) - Remove HIPPY framework integration pages and C++ extensions - Fix oh-package.json5 dependency paths for new location - Fix oh_modules/hippy symlink to point to framework/ohos - Remove react/vue2 bundles (keep only ASCF) - Strip license banners, clean up config files Co-Authored-By: Claude <noreply@anthropic.com> | 2 个月前 | |
fix: rebuild entry module based on ohos-har-demo (FlexView focus) - Replace entry content with ohos-har-demo as the base - Keep only FlexView/FlexUIEngine pages (Index, Index2, CustomHippyRoot) - Remove HIPPY framework integration pages and C++ extensions - Fix oh-package.json5 dependency paths for new location - Fix oh_modules/hippy symlink to point to framework/ohos - Remove react/vue2 bundles (keep only ASCF) - Strip license banners, clean up config files Co-Authored-By: Claude <noreply@anthropic.com> | 2 个月前 | |
chore: remove Apache 2.0 license banners from flexui-engine/entry demo code Co-Authored-By: Claude <noreply@anthropic.com> | 2 个月前 | |
chore: sync ai branch changes onto upstream/ai Squashed commit of all ai branch development work: - feat: component extension system (FlexUIComponentExtension, BadgeView) - feat: HSP resource loading via configurable ResourceManager - feat: dynamic property injection (has.env) - feat: debug logging for ArkTS API entry points - feat: Card Tester mock data via bridge dispatch - feat: flexui adapter split into frontend/backend - fix: console, bridge, serialization, text rendering fixes - refactor: FlexUIBridge rename, as_apis extraction, callback handling - chore: release @flexui/engine v0.1.0 - chore: gitignore HAR, GIF, node_modules build artifacts Co-Authored-By: Claude <noreply@anthropic.com> | 1 个月前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 1 个月前 | ||
| 2 个月前 | ||
| 4 天前 | ||
| 2 个月前 | ||
| 2 个月前 | ||
| 2 个月前 | ||
| 1 个月前 |