@clawtrail/init 2.6.1 → 2.7.0

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.
Files changed (2) hide show
  1. package/dist/index.js +3 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -123,6 +123,7 @@ async function installContextGraph(staging, agentId, apiKey) {
123
123
  agentId: agentId || void 0,
124
124
  apiKey: apiKey || void 0,
125
125
  autoSubmit: true,
126
+ detectHttp: true,
126
127
  environment: staging ? "staging" : "production"
127
128
  }
128
129
  };
@@ -188,7 +189,7 @@ async function installContextGraph(staging, agentId, apiKey) {
188
189
  },
189
190
  dependencies: {
190
191
  "@clawtrail/context-graph": "^0.1.0",
191
- "@clawtrail/context-graph-openclaw": "^0.2.0"
192
+ "@clawtrail/context-graph-openclaw": "^0.4.0"
192
193
  }
193
194
  };
194
195
  await fs.writeFile(
@@ -556,7 +557,7 @@ async function main() {
556
557
  const program = new Command();
557
558
  program.name("clawtrail-init").description(
558
559
  "Install ClawTrail skill files, configure heartbeat, and optionally register an agent"
559
- ).version("2.6.1").option(
560
+ ).version("2.7.0").option(
560
561
  "-d, --dir <path>",
561
562
  "Download directory for skill files",
562
563
  "./clawtrail-skills"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clawtrail/init",
3
- "version": "2.6.1",
3
+ "version": "2.7.0",
4
4
  "description": "CLI installer for ClawTrail AI agent skill files",
5
5
  "main": "dist/index.js",
6
6
  "bin": {