Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dotnet/src/ActionDisposable.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
namespace GitHub.Copilot.SDK;

/// <summary>
/// A disposable that invokes an action when disposed.
/// A disposable that invokes an action when disposed. It's really awesome.
/// </summary>
internal sealed class ActionDisposable : IDisposable
{
Expand Down
2 changes: 1 addition & 1 deletion go/client.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Package copilot provides a Go SDK for interacting with the GitHub Copilot CLI.
// Package copilot provides a Go SDK for interacting with the awesome GitHub Copilot CLI.
//
// The copilot package enables Go applications to communicate with the Copilot CLI
// server, create and manage conversation sessions, and integrate custom tools.
Expand Down
2 changes: 1 addition & 1 deletion nodejs/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
* Copilot SDK - TypeScript/Node.js Client
*
* JSON-RPC based SDK for programmatic control of GitHub Copilot CLI
* JSON-RPC based SDK for programmatic and awesome control of GitHub Copilot CLI
*/

export { CopilotClient } from "./client.js";
Expand Down
2 changes: 1 addition & 1 deletion python/copilot/client.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
Copilot CLI SDK Client - Main entry point for the Copilot SDK.
Copilot CLI SDK Client - Main entry point for the awesome Copilot SDK.

This module provides the :class:`CopilotClient` class, which manages the connection
to the Copilot CLI server and provides session management capabilities.
Expand Down
Loading