-
Notifications
You must be signed in to change notification settings - Fork 546
Comparing changes
Open a pull request
base repository: breaking-brake/cc-wf-studio
base: v3.34.0
head repository: breaking-brake/cc-wf-studio
compare: v3.34.1
- 6 commits
- 24 files changed
- 3 contributors
Commits on May 4, 2026
-
improvement: disable source maps in production builds (#758)
- Generate source maps only when mode === 'development' in both vite configs - Reduces VSIX size from 5.26MB to 1.75MB - Dev builds (npm run build:dev) still emit maps for debugging
Configuration menu - View commit details
-
Copy full SHA for b4af393 - Browse repository at this point
Copy the full SHA b4af393View commit details -
chore: upgrade vsce to v3 and add package script (#759)
* chore: upgrade vsce to v3 and add package script - Pin @vscode/vsce ^3.9.1 as devDependency so npx vsce uses v3 locally - Add npm run package script that invokes vsce package - Exclude poc/ from VSIX via .vscodeignore (avoids local .env errors) - Simplify release workflow to use npm run package * chore: remove unused test:e2e script - Delete dead test:e2e script that never had @wdio/cli or wdio.conf.ts - Project policy is manual E2E testing only (per CLAUDE.md)
Configuration menu - View commit details
-
Copy full SHA for e14feff - Browse repository at this point
Copy the full SHA e14feffView commit details
Commits on May 5, 2026
-
improvement: add daily dev flow with git worktree sample (#760)
* improvement: add daily dev flow with git worktree sample - Add resources/samples/daily-dev-flow-with-worktree-sample.json - 4 stage groups: Discovery, Investigation/Planning, Implementation, Verification - Covers full lifecycle: hear task -> branch+worktree -> plan -> implement -> PR - Add i18n keys for sample.dailyDevFlowWithWorktree across 5 locales Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> * improvement: support locale-tagged sample workflow files - Rename daily-dev-flow-with-worktree-sample.json -> .ja.json - Add daily-dev-flow-with-worktree-sample.en.json (English version) - Update loader to resolve <id>.<locale>.json with fallback chain (exact -> language-only -> en -> no-suffix), keyed off vscode.env.language - List endpoint dedupes by sampleId so each sample appears once Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> * improvement: place worktrees under sibling .worktree/ in sample - Update prompt-branch-and-worktree command in ja/en samples - Use mkdir -p ../.worktree && git worktree add ../.worktree/<slug> - Keeps repo-related worktrees grouped at the parent level Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> * improvement: add ko/zh-CN/zh-TW samples for daily dev flow - Add daily-dev-flow-with-worktree-sample.ko.json (Korean) - Add daily-dev-flow-with-worktree-sample.zh-CN.json (Simplified Chinese) - Add daily-dev-flow-with-worktree-sample.zh-TW.json (Traditional Chinese) - Same 14-node structure and ../.worktree/<slug> command across locales Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Configuration menu - View commit details
-
Copy full SHA for 32992c8 - Browse repository at this point
Copy the full SHA 32992c8View commit details -
improvement: add preview button to sample workflow list (#761)
- Add Preview button next to Load button on each sample card - New PREVIEW_SAMPLE_WORKFLOW message that fetches without applying - Render WorkflowOverview in a nested z-index 10002 overlay Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Configuration menu - View commit details
-
Copy full SHA for 778c196 - Browse repository at this point
Copy the full SHA 778c196View commit details -
Merge pull request #762 from breaking-brake/main
Release: v3.34.1
Configuration menu - View commit details
-
Copy full SHA for 3c3e934 - Browse repository at this point
Copy the full SHA 3c3e934View commit details -
chore(release): 3.34.1 [skip ci]
## [3.34.1](v3.34.0...v3.34.1) (2026-05-05) ### Improvements * add daily dev flow with git worktree sample ([#760](#760)) ([32992c8](32992c8)) * add preview button to sample workflow list ([#761](#761)) ([778c196](778c196)) * disable source maps in production builds ([#758](#758)) ([b4af393](b4af393))
Configuration menu - View commit details
-
Copy full SHA for a09abf2 - Browse repository at this point
Copy the full SHA a09abf2View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v3.34.0...v3.34.1