@raquezha/notrace 0.0.7 → 0.1.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.
@@ -114,7 +114,7 @@
114
114
  align-items: center;
115
115
  margin-top: 16px;
116
116
  }
117
- .pill, .workflow-pill, .sort-btn {
117
+ .pill, .workflow-pill, .sort-btn, .export-btn {
118
118
  display: inline-flex;
119
119
  align-items: center;
120
120
  gap: 6px;
@@ -127,7 +127,7 @@
127
127
  font-size: 0.86rem;
128
128
  font-weight: 600;
129
129
  }
130
- .metrics { display: grid; grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)); gap: 16px; margin: 24px 0; }
130
+ .metrics { display: grid; grid-template-columns: repeat(auto-fit, minmax(135px, 1fr)); gap: 16px; margin: 24px 0; }
131
131
  .metric-card {
132
132
  background: var(--panel-strong);
133
133
  border: 1px solid var(--border);
@@ -246,7 +246,40 @@
246
246
  .msg-role { font-size: 0.78rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }
247
247
  .msg.user .msg-role { color: #8ec5ff; }
248
248
  .msg.assistant .msg-role { color: var(--accent); }
249
- .msg-content { padding: 14px; white-space: pre-wrap; word-break: break-word; }
249
+ .msg-content { padding: 14px; }
250
+ .chat-text {
251
+ white-space: pre-wrap;
252
+ word-break: break-word;
253
+ font-size: 0.95rem;
254
+ line-height: 1.6;
255
+ margin-bottom: 12px;
256
+ }
257
+ .chat-text:last-child { margin-bottom: 0; }
258
+ .chat-tool-use {
259
+ background: rgba(0,0,0,0.3);
260
+ border: 1px solid var(--border);
261
+ border-radius: 8px;
262
+ overflow: hidden;
263
+ margin-bottom: 12px;
264
+ }
265
+ .chat-tool-use:last-child { margin-bottom: 0; }
266
+ .chat-tool-header {
267
+ background: rgba(255,255,255,0.04);
268
+ padding: 8px 12px;
269
+ font-size: 0.8rem;
270
+ font-family: "SFMono-Regular", ui-monospace, Menlo, Monaco, Consolas, monospace;
271
+ color: #8ec5ff;
272
+ border-bottom: 1px solid var(--border);
273
+ display: flex;
274
+ align-items: center;
275
+ gap: 8px;
276
+ }
277
+ .chat-tool-body {
278
+ padding: 12px;
279
+ margin: 0;
280
+ background: transparent;
281
+ border: none;
282
+ }
250
283
  .footer-note {
251
284
  margin-top: 22px;
252
285
  color: var(--muted);
@@ -291,7 +324,15 @@
291
324
  color: var(--text);
292
325
  border-bottom-color: rgba(236,227,218,0.45);
293
326
  }
294
- @media (max-width: 760px) {
327
+ .export-btn {
328
+ cursor: pointer;
329
+ transition: color 120ms ease, border-color 120ms ease, background 120ms ease;
330
+ }
331
+ .export-btn:hover, .export-btn.copied {
332
+ color: var(--text);
333
+ border-color: rgba(216,132,98,0.45);
334
+ background: var(--accent-soft);
335
+ }
295
336
  .container { padding: 20px 14px 48px; }
296
337
  .hero { padding: 20px; }
297
338
  .hero-top { grid-template-columns: 1fr; }
@@ -329,6 +370,7 @@
329
370
  <span class="pill">nothing</span>
330
371
  <span class="pill">Started 2026-06-17 17:00</span>
331
372
  <span class="pill">Mode: full</span>
373
+ <button class="export-btn" type="button" data-copy-value="{&quot;kind&quot;:&quot;notrace-export&quot;,&quot;traceId&quot;:&quot;019ed2ee-1000-76ee-b353-000000000001&quot;,&quot;repository&quot;:&quot;nothing&quot;,&quot;task&quot;:{&quot;workflow&quot;:&quot;norpiv&quot;,&quot;id&quot;:&quot;NR-101&quot;,&quot;path&quot;:&quot;.workflow/tasks/NR-101&quot;,&quot;dir&quot;:&quot;/repo/.workflow/tasks/NR-101&quot;},&quot;metrics&quot;:{&quot;inputTokens&quot;:3100,&quot;outputTokens&quot;:410,&quot;cacheReadTokens&quot;:0,&quot;cacheWriteTokens&quot;:0,&quot;totalTokens&quot;:3510,&quot;totalCostUsd&quot;:0.0204},&quot;summary&quot;:&quot;compressed 24,110 to 18,332 tokens; saved 5,778 tokens across 3 tool results&quot;,&quot;events&quot;:[{&quot;model&quot;:&quot;claude-sonnet-4&quot;,&quot;input&quot;:[{&quot;role&quot;:&quot;user&quot;,&quot;content&quot;:&quot;Polish notrace HTML output and unify dashboard/session design.&quot;}],&quot;output&quot;:&quot;Found renderer split. Will move both pages to one shared shell and standardize styles.&quot;}]}" title="Copy session data for LLM/Agent context"><svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path><polyline points="7 10 12 15 17 10"></polyline><line x1="12" y1="15" x2="12" y2="3"></line></svg><span>Export</span></button>
332
374
  </div>
333
375
  </div>
334
376
  <div class="metrics">
@@ -418,9 +460,9 @@
418
460
  </div>
419
461
  <span class="event-time">22:05:04</span>
420
462
  </summary>
421
- <div class="event-body"><div class="stack"><section class="block"><h4>Arguments</h4><pre>{
463
+ <div class="event-body"><div class="stack"><section class="block"><h4>Arguments</h4><div class="msg-content"><div class="chat-tool-use"><div class="chat-tool-header"><svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.77-3.77a6 6 0 0 1-7.94 7.94l-6.91 6.91a2.12 2.12 0 0 1-3-3l6.91-6.91a6 6 0 0 1 7.94-7.94l-3.76 3.76z"></path></svg> Execution Input</div><pre class="chat-tool-body">{
422
464
  &quot;command&quot;: &quot;find packages/notrace -maxdepth 3 -type f&quot;
423
- }</pre></section></div></div>
465
+ }</pre></div></div></section></div></div>
424
466
  </details><details class="event">
425
467
  <summary>
426
468
  <div class="event-main">
@@ -429,11 +471,11 @@
429
471
  </div>
430
472
  <span class="event-time">22:05:05</span>
431
473
  </summary>
432
- <div class="event-body"><div class="stack"><section class="block"><h4>Result</h4><pre>{
474
+ <div class="event-body"><div class="stack"><section class="block"><h4>Result</h4><div class="msg-content"><div class="chat-tool-use" style=""><div class="chat-tool-header" style="color: var(--muted);"><svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="9 10 4 15 9 20"></polyline><path d="M20 4v7a4 4 0 0 1-4 4H4"></path></svg> Execution Output</div><pre class="chat-tool-body">{
433
475
  &quot;stdout&quot;: &quot;packages/notrace/extensions/notrace/index.ts\npackages/notrace/extensions/notrace/renderer.ts\npackages/notrace/package.json&quot;,
434
476
  &quot;stderr&quot;: &quot;&quot;,
435
477
  &quot;exitCode&quot;: 0
436
- }</pre></section></div></div>
478
+ }</pre></div></div></section></div></div>
437
479
  </details><details class="event">
438
480
  <summary>
439
481
  <div class="event-main">
@@ -442,7 +484,7 @@
442
484
  </div>
443
485
  <span class="event-time">22:05:11</span>
444
486
  </summary>
445
- <div class="event-body"><div class="stack"><section class="block"><h4>Input Messages</h4><div class="msg user"><div class="msg-head"><span class="msg-role">user</span></div><div class="msg-content">Polish notrace HTML output and unify dashboard/session design.</div></div></section><section class="block"><h4>Output</h4><pre>Found renderer split. Will move both pages to one shared shell and standardize styles.</pre></section><section class="block"><h4>Usage</h4><pre>{
487
+ <div class="event-body"><div class="stack"><section class="block"><h4>Input Messages</h4><div class="msg user"><div class="msg-head"><span class="msg-role">user</span></div><div class="msg-content"><div class="chat-text">Polish notrace HTML output and unify dashboard/session design.</div></div></div></section><section class="block"><h4>Output</h4><div class="msg-content"><div class="chat-text">Found renderer split. Will move both pages to one shared shell and standardize styles.</div></div></section><section class="block"><h4>Usage</h4><pre>{
446
488
  &quot;input&quot;: 2140,
447
489
  &quot;output&quot;: 116,
448
490
  &quot;cacheRead&quot;: 0,
@@ -114,7 +114,7 @@
114
114
  align-items: center;
115
115
  margin-top: 16px;
116
116
  }
117
- .pill, .workflow-pill, .sort-btn {
117
+ .pill, .workflow-pill, .sort-btn, .export-btn {
118
118
  display: inline-flex;
119
119
  align-items: center;
120
120
  gap: 6px;
@@ -127,7 +127,7 @@
127
127
  font-size: 0.86rem;
128
128
  font-weight: 600;
129
129
  }
130
- .metrics { display: grid; grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)); gap: 16px; margin: 24px 0; }
130
+ .metrics { display: grid; grid-template-columns: repeat(auto-fit, minmax(135px, 1fr)); gap: 16px; margin: 24px 0; }
131
131
  .metric-card {
132
132
  background: var(--panel-strong);
133
133
  border: 1px solid var(--border);
@@ -246,7 +246,40 @@
246
246
  .msg-role { font-size: 0.78rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }
247
247
  .msg.user .msg-role { color: #8ec5ff; }
248
248
  .msg.assistant .msg-role { color: var(--accent); }
249
- .msg-content { padding: 14px; white-space: pre-wrap; word-break: break-word; }
249
+ .msg-content { padding: 14px; }
250
+ .chat-text {
251
+ white-space: pre-wrap;
252
+ word-break: break-word;
253
+ font-size: 0.95rem;
254
+ line-height: 1.6;
255
+ margin-bottom: 12px;
256
+ }
257
+ .chat-text:last-child { margin-bottom: 0; }
258
+ .chat-tool-use {
259
+ background: rgba(0,0,0,0.3);
260
+ border: 1px solid var(--border);
261
+ border-radius: 8px;
262
+ overflow: hidden;
263
+ margin-bottom: 12px;
264
+ }
265
+ .chat-tool-use:last-child { margin-bottom: 0; }
266
+ .chat-tool-header {
267
+ background: rgba(255,255,255,0.04);
268
+ padding: 8px 12px;
269
+ font-size: 0.8rem;
270
+ font-family: "SFMono-Regular", ui-monospace, Menlo, Monaco, Consolas, monospace;
271
+ color: #8ec5ff;
272
+ border-bottom: 1px solid var(--border);
273
+ display: flex;
274
+ align-items: center;
275
+ gap: 8px;
276
+ }
277
+ .chat-tool-body {
278
+ padding: 12px;
279
+ margin: 0;
280
+ background: transparent;
281
+ border: none;
282
+ }
250
283
  .footer-note {
251
284
  margin-top: 22px;
252
285
  color: var(--muted);
@@ -291,7 +324,15 @@
291
324
  color: var(--text);
292
325
  border-bottom-color: rgba(236,227,218,0.45);
293
326
  }
294
- @media (max-width: 760px) {
327
+ .export-btn {
328
+ cursor: pointer;
329
+ transition: color 120ms ease, border-color 120ms ease, background 120ms ease;
330
+ }
331
+ .export-btn:hover, .export-btn.copied {
332
+ color: var(--text);
333
+ border-color: rgba(216,132,98,0.45);
334
+ background: var(--accent-soft);
335
+ }
295
336
  .container { padding: 20px 14px 48px; }
296
337
  .hero { padding: 20px; }
297
338
  .hero-top { grid-template-columns: 1fr; }
@@ -329,6 +370,7 @@
329
370
  <span class="pill">nothing</span>
330
371
  <span class="pill">Started 2026-06-17 17:37</span>
331
372
  <span class="pill">Mode: redacted</span>
373
+ <button class="export-btn" type="button" data-copy-value="{&quot;kind&quot;:&quot;notrace-export&quot;,&quot;traceId&quot;:&quot;019ed2ee-1001-76ee-b353-000000000002&quot;,&quot;repository&quot;:&quot;nothing&quot;,&quot;task&quot;:{&quot;workflow&quot;:&quot;research&quot;,&quot;id&quot;:&quot;branch:topic-02&quot;,&quot;path&quot;:null,&quot;dir&quot;:null},&quot;metrics&quot;:{&quot;inputTokens&quot;:4200,&quot;outputTokens&quot;:530,&quot;cacheReadTokens&quot;:1024,&quot;cacheWriteTokens&quot;:0,&quot;totalTokens&quot;:5754,&quot;totalCostUsd&quot;:0.0267},&quot;summary&quot;:&quot;compressed 24,110 to 18,332 tokens; saved 5,778 tokens across 3 tool results&quot;,&quot;events&quot;:[{&quot;model&quot;:&quot;claude-sonnet-4&quot;,&quot;input&quot;:[{&quot;role&quot;:&quot;user&quot;,&quot;content&quot;:&quot;Polish notrace HTML output and unify dashboard/session design.&quot;}],&quot;output&quot;:&quot;Found renderer split. Will move both pages to one shared shell and standardize styles.&quot;}]}" title="Copy session data for LLM/Agent context"><svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path><polyline points="7 10 12 15 17 10"></polyline><line x1="12" y1="15" x2="12" y2="3"></line></svg><span>Export</span></button>
332
374
  </div>
333
375
  </div>
334
376
  <div class="metrics">
@@ -417,9 +459,9 @@
417
459
  </div>
418
460
  <span class="event-time">22:05:04</span>
419
461
  </summary>
420
- <div class="event-body"><div class="stack"><section class="block"><h4>Arguments</h4><pre>{
462
+ <div class="event-body"><div class="stack"><section class="block"><h4>Arguments</h4><div class="msg-content"><div class="chat-tool-use"><div class="chat-tool-header"><svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.77-3.77a6 6 0 0 1-7.94 7.94l-6.91 6.91a2.12 2.12 0 0 1-3-3l6.91-6.91a6 6 0 0 1 7.94-7.94l-3.76 3.76z"></path></svg> Execution Input</div><pre class="chat-tool-body">{
421
463
  &quot;command&quot;: &quot;find packages/notrace -maxdepth 3 -type f&quot;
422
- }</pre></section></div></div>
464
+ }</pre></div></div></section></div></div>
423
465
  </details><details class="event">
424
466
  <summary>
425
467
  <div class="event-main">
@@ -428,11 +470,11 @@
428
470
  </div>
429
471
  <span class="event-time">22:05:05</span>
430
472
  </summary>
431
- <div class="event-body"><div class="stack"><section class="block"><h4>Result</h4><pre>{
473
+ <div class="event-body"><div class="stack"><section class="block"><h4>Result</h4><div class="msg-content"><div class="chat-tool-use" style=""><div class="chat-tool-header" style="color: var(--muted);"><svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="9 10 4 15 9 20"></polyline><path d="M20 4v7a4 4 0 0 1-4 4H4"></path></svg> Execution Output</div><pre class="chat-tool-body">{
432
474
  &quot;stdout&quot;: &quot;packages/notrace/extensions/notrace/index.ts\npackages/notrace/extensions/notrace/renderer.ts\npackages/notrace/package.json&quot;,
433
475
  &quot;stderr&quot;: &quot;&quot;,
434
476
  &quot;exitCode&quot;: 0
435
- }</pre></section></div></div>
477
+ }</pre></div></div></section></div></div>
436
478
  </details><details class="event">
437
479
  <summary>
438
480
  <div class="event-main">
@@ -441,7 +483,7 @@
441
483
  </div>
442
484
  <span class="event-time">22:05:11</span>
443
485
  </summary>
444
- <div class="event-body"><div class="stack"><section class="block"><h4>Input Messages</h4><div class="msg user"><div class="msg-head"><span class="msg-role">user</span></div><div class="msg-content">Polish notrace HTML output and unify dashboard/session design.</div></div></section><section class="block"><h4>Output</h4><pre>Found renderer split. Will move both pages to one shared shell and standardize styles.</pre></section><section class="block"><h4>Usage</h4><pre>{
486
+ <div class="event-body"><div class="stack"><section class="block"><h4>Input Messages</h4><div class="msg user"><div class="msg-head"><span class="msg-role">user</span></div><div class="msg-content"><div class="chat-text">Polish notrace HTML output and unify dashboard/session design.</div></div></div></section><section class="block"><h4>Output</h4><div class="msg-content"><div class="chat-text">Found renderer split. Will move both pages to one shared shell and standardize styles.</div></div></section><section class="block"><h4>Usage</h4><pre>{
445
487
  &quot;input&quot;: 2140,
446
488
  &quot;output&quot;: 116,
447
489
  &quot;cacheRead&quot;: 0,
@@ -114,7 +114,7 @@
114
114
  align-items: center;
115
115
  margin-top: 16px;
116
116
  }
117
- .pill, .workflow-pill, .sort-btn {
117
+ .pill, .workflow-pill, .sort-btn, .export-btn {
118
118
  display: inline-flex;
119
119
  align-items: center;
120
120
  gap: 6px;
@@ -127,7 +127,7 @@
127
127
  font-size: 0.86rem;
128
128
  font-weight: 600;
129
129
  }
130
- .metrics { display: grid; grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)); gap: 16px; margin: 24px 0; }
130
+ .metrics { display: grid; grid-template-columns: repeat(auto-fit, minmax(135px, 1fr)); gap: 16px; margin: 24px 0; }
131
131
  .metric-card {
132
132
  background: var(--panel-strong);
133
133
  border: 1px solid var(--border);
@@ -246,7 +246,40 @@
246
246
  .msg-role { font-size: 0.78rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }
247
247
  .msg.user .msg-role { color: #8ec5ff; }
248
248
  .msg.assistant .msg-role { color: var(--accent); }
249
- .msg-content { padding: 14px; white-space: pre-wrap; word-break: break-word; }
249
+ .msg-content { padding: 14px; }
250
+ .chat-text {
251
+ white-space: pre-wrap;
252
+ word-break: break-word;
253
+ font-size: 0.95rem;
254
+ line-height: 1.6;
255
+ margin-bottom: 12px;
256
+ }
257
+ .chat-text:last-child { margin-bottom: 0; }
258
+ .chat-tool-use {
259
+ background: rgba(0,0,0,0.3);
260
+ border: 1px solid var(--border);
261
+ border-radius: 8px;
262
+ overflow: hidden;
263
+ margin-bottom: 12px;
264
+ }
265
+ .chat-tool-use:last-child { margin-bottom: 0; }
266
+ .chat-tool-header {
267
+ background: rgba(255,255,255,0.04);
268
+ padding: 8px 12px;
269
+ font-size: 0.8rem;
270
+ font-family: "SFMono-Regular", ui-monospace, Menlo, Monaco, Consolas, monospace;
271
+ color: #8ec5ff;
272
+ border-bottom: 1px solid var(--border);
273
+ display: flex;
274
+ align-items: center;
275
+ gap: 8px;
276
+ }
277
+ .chat-tool-body {
278
+ padding: 12px;
279
+ margin: 0;
280
+ background: transparent;
281
+ border: none;
282
+ }
250
283
  .footer-note {
251
284
  margin-top: 22px;
252
285
  color: var(--muted);
@@ -291,7 +324,15 @@
291
324
  color: var(--text);
292
325
  border-bottom-color: rgba(236,227,218,0.45);
293
326
  }
294
- @media (max-width: 760px) {
327
+ .export-btn {
328
+ cursor: pointer;
329
+ transition: color 120ms ease, border-color 120ms ease, background 120ms ease;
330
+ }
331
+ .export-btn:hover, .export-btn.copied {
332
+ color: var(--text);
333
+ border-color: rgba(216,132,98,0.45);
334
+ background: var(--accent-soft);
335
+ }
295
336
  .container { padding: 20px 14px 48px; }
296
337
  .hero { padding: 20px; }
297
338
  .hero-top { grid-template-columns: 1fr; }
@@ -329,6 +370,7 @@
329
370
  <span class="pill">nothing</span>
330
371
  <span class="pill">Started 2026-06-17 18:14</span>
331
372
  <span class="pill">Mode: metadata</span>
373
+ <button class="export-btn" type="button" data-copy-value="{&quot;kind&quot;:&quot;notrace-export&quot;,&quot;traceId&quot;:&quot;019ed2ee-1002-76ee-b353-000000000003&quot;,&quot;repository&quot;:&quot;nothing&quot;,&quot;task&quot;:{&quot;workflow&quot;:&quot;generic&quot;,&quot;id&quot;:null,&quot;path&quot;:null,&quot;dir&quot;:null},&quot;metrics&quot;:{&quot;inputTokens&quot;:5100,&quot;outputTokens&quot;:810,&quot;cacheReadTokens&quot;:0,&quot;cacheWriteTokens&quot;:0,&quot;totalTokens&quot;:5910,&quot;totalCostUsd&quot;:0.0334},&quot;summary&quot;:&quot;compressed 24,110 to 18,332 tokens; saved 5,778 tokens across 3 tool results&quot;,&quot;events&quot;:[{&quot;model&quot;:&quot;claude-sonnet-4&quot;,&quot;input&quot;:[{&quot;role&quot;:&quot;user&quot;,&quot;content&quot;:&quot;Polish notrace HTML output and unify dashboard/session design.&quot;}],&quot;output&quot;:&quot;Found renderer split. Will move both pages to one shared shell and standardize styles.&quot;}]}" title="Copy session data for LLM/Agent context"><svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path><polyline points="7 10 12 15 17 10"></polyline><line x1="12" y1="15" x2="12" y2="3"></line></svg><span>Export</span></button>
332
374
  </div>
333
375
  </div>
334
376
  <div class="metrics">
@@ -358,7 +400,7 @@
358
400
  }</pre></section>
359
401
  <section class="block"><h4>Conditions</h4><pre>{
360
402
  &quot;models&quot;: [
361
- &quot;gemini-3.5-flash-high&quot;
403
+ &quot;gemini-3.5-flash&quot;
362
404
  ],
363
405
  &quot;providers&quot;: [
364
406
  &quot;google&quot;
@@ -418,9 +460,9 @@
418
460
  </div>
419
461
  <span class="event-time">22:05:04</span>
420
462
  </summary>
421
- <div class="event-body"><div class="stack"><section class="block"><h4>Arguments</h4><pre>{
463
+ <div class="event-body"><div class="stack"><section class="block"><h4>Arguments</h4><div class="msg-content"><div class="chat-tool-use"><div class="chat-tool-header"><svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.77-3.77a6 6 0 0 1-7.94 7.94l-6.91 6.91a2.12 2.12 0 0 1-3-3l6.91-6.91a6 6 0 0 1 7.94-7.94l-3.76 3.76z"></path></svg> Execution Input</div><pre class="chat-tool-body">{
422
464
  &quot;command&quot;: &quot;find packages/notrace -maxdepth 3 -type f&quot;
423
- }</pre></section></div></div>
465
+ }</pre></div></div></section></div></div>
424
466
  </details><details class="event">
425
467
  <summary>
426
468
  <div class="event-main">
@@ -429,11 +471,11 @@
429
471
  </div>
430
472
  <span class="event-time">22:05:05</span>
431
473
  </summary>
432
- <div class="event-body"><div class="stack"><section class="block"><h4>Result</h4><pre>{
474
+ <div class="event-body"><div class="stack"><section class="block"><h4>Result</h4><div class="msg-content"><div class="chat-tool-use" style=""><div class="chat-tool-header" style="color: var(--muted);"><svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="9 10 4 15 9 20"></polyline><path d="M20 4v7a4 4 0 0 1-4 4H4"></path></svg> Execution Output</div><pre class="chat-tool-body">{
433
475
  &quot;stdout&quot;: &quot;packages/notrace/extensions/notrace/index.ts\npackages/notrace/extensions/notrace/renderer.ts\npackages/notrace/package.json&quot;,
434
476
  &quot;stderr&quot;: &quot;&quot;,
435
477
  &quot;exitCode&quot;: 0
436
- }</pre></section></div></div>
478
+ }</pre></div></div></section></div></div>
437
479
  </details><details class="event">
438
480
  <summary>
439
481
  <div class="event-main">
@@ -442,7 +484,7 @@
442
484
  </div>
443
485
  <span class="event-time">22:05:11</span>
444
486
  </summary>
445
- <div class="event-body"><div class="stack"><section class="block"><h4>Input Messages</h4><div class="msg user"><div class="msg-head"><span class="msg-role">user</span></div><div class="msg-content">Polish notrace HTML output and unify dashboard/session design.</div></div></section><section class="block"><h4>Output</h4><pre>Found renderer split. Will move both pages to one shared shell and standardize styles.</pre></section><section class="block"><h4>Usage</h4><pre>{
487
+ <div class="event-body"><div class="stack"><section class="block"><h4>Input Messages</h4><div class="msg user"><div class="msg-head"><span class="msg-role">user</span></div><div class="msg-content"><div class="chat-text">Polish notrace HTML output and unify dashboard/session design.</div></div></div></section><section class="block"><h4>Output</h4><div class="msg-content"><div class="chat-text">Found renderer split. Will move both pages to one shared shell and standardize styles.</div></div></section><section class="block"><h4>Usage</h4><pre>{
446
488
  &quot;input&quot;: 2140,
447
489
  &quot;output&quot;: 116,
448
490
  &quot;cacheRead&quot;: 0,
@@ -22,7 +22,7 @@
22
22
  "captureMode": "metadata",
23
23
  "conditions": {
24
24
  "models": [
25
- "gemini-3.5-flash-high"
25
+ "gemini-3.5-flash"
26
26
  ],
27
27
  "providers": [
28
28
  "google"