Qwen Code extensions can already be installed from git repositories, local directories, GitHub releases, npm packages, and marketplace sources. It would also be useful to install an extension directly from a supported archive.
Requested behavior:
qwen extensions install /path/to/extension.zip installs a local zip archive.
qwen extensions install /path/to/extension.tar.gz installs a local tar.gz archive.
qwen extensions install https://example.com/extension.zip installs a remote zip archive.
qwen extensions install https://example.com/extension.tar.gz installs a remote tar.gz archive.
- Archive installs should use the same extension validation and conversion path as other install sources.
- Remote archive installs should be updatable by replaying the stored install metadata.
The archive should contain a complete extension at its root, or a single top-level directory containing the extension.
Qwen Code extensions can already be installed from git repositories, local directories, GitHub releases, npm packages, and marketplace sources. It would also be useful to install an extension directly from a supported archive.
Requested behavior:
qwen extensions install /path/to/extension.zipinstalls a local zip archive.qwen extensions install /path/to/extension.tar.gzinstalls a local tar.gz archive.qwen extensions install https://example.com/extension.zipinstalls a remote zip archive.qwen extensions install https://example.com/extension.tar.gzinstalls a remote tar.gz archive.The archive should contain a complete extension at its root, or a single top-level directory containing the extension.