@guuey/create-agentic-app 0.7.2 → 0.8.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.
- package/dist/templates/claude-agent-sdk/package.json +3 -3
- package/dist/templates/claude-agent-sdk/src/agent-config.ts +1 -1
- package/dist/templates/google-adk/package.json +2 -2
- package/dist/templates/openai-agents-sdk/package.json +3 -3
- package/dist/templates/openai-agents-sdk/src/agent-config.ts +1 -1
- package/package.json +3 -3
|
@@ -10,11 +10,11 @@
|
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@anthropic-ai/claude-agent-sdk": "^0.3.199",
|
|
13
|
-
"@guuey/config": "0.
|
|
14
|
-
"@guuey/worker": "0.
|
|
13
|
+
"@guuey/config": "0.8.1",
|
|
14
|
+
"@guuey/worker": "0.8.1"
|
|
15
15
|
},
|
|
16
16
|
"devDependencies": {
|
|
17
|
-
"@guuey/cli": "0.
|
|
17
|
+
"@guuey/cli": "0.8.1",
|
|
18
18
|
"tsup": "^8.5.0",
|
|
19
19
|
"tsx": "^4.19.0",
|
|
20
20
|
"typescript": "^5.8.0"
|
|
@@ -48,7 +48,7 @@ export function mcpEndpoints(invoke: Invoke, agent: GuueyAgent): Record<string,
|
|
|
48
48
|
const out: Record<string, McpEndpoint> = {};
|
|
49
49
|
for (const [name, entry] of Object.entries(agent.mcpServers ?? {})) {
|
|
50
50
|
if (entry === false) continue; // `ggui: false` is the generative-UI opt-out, not a server entry
|
|
51
|
-
if (entry.kind !== "external") continue; // hosted/
|
|
51
|
+
if (entry.kind !== "external") continue; // hosted/colocated are lowered to external before a worker ever runs
|
|
52
52
|
out[name] = {
|
|
53
53
|
url: entry.url,
|
|
54
54
|
transport: entry.transport ?? "http",
|
|
@@ -13,11 +13,11 @@
|
|
|
13
13
|
"zod": "^4.2.1"
|
|
14
14
|
},
|
|
15
15
|
"devDependencies": {
|
|
16
|
-
"@guuey/cli": "0.
|
|
16
|
+
"@guuey/cli": "0.8.1",
|
|
17
17
|
"tsup": "^8.5.0",
|
|
18
18
|
"tsx": "^4.19.0",
|
|
19
19
|
"typescript": "^5.8.0",
|
|
20
|
-
"@guuey/config": "0.
|
|
20
|
+
"@guuey/config": "0.8.1"
|
|
21
21
|
},
|
|
22
22
|
"pnpm": {
|
|
23
23
|
"onlyBuiltDependencies": [
|
|
@@ -10,11 +10,11 @@
|
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@openai/agents": "^0.12.0",
|
|
13
|
-
"@guuey/config": "0.
|
|
14
|
-
"@guuey/worker": "0.
|
|
13
|
+
"@guuey/config": "0.8.1",
|
|
14
|
+
"@guuey/worker": "0.8.1"
|
|
15
15
|
},
|
|
16
16
|
"devDependencies": {
|
|
17
|
-
"@guuey/cli": "0.
|
|
17
|
+
"@guuey/cli": "0.8.1",
|
|
18
18
|
"tsup": "^8.5.0",
|
|
19
19
|
"tsx": "^4.19.0",
|
|
20
20
|
"typescript": "^5.8.0"
|
|
@@ -48,7 +48,7 @@ export function mcpEndpoints(invoke: Invoke, agent: GuueyAgent): Record<string,
|
|
|
48
48
|
const out: Record<string, McpEndpoint> = {};
|
|
49
49
|
for (const [name, entry] of Object.entries(agent.mcpServers ?? {})) {
|
|
50
50
|
if (entry === false) continue; // `ggui: false` is the generative-UI opt-out, not a server entry
|
|
51
|
-
if (entry.kind !== "external") continue; // hosted/
|
|
51
|
+
if (entry.kind !== "external") continue; // hosted/colocated are lowered to external before a worker ever runs
|
|
52
52
|
out[name] = {
|
|
53
53
|
url: entry.url,
|
|
54
54
|
transport: entry.transport ?? "http",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@guuey/create-agentic-app",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.8.1",
|
|
4
4
|
"description": "Scaffold a guuey agentic app: code-mode agent + custom MCP + ggui + web, local pnpm dev, one-command guuey deploy.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -22,8 +22,8 @@
|
|
|
22
22
|
"tsup": "^8.5.0",
|
|
23
23
|
"typescript": "^5.8.0",
|
|
24
24
|
"vitest": "^3.2.4",
|
|
25
|
-
"@guuey/config": "0.
|
|
26
|
-
"@guuey/worker": "0.
|
|
25
|
+
"@guuey/config": "0.8.1",
|
|
26
|
+
"@guuey/worker": "0.8.1"
|
|
27
27
|
},
|
|
28
28
|
"publishConfig": {
|
|
29
29
|
"access": "public"
|