feat(plugins): integrate GitHub showcase and plugin metadata - #17
Merged
Conversation
… flow, metadata/ standard Full plugin indexing module on top of upstream v1.2.2 (canvas-navigation input-bridge included from upstream; no conflicts). - GitHub showcase: search canvastty-plugin-* repos, read metadata/ canvastty.plugin.json (legacy root fallback), strict manifest validation, platform filtering (platforms without PLATFORM_ID are dropped), minHostVersion display (green/neutral/orange, no install blocking). - OAuth device flow for GitHub (public client_id placeholder DEFAULT_OAUTH_CLIENT_ID — replace with your own OAuth App). - Pagination (6 installed / 10 showcase per page), pure logic in pluginPagination.ts, unit-tested. - Description limits: 2000 in manifest, 400 shown (manifestDescription). - Rate-limit friendly: metadata cache, GraphQL batch (8 repos/request), raw.githubusercontent fallback without token, icon batch IPC. - SDK browser.open for plugins: PluginFrame dispatches canvastty:browser-open, App opens URL in the single canvas browser (no multi-window nodes). - Tests: plugin-manager (25), plugin-pagination (10), host-version (4) — 83/83 with upstream canvas-navigation suites. (cherry picked from commit db8a32b)
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
Supersedes #16 with a clean two-commit integration on top of the updated
mainafter #15.browser.openarchitecture merged in feat(sdk): add browser.open plugin host method — open URL in embedded browser #15Hardening added during integration
platformsfor direct install and update while keepingminHostVersioninformationalVerification
npm test— 359 passednpm run typecheck— passednpm run build— passed