Skip to content

Comments

feat(launch): add droid and pi integrations#84

Draft
Copilot wants to merge 2 commits intomainfrom
copilot/improve-model-cli-launch-functionality
Draft

feat(launch): add droid and pi integrations#84
Copilot wants to merge 2 commits intomainfrom
copilot/improve-model-cli-launch-functionality

Conversation

Copy link

Copilot AI commented Feb 11, 2026

Brings model-cli launch to parity with ollama launch by adding the two missing host app integrations.

  • droid (Factory AI coding agent) — OpenAI-compatible at /v1
  • pi (Pi Coding Agent) — OpenAI-compatible at /v1

Both follow the same pattern as codex:

var hostApps = map[string]hostApp{
	// ...existing entries...
	"droid": {envFn: openaiEnv("/v1")},
	"pi":    {envFn: openaiEnv("/v1")},
}

Supported apps: anythingllm, claude, codex, droid, openclaw, opencode, openwebui, pi

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • https://api.github.com/repos/ollama/ollama/contents/cmd/config
    • Triggering command: /home/REDACTED/work/_temp/ghcca-node/node/bin/node /home/REDACTED/work/_temp/ghcca-node/node/bin/node --enable-source-maps /home/REDACTED/work/_temp/copilot-developer-action-main/dist/index.js (http block)

If you need me to access, download, or install something from one of these locations, you can either:


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

…launch

Co-authored-by: ericcurtin <1694275+ericcurtin@users.noreply.github.com>
Copilot AI changed the title [WIP] Enhance model-cli launch to match ollama launch features feat(launch): add droid and pi integrations Feb 11, 2026
Copilot AI requested a review from ericcurtin February 11, 2026 15:02
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