Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: breaking-brake/cc-wf-studio
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.34.0
Choose a base ref
Loading
...
head repository: breaking-brake/cc-wf-studio
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.34.1
Choose a head ref
Loading
  • 6 commits
  • 24 files changed
  • 3 contributors

Commits on May 4, 2026

  1. 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
    breaking-brake authored May 4, 2026
    Configuration menu
    Copy the full SHA
    b4af393 View commit details
    Browse the repository at this point in the history
  2. 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)
    breaking-brake authored May 4, 2026
    Configuration menu
    Copy the full SHA
    e14feff View commit details
    Browse the repository at this point in the history

Commits on May 5, 2026

  1. 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>
    breaking-brake and claude authored May 5, 2026
    Configuration menu
    Copy the full SHA
    32992c8 View commit details
    Browse the repository at this point in the history
  2. 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>
    breaking-brake and claude authored May 5, 2026
    Configuration menu
    Copy the full SHA
    778c196 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #762 from breaking-brake/main

    Release: v3.34.1
    breaking-brake authored May 5, 2026
    Configuration menu
    Copy the full SHA
    3c3e934 View commit details
    Browse the repository at this point in the history
  4. 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))
    github-actions[bot] committed May 5, 2026
    Configuration menu
    Copy the full SHA
    a09abf2 View commit details
    Browse the repository at this point in the history
Loading
Morty Proxy This is a proxified and sanitized view of the page, visit original site.