@rubytech/create-maxy 1.0.733 → 1.0.734

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rubytech/create-maxy",
3
- "version": "1.0.733",
3
+ "version": "1.0.734",
4
4
  "description": "Install Maxy — AI for Productive People",
5
5
  "bin": {
6
6
  "create-maxy": "./dist/index.js"
@@ -8261,6 +8261,11 @@ app11.post("/", requireAdminSession, async (c) => {
8261
8261
  const sk = sseConvId?.slice(0, 8) ?? session_key.slice(0, 8);
8262
8262
  const teeStreamLogKey = sseConvId ?? preflushStreamLogKey(session_key);
8263
8263
  const teeStreamLogPath = resolve12(account.accountDir, "logs", `claude-agent-stream-${teeStreamLogKey}.log`);
8264
+ try {
8265
+ appendFileSync4(teeStreamLogPath, `[${(/* @__PURE__ */ new Date()).toISOString()}] [chat-route-version=task606-tee] sessionKey=${session_key.slice(0, 12)}\u2026
8266
+ `);
8267
+ } catch {
8268
+ }
8264
8269
  const sseLog = {
8265
8270
  write(line) {
8266
8271
  try {