@studio-foundation/runner 0.11.0 → 0.11.1
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.
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const PACKAGE_VERSION = "0.11.
|
|
1
|
+
export declare const PACKAGE_VERSION = "0.11.1";
|
|
2
2
|
/** Contents of runner/templates/, keyed by path relative to that directory. */
|
|
3
3
|
export declare const BUNDLED_ASSETS: Record<string, string>;
|
|
4
4
|
//# sourceMappingURL=bundled-assets.d.ts.map
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// Generated by scripts/gen-bundled-assets.mjs — do not edit.
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
4
|
exports.BUNDLED_ASSETS = exports.PACKAGE_VERSION = void 0;
|
|
5
|
-
exports.PACKAGE_VERSION = "0.11.
|
|
5
|
+
exports.PACKAGE_VERSION = "0.11.1";
|
|
6
6
|
/** Contents of runner/templates/, keyed by path relative to that directory. */
|
|
7
7
|
exports.BUNDLED_ASSETS = {
|
|
8
8
|
"integrations/linear.integration.yaml": "name: linear\nversion: 1\ndescription: \"Linear webhook trigger + issue status sync\"\n\nconfig:\n required:\n - LINEAR_API_KEY\n - LINEAR_WEBHOOK_SECRET\n optional:\n autoTrigger: false\n\nwebhook:\n hmac:\n header: linear-signature\n secret_env: LINEAR_WEBHOOK_SECRET\n handler: linear-webhook\n\non_failure:\n handler: linear-failure\n\nevents:\n consumes:\n - linear.issue.in_progress\n emits:\n - pipeline.complete\n - pipeline.failed\n\ntest:\n type: http\n endpoint: https://api.linear.app/graphql\n method: POST\n auth: bearer:${LINEAR_API_KEY}\n body: '{\"query\":\"{ viewer { id name } }\"}'\n expect:\n status: 200\n",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@studio-foundation/runner",
|
|
3
|
-
"version": "0.11.
|
|
3
|
+
"version": "0.11.1",
|
|
4
4
|
"description": "Multi-provider LLM agent runner with tool plugin execution (Anthropic, OpenAI, mock). Used by Studio.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -24,8 +24,8 @@
|
|
|
24
24
|
"@modelcontextprotocol/sdk": "^1.26.0",
|
|
25
25
|
"js-yaml": "^4.1.0",
|
|
26
26
|
"openai": "^4.77.0",
|
|
27
|
-
"@studio-foundation/anonymizer": "0.11.
|
|
28
|
-
"@studio-foundation/contracts": "0.11.
|
|
27
|
+
"@studio-foundation/anonymizer": "0.11.1",
|
|
28
|
+
"@studio-foundation/contracts": "0.11.1"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
31
|
"@types/js-yaml": "^4.0.9",
|