copilot-tracer 1.0.2 → 1.0.3

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/package.json +1 -1
  2. package/web/index.html +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "copilot-tracer",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "Real-time monitor and tracing tool for GitHub Copilot CLI — tracks tokens, AI credits, MCP/skill/agent calls with console and web UI",
5
5
  "keywords": [
6
6
  "copilot",
package/web/index.html CHANGED
@@ -68,7 +68,7 @@
68
68
  .detail-box { background: #0d1117; border: 1px solid #30363d; border-radius: 6px; padding: 10px; font-size: 12px; line-height: 1.6; white-space: pre-wrap; word-break: break-word; max-height: 160px; overflow: auto; }
69
69
  .detail-box.reasoning { color: #d2a8ff; }
70
70
  .detail-box.response { color: #56d364; }
71
- .detail-box.prompt { color: #e6edf3; }
71
+ .detail-box.prompt { color: #e6edf3; max-height: none; overflow: visible; }
72
72
 
73
73
  /* Call graph */
74
74
  .call-tree { font-family: monospace; font-size: 12px; }