Compare commits

...

8 Commits

Author SHA1 Message Date
Dani Akash
ce4402dc21 chore: resolve merge conflict with main 2026-03-27 00:29:31 +05:30
Dani Akash
b91f02a704 fix: run codegen before wxt zip to generate graphql types 2026-03-27 00:26:53 +05:30
Dani Akash
c17134cdd0 fix: wxt zip already builds, use correct output path
- Remove separate build step since wxt zip runs the build internally
- Fix zip path from .output/*.zip to dist/*-chrome.zip
2026-03-27 00:22:04 +05:30
Dani Akash
39f4e34386 fix: use absolute path for extension zip in release upload 2026-03-27 00:10:37 +05:30
Dani Akash
c36b3b4f9e fix: remove duplicate PR numbers and contributors from extension release notes
Apply the same fixes from the agent-sdk workflow:
- Skip PR number if already in commit subject (squash merges)
- Remove custom Contributors section (GitHub auto-generates one)
- Clean up unused variables
2026-03-27 00:09:41 +05:30
Dani Akash
bf991eed3b chore: merge main into release-agent-extension-workflow 2026-03-27 00:08:44 +05:30
Dani Akash
ad4c1580dc fix: correct API URL to api.browseros.com 2026-03-26 23:47:52 +05:30
Dani Akash
a23a77c678 feat: add release workflow for agent extension
Adds a workflow_dispatch workflow that builds the WXT extension,
creates a .zip for sideloading, generates scoped release notes with
contributors and PR links, creates a GitHub release with the zip
attached, and opens an auto-merge PR to update CHANGELOG.md.
2026-03-26 23:44:17 +05:30

View File

@@ -30,7 +30,7 @@ jobs:
working-directory: packages/browseros-agent
- name: Build and zip extension
run: bun run zip
run: bun run codegen && bun run zip
env:
VITE_PUBLIC_BROWSEROS_API: https://api.browseros.com