@autohq/cli 0.1.198 → 0.1.200
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/agent-bridge.js +3 -2
- package/dist/index.js +3 -2
- package/package.json +1 -1
package/dist/agent-bridge.js
CHANGED
|
@@ -20975,7 +20975,8 @@ var GITHUB_MCP_TOOL_NAMES = [
|
|
|
20975
20975
|
"update_pull_request_branch"
|
|
20976
20976
|
];
|
|
20977
20977
|
var GITHUB_MCP_PROXY_TOOL_NAMES = [
|
|
20978
|
-
"enable_pull_request_auto_merge"
|
|
20978
|
+
"enable_pull_request_auto_merge",
|
|
20979
|
+
"upsert_issue_comment"
|
|
20979
20980
|
];
|
|
20980
20981
|
var GITHUB_MCP_SELECTABLE_TOOL_NAMES = [
|
|
20981
20982
|
...GITHUB_MCP_TOOL_NAMES,
|
|
@@ -26640,7 +26641,7 @@ Object.assign(lookup, {
|
|
|
26640
26641
|
// package.json
|
|
26641
26642
|
var package_default = {
|
|
26642
26643
|
name: "@autohq/cli",
|
|
26643
|
-
version: "0.1.
|
|
26644
|
+
version: "0.1.200",
|
|
26644
26645
|
license: "SEE LICENSE IN README.md",
|
|
26645
26646
|
publishConfig: {
|
|
26646
26647
|
access: "public"
|
package/dist/index.js
CHANGED
|
@@ -16666,7 +16666,8 @@ var init_github_mcp_catalog = __esm({
|
|
|
16666
16666
|
"update_pull_request_branch"
|
|
16667
16667
|
];
|
|
16668
16668
|
GITHUB_MCP_PROXY_TOOL_NAMES = [
|
|
16669
|
-
"enable_pull_request_auto_merge"
|
|
16669
|
+
"enable_pull_request_auto_merge",
|
|
16670
|
+
"upsert_issue_comment"
|
|
16670
16671
|
];
|
|
16671
16672
|
GITHUB_MCP_SELECTABLE_TOOL_NAMES = [
|
|
16672
16673
|
...GITHUB_MCP_TOOL_NAMES,
|
|
@@ -21623,7 +21624,7 @@ var init_package = __esm({
|
|
|
21623
21624
|
"package.json"() {
|
|
21624
21625
|
package_default = {
|
|
21625
21626
|
name: "@autohq/cli",
|
|
21626
|
-
version: "0.1.
|
|
21627
|
+
version: "0.1.200",
|
|
21627
21628
|
license: "SEE LICENSE IN README.md",
|
|
21628
21629
|
publishConfig: {
|
|
21629
21630
|
access: "public"
|