Skip to content
Merged
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 CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,4 +116,4 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how

## [0.0.6]

- Initial release
- Initial release<!-- pair extraordinaire -->
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -247,4 +247,4 @@ This project is **100% free and open-source** under the [MIT License](LICENSE).

<p align="center">
<strong>Built with ❤️ by <a href="https://suhaibbinyounis.com">Suhaib Bin Younis</a></strong>
</p>
</p>
17 changes: 13 additions & 4 deletions dist/extension.js
Original file line number Diff line number Diff line change
Expand Up @@ -16516,9 +16516,9 @@ var require_fast_deep_equal = __commonJS({
}
});

// node_modules/@modelcontextprotocol/sdk/node_modules/ajv/node_modules/json-schema-traverse/index.js
// node_modules/@modelcontextprotocol/sdk/node_modules/json-schema-traverse/index.js
var require_json_schema_traverse = __commonJS({
"node_modules/@modelcontextprotocol/sdk/node_modules/ajv/node_modules/json-schema-traverse/index.js"(exports2, module2) {
"node_modules/@modelcontextprotocol/sdk/node_modules/json-schema-traverse/index.js"(exports2, module2) {
"use strict";
var traverse = module2.exports = function(schema, opts, cb) {
if (typeof opts == "function") {
Expand Down Expand Up @@ -23136,9 +23136,9 @@ var require_subschema2 = __commonJS({
}
});

// node_modules/ajv-formats/node_modules/ajv/node_modules/json-schema-traverse/index.js
// node_modules/ajv-formats/node_modules/json-schema-traverse/index.js
var require_json_schema_traverse2 = __commonJS({
"node_modules/ajv-formats/node_modules/ajv/node_modules/json-schema-traverse/index.js"(exports2, module2) {
"node_modules/ajv-formats/node_modules/json-schema-traverse/index.js"(exports2, module2) {
"use strict";
var traverse = module2.exports = function(schema, opts, cb) {
if (typeof opts == "function") {
Expand Down Expand Up @@ -30146,6 +30146,7 @@ var init_McpService = __esm({
this.output = output;
this.vscodeTools = new VSCodeToolProvider();
}
output;
clients = /* @__PURE__ */ new Map();
cachedTools = [];
disposables = [];
Expand Down Expand Up @@ -51595,6 +51596,10 @@ var ApiError = class extends Error {
this.details = details;
this.name = "ApiError";
}
status;
type;
code;
details;
};
var DEFAULT_REDACTION_PATTERNS = [
{ id: "ssn", name: "US Social Security", pattern: "\\b\\d{3}-\\d{2}-\\d{4}\\b", enabled: false, isBuiltin: true },
Expand Down Expand Up @@ -51630,6 +51635,8 @@ var CopilotApiGateway = class {
this.initializeStats().catch((err) => console.error("Failed to initialize stats:", err));
setImmediate(() => this.loadHistory());
}
output;
statusItem;
httpServer;
wsServer;
disposables = [];
Expand Down Expand Up @@ -56940,6 +56947,8 @@ var CopilotPanel = class _CopilotPanel {
this._gatewayAccessor = _gatewayAccessor;
void this._init();
}
_extensionUri;
_gatewayAccessor;
static viewType = "copilotApiControls";
_view;
_viewDisposables = [];
Expand Down
4 changes: 2 additions & 2 deletions dist/extension.js.map

Large diffs are not rendered by default.

Loading