Skip to content

ci: integrate VSIX packaging with pre-release into CI/CD pipeline#67

Merged
Dongbumlee merged 8 commits into
developfrom
feature/skill-vsix-cicd
Apr 13, 2026
Merged

ci: integrate VSIX packaging with pre-release into CI/CD pipeline#67
Dongbumlee merged 8 commits into
developfrom
feature/skill-vsix-cicd

Conversation

@Dongbumlee
Copy link
Copy Markdown
Collaborator

VSIX CI/CD Integration

Integrates VS Code extension (VSIX) packaging and publishing into the existing CI/CD pipeline with pre-release support.

Test plan

This PR triggers CI - check that the build-vsix job passes.

Add agentops-workspace-setup, agentops-browse-inspect, and
agentops-dataset-management skills covering all remaining CLI
commands not handled by existing evaluation-focused skills.

- agentops-workspace-setup: init, config cicd, config validate/show
- agentops-browse-inspect: bundle list/show, run list/show/view
- agentops-dataset-management: dataset creation, YAML/JSONL format,
  field mapping, planned validate/describe/import commands
…ills

Add '## Before You Start' section to 5 downstream skills enforcing
workspace verification before proceeding:
- agentops-run-evals
- agentops-investigate-regression
- agentops-observability-triage
- agentops-browse-inspect
- agentops-dataset-management

Each skill now instructs the agent to check for .agentops/ directory
and redirect to agentops-workspace-setup skill if missing. This
provides soft enforcement at the skill layer, complementing the hard
CLI enforcement (FileNotFoundError) already in place.
- ci.yml: add build-vsix validation job (package only, no publish)
- staging.yml: add publish-vsix-prerelease job (vsce publish --pre-release)
- release.yml: add publish-vsix stable job + attach VSIX to GitHub Release
- cut-release.yml: sync package.json version via jq, update PR body/checklist
- _build.yml: update header comments (Python-only, no VSIX logic)
- plugins/agentops: add README.md, CHANGELOG.md, .vscodeignore, package.json scripts

Requires VSCE_PAT secret in staging and release GitHub environments.
@Dongbumlee Dongbumlee force-pushed the feature/skill-vsix-cicd branch from 0144626 to 9d1f235 Compare April 13, 2026 22:04
@Dongbumlee Dongbumlee marked this pull request as ready for review April 13, 2026 22:24
@Dongbumlee Dongbumlee merged commit 03b6b74 into develop Apr 13, 2026
12 checks passed
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.

1 participant