Skip to content
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: catlog22/Claude-Code-Workflow
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.3.8
Choose a base ref
...
head repository: catlog22/Claude-Code-Workflow
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.3.9
Choose a head ref
  • 6 commits
  • 13 files changed
  • 2 contributors

Commits on Dec 27, 2025

  1. feat(issue-manager): Add queue history modal for viewing and switchin…

    …g queues
    
    - Add GET /api/queue/history endpoint to fetch all queues from index
    - Add GET /api/queue/:id endpoint to fetch specific queue details
    - Add POST /api/queue/switch endpoint to switch active queue
    - Add History button in queue toolbar
    - Add queue history modal with list view and detail view
    - Add switch functionality to change active queue
    - Add CSS styles for queue history components
    
    🤖 Generated with [Claude Code](https://claude.com/claude-code)
    
    Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
    catlog22 and claude committed Dec 27, 2025
    Configuration menu
    Copy the full SHA
    7620ff7 View commit details
    Browse the repository at this point in the history
  2. fix(issue-manager): Add History button to empty queue state

    🤖 Generated with [Claude Code](https://claude.com/claude-code)
    
    Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
    catlog22 and claude committed Dec 27, 2025
    Configuration menu
    Copy the full SHA
    5aa0c96 View commit details
    Browse the repository at this point in the history
  3. refactor(issue-manager): Enhance queue detail item styling and update…

    … modal content
    catlog22 committed Dec 27, 2025
    Configuration menu
    Copy the full SHA
    0992d27 View commit details
    Browse the repository at this point in the history
  4. fix(issue-plan-agent): Update acceptance criteria terminology and enh…

    …ance issue loading process with metadata
    catlog22 committed Dec 27, 2025
    Configuration menu
    Copy the full SHA
    a061fc1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e3223ed View commit details
    Browse the repository at this point in the history
  6. chore(release): v6.3.9 - Issue System Consistency

    - Unified four-layer architecture (Schema/Agent/Command/Implementation)
    - Upgraded to Rich Plan model with lifecycle fields
    - Added multi-solution generation support
    - Consolidated schemas (deleted redundant issue-task-jsonl-schema, solutions-jsonl-schema)
    - Fixed field naming consistency (acceptance, lifecycle_status, priority mapping)
    - Added search tool fallback chain to issue-plan-agent
    
    🤖 Generated with [Claude Code](https://claude.com/claude-code)
    
    Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
    catlog22 and claude committed Dec 27, 2025
    Configuration menu
    Copy the full SHA
    35ffd34 View commit details
    Browse the repository at this point in the history
Loading