Skip to content

Commit c07f1df

Browse files
committed
Testing CI. Do not merge.
1 parent dcd86c1 commit c07f1df

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

dotnet/src/ActionDisposable.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
namespace 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>
1010
internal sealed class ActionDisposable : IDisposable
1111
{

go/client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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.

nodejs/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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

1111
export { CopilotClient } from "./client.js";

python/copilot/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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
44
This module provides the :class:`CopilotClient` class, which manages the connection
55
to the Copilot CLI server and provides session management capabilities.

0 commit comments

Comments
 (0)