feat(ecosystem): add explicit import and undo workflows for external agent content - #2978
Open
kev1n77 wants to merge 1 commit into
Open
feat(ecosystem): add explicit import and undo workflows for external agent content#2978kev1n77 wants to merge 1 commit into
kev1n77 wants to merge 1 commit into
Conversation
kev1n77
force-pushed
the
fmy/compatibility
branch
2 times, most recently
from
September 11, 2026 12:06
ee5a33e to
88d02e6
Compare
Separate external discovery from native Skill execution, preserve import provenance, and support reviewed batch import and undo for ecosystem content. Improve source adapters, compatibility dialogs, and transient success notifications.
kev1n77
force-pushed
the
fmy/compatibility
branch
from
September 11, 2026 14:24
88d02e6 to
1a0aa3c
Compare
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
Type and Areas
Type: Feature, bug fix, UI/UX
Areas: Rust core, desktop/Tauri, web UI, external-source adapters, runtime contracts, docs, and locales.
Motivation / Impact
External content discovery previously overlapped with native management and execution. In particular, a Skill could be invoked without being explicitly imported.
Users now review supported content before importing it into OpenBitFun, inspect its source and import status, and undo individual or batch imports. Undo targets the imported native copy while preserving the external source. Old external Skill keys cannot bypass the import boundary.
The compatibility UI also provides clearer operation progress and prevents completed success messages from remaining on screen indefinitely.
Verification
Passed:
cargo test --locked -p openbitfun-core --no-default-features --features agent-runtime,git,external-sources --lib agentic::tools::implementations::skill— 70 tests passed.
cargo test --locked -p openbitfun-agent-runtime --no-default-features --features agent-runtime --test agent_definition_contracts skill_contracts— 39 tests passed.
pnpm --dir src/web-ui run test:run src/app/scenes/ecosystem-compatibility/ExternalAgentContent.test.tsx— 21 tests passed.
pnpm run check:web— Type checking and appearance/theme governance checks passed.
git diff --cached --check— Passed before commit.
Coverage includes local import/invocation/undo behavior, legacy Skill metadata, stale source references, and remote-workspace filesystem interface behavior.
Real SSH, remote-control, Peer Device Mode, and Detached Dispatch end-to-end scenarios were not exercised.
Reviewer Notes
Checklist