File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55namespace GitHub . Copilot . SDK ;
66
77/// <summary>
8- /// A disposable that invokes an action when disposed.
8+ /// A disposable that invokes an action when disposed. It's really awesome.
99/// </summary>
1010internal sealed class ActionDisposable : IDisposable
1111{
Original file line number Diff line number Diff line change 1- // Package copilot provides a Go SDK for interacting with the GitHub Copilot CLI.
1+ // Package copilot provides a Go SDK for interacting with the awesome GitHub Copilot CLI.
22//
33// The copilot package enables Go applications to communicate with the Copilot CLI
44// server, create and manage conversation sessions, and integrate custom tools.
Original file line number Diff line number Diff line change 55/**
66 * Copilot SDK - TypeScript/Node.js Client
77 *
8- * JSON-RPC based SDK for programmatic control of GitHub Copilot CLI
8+ * JSON-RPC based SDK for programmatic and awesome control of GitHub Copilot CLI
99 */
1010
1111export { CopilotClient } from "./client.js" ;
Original file line number Diff line number Diff line change 11"""
2- Copilot CLI SDK Client - Main entry point for the Copilot SDK.
2+ Copilot CLI SDK Client - Main entry point for the awesome Copilot SDK.
33
44This module provides the :class:`CopilotClient` class, which manages the connection
55to the Copilot CLI server and provides session management capabilities.
You can’t perform that action at this time.
0 commit comments