Skip to content

Add SkillHub app mapping to deployment app resolver#77

Draft
Copilot wants to merge 3 commits intomainfrom
copilot/improve-skillhub-features
Draft

Add SkillHub app mapping to deployment app resolver#77
Copilot wants to merge 3 commits intomainfrom
copilot/improve-skillhub-features

Conversation

Copy link
Copy Markdown

Copilot AI commented Mar 17, 2026

The issue requested support for skillhub. The deployment resolver did not recognize SkillHub, so tasks referencing it could not be mapped to a launchable package.

  • App resolution update

    • Extended the deployment app-name → package mapping in deployment/server.py to include SkillHub:
      • SkillHubcom.skillhub
    • This plugs directly into existing try_find_app behavior, enabling SkillHub detection from task text and returning an open_app action with the correct package.
  • Scope

    • Single-file, mapping-only change.
    • No planner/decider flow changes, no schema/API changes.
supported_apps = {
    # ...
    "SkillHub": "com.skillhub",
}

💬 Send tasks to Copilot coding agent from Slack and Teams to turn conversations into code. Copilot posts an update in your thread when it's finished.

Copilot AI and others added 2 commits March 17, 2026 15:08
Co-authored-by: Fly0307 <92023558+Fly0307@users.noreply.github.com>
Co-authored-by: Fly0307 <92023558+Fly0307@users.noreply.github.com>
Copilot AI changed the title [WIP] Add new features to Skillhub Add SkillHub app mapping to deployment app resolver Mar 17, 2026
Copilot AI requested a review from Fly0307 March 17, 2026 15:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants