Zz/file rename - #1888
Open
826193720 wants to merge 256 commits into
Open
Conversation
support oh ide base
move vcoder to apps
compile fix
fix white screen
-integrate HarmonyOS build toolchain for native application compilation -implement bump-to-interact functionality for seamless device interaction
feat: add Harmony build tool and bump-to-interact feature
adapt oh filePicker
default terminal use bash
change import
fix log path
adapt theme
zsh adapt && remote unused permissions
fix knock share issue.
adapt window move
rebase the code
docs(ade-spec): add requirement development workspace and process guide
Bump version to 1.0.3
Fix diagnostic package export navigation & Disable sensitive debug info by default
(cherry picked from commit d2656ed)
The OHOS target cannot compile the canvas-runtime feature (oxc dependency). The core.canvas provider group is statically referenced by the product capability assembly and shared coding mode tools, so when canvas-runtime is disabled materialize_tool returns None for the canvas tools and create_product_tool_registry_from_plan panics at materialization.rs:89 on startup. Comment out the Canvas capability pack and the shared coding mode append_provider_group_tools call for core.canvas so the provider group is never requested. This is a temporary measure until canvas-runtime can be conditionally enabled per target.
The OHOS target cannot compile the canvas-runtime feature (oxc dependency). The core.canvas provider group is statically referenced by the product capability assembly and shared coding mode tools, so when canvas-runtime is disabled materialize_tool returns None for the canvas tools and create_product_tool_registry_from_plan panics at materialization.rs:89 on startup. Comment out the Canvas capability pack and the shared coding mode append_provider_group_tools call for core.canvas so the provider group is never requested. This is a temporary measure until canvas-runtime can be conditionally enabled per target.
Enhance permission management and improve PPTX export features
The OHOS fork removed @tauri-apps/plugin-autostart and the tauri-plugin-autostart Rust dependency, but SystemAPI.ts still called the missing autostartEnable/autostartDisable imports and lacked the getLaunchAtLoginEnabled method that BasicsConfig.tsx expects. - Stub getLaunchAtLoginEnabled to return false and no-op setLaunchAtLoginEnabled so the removed autostart plugin is no longer referenced. - Comment out the acp-agents settings tab registration and switch case in SettingsScene/settingsContentRegistry to match the already-commented ConfigTab type entry.
fix(core): disable canvas provider group to avoid OHOS startup panic
Enhance mobile, remote-ssh, and release features with fixes
… backgrounds
Nav panel footer menu:
- Fix duplicate "关于" button: the feedback button was mislabeled as
t('header.about') instead of t('header.feedback'); switch its icon to
MessageSquare to distinguish from the About button.
- Remove the hidden Floating Mode button and its extra divider that
caused two separator lines between Remote Control and Insights.
Settings tabs hidden (OHOS unsupported):
- Hide session-personalization, external-sources, and voice-input tabs
from the config center (ConfigTab type, categories, content loaders,
scene switch, search content). Redirect legacy deep-links and external
callers to the closest available tab.
- In SessionPermissionsConfig, disable Computer Use, Browser Control
(CDP), and Debug Mode sections via {false && (...)} wrappers.
Config box backgrounds:
- Remove the .bitfun-config-page-section__body override (background:
transparent; border: 0) from McpToolsConfig.scss and
ExternalSourcesConfig.scss so the default ConfigPageLayout box
background and border are visible, matching other config pages.
Remove the .bitfun-config-page-row padding override (was -gap-3 0) so MCP config rows use the default var(--size-gap-4) padding matching other config pages. Change __json-actions justify-content from flex-end to center.
Fix navigation menu, hide unsupported settings tabs, and restore config backgrounds
chore: upgrade reqwest to 0.13.4 and enable rmcp reqwest feature
This directory is a leftover from before the codebase reorganization that moved core logic to src/crates/assembly/core. It is not a workspace member, has no Cargo.toml, and is not referenced by any Rust code. The canonical builtin_skills directory lives at src/crates/assembly/core/builtin_skills/.
chore: remove legacy src/crates/core/builtin_skills directory
fix(web-ui): validate new project name and notify on creation failure
fix paste file ohos
fix file rename
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Fixes #
Type and Areas
Type:
Areas:
Motivation / Impact
Verification
Reviewer Notes
Checklist