@jefuriiij/synthra 0.15.0 → 0.16.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.
@@ -5,7 +5,7 @@ import { Hono } from "hono";
5
5
  // package.json
6
6
  var package_default = {
7
7
  name: "@jefuriiij/synthra",
8
- version: "0.15.0",
8
+ version: "0.16.0",
9
9
  publishConfig: {
10
10
  access: "public"
11
11
  },
@@ -428,6 +428,7 @@ function resolvePaths(projectRoot) {
428
428
  tokenLog: join2(graphDir, "token_log.jsonl"),
429
429
  gateLog: join2(graphDir, "gate_log.jsonl"),
430
430
  bashLog: join2(graphDir, "bash_log.jsonl"),
431
+ routeLog: join2(graphDir, "route_log.jsonl"),
431
432
  toolLog: join2(graphDir, "tool_log.jsonl"),
432
433
  accessLog: join2(graphDir, "access_log.jsonl"),
433
434
  learnStore: join2(graphDir, "learn_store.json"),