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: 3d630a7
Choose a base ref
...
head repository: danielsan/copilot-sdk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b7fbaf2
Choose a head ref
  • 2 commits
  • 22 files changed
  • 2 contributors

Commits on Jan 23, 2026

  1. feat: Implement Rust Copilot SDK with JSON-RPC support

    - Add error handling module for SDK operations.
    - Create generated module for session events.
    - Define session event types for communication.
    - Implement JSON-RPC client for bidirectional communication.
    - Add session management for interactive conversations.
    - Introduce tool system for defining and handling custom tools.
    - Define core types for the Copilot SDK, including client options and system messages.
    - Add tests for JSON-RPC functionality, tool system, and core types.
    danielsan committed Jan 23, 2026
    Configuration menu
    Copy the full SHA
    72946d6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b7fbaf2 View commit details
    Browse the repository at this point in the history
Loading