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: github/copilot-sdk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: CreativeSystemsDevelopment/copilot-sdk_ml_platform
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 41 files changed
  • 1 contributor

Commits on Jan 23, 2026

  1. feat: Add multi-agent creative platform with Figma/Adobe integrations

    - Add multi-agent-app with Material Resource Agent for design resources
    - Integrate Figma API client and community browser tools
    - Add Adobe Creative Cloud tools (Stock, Fonts, Color, After Effects)
    - Add inspiration tools (Dribbble, Behance, Awwwards, Mobbin)
    - Include design plans document for project architecture
    - Add setup scripts for dev environment (bash and PowerShell)
    - Add quickstart templates for TypeScript and Python
    CreativeSystemsDevelopment authored Jan 23, 2026
    Configuration menu
    Copy the full SHA
    a9884d5 View commit details
    Browse the repository at this point in the history
  2. feat: Add comprehensive environment setup documentation and guides

    - Add SETUP_SUMMARY.md with full implementation overview
    - Add docs/environment-setup.md for step-by-step setup instructions
    - Add docs/quick-reference.md for quick command lookup
    - Add docs/troubleshooting.md for common issues and solutions
    - Update README.md with quick setup section and links
    - Update docs/getting-started.md with setup references
    CreativeSystemsDevelopment authored Jan 23, 2026
    Configuration menu
    Copy the full SHA
    f3d726a View commit details
    Browse the repository at this point in the history
  3. feat: Add specialized Image Analysis Agent with ImageSorcery MCP

    - Create Image Analysis Agent for computer vision capabilities
      - UI component detection (buttons, forms, cards, navigation)
      - OCR text extraction from designs
      - Color palette analysis
      - Layout analysis and pattern recognition
      - Asset preparation (crop, resize, background removal)
    
    - Add ImageSorcery MCP integration for CV tools:
      - detect, find, ocr, crop, resize, blur, overlay, fill, draw_*
    
    - Create tool-helpers.ts utility module:
      - defineTool helper for type-safe tool creation
      - Result helpers (success/error)
      - Validation utilities
      - Agent communication helpers
    
    - Update DESIGN_PLANS.md with new architecture:
      - Separate Material Resource Agent (gathers resources)
      - From Image Analysis Agent (analyzes resources)
      - Updated implementation status
    CreativeSystemsDevelopment authored Jan 23, 2026
    Configuration menu
    Copy the full SHA
    3786476 View commit details
    Browse the repository at this point in the history
  4. fix: Resolve TypeScript errors with local SDK types

    - Add .gitignore to exclude node_modules
    - Create local copilot-sdk.ts type definitions
    - Update all imports to use local types
    - Fix tsconfig.json (add DOM lib, node types)
    - Fix tool-helpers.ts spread error
    - Rewrite index.ts as proper export hub
    - Fix CustomAgentConfig and Session interfaces
    - Remove invalid 'infer: true' from material-resource-agent
    CreativeSystemsDevelopment authored Jan 23, 2026
    Configuration menu
    Copy the full SHA
    a775976 View commit details
    Browse the repository at this point in the history
Loading