@townco/cli 0.1.131 → 0.1.133

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.
@@ -577,7 +577,7 @@ export async function runCommand(options) {
577
577
  ...process.env,
578
578
  ...configEnvVars,
579
579
  VITE_AGENT_URL: process.env.EXT_HOST ?? agentUrl,
580
- VITE_DEBUGGER_URL: `http://localhost:${debuggerUiPort}`,
580
+ VITE_DEBUGGER_URL: process.env.VITE_DEBUGGER_URL ?? `http://localhost:${debuggerUiPort}`,
581
581
  // If agent uses library MCP, pass LIBRARY_API_URL to GUI for auth
582
582
  ...(usesLibraryMcp &&
583
583
  process.env.LIBRARY_API_URL && {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@townco/cli",
3
- "version": "0.1.131",
3
+ "version": "0.1.133",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "town": "./dist/index.js"
@@ -15,7 +15,7 @@
15
15
  "build": "tsgo"
16
16
  },
17
17
  "devDependencies": {
18
- "@townco/tsconfig": "0.1.123",
18
+ "@townco/tsconfig": "0.1.125",
19
19
  "@types/archiver": "^7.0.0",
20
20
  "@types/bun": "^1.3.1",
21
21
  "@types/http-proxy": "^1.17.14",
@@ -25,13 +25,13 @@
25
25
  "dependencies": {
26
26
  "@optique/core": "^0.6.2",
27
27
  "@optique/run": "^0.6.2",
28
- "@townco/agent": "0.1.134",
29
- "@townco/apiclient": "0.0.46",
30
- "@townco/core": "0.0.104",
31
- "@townco/debugger": "0.1.82",
32
- "@townco/env": "0.1.76",
33
- "@townco/secret": "0.1.126",
34
- "@townco/ui": "0.1.126",
28
+ "@townco/agent": "0.1.136",
29
+ "@townco/apiclient": "0.0.48",
30
+ "@townco/core": "0.0.106",
31
+ "@townco/debugger": "0.1.84",
32
+ "@townco/env": "0.1.78",
33
+ "@townco/secret": "0.1.128",
34
+ "@townco/ui": "0.1.128",
35
35
  "@trpc/client": "^11.7.2",
36
36
  "archiver": "^7.0.1",
37
37
  "eventsource": "^4.1.0",