@wenathlan/extension 1.1.44 → 1.1.46

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.
@@ -16,3 +16,9 @@ section { margin-top: 20px; } .panel, .audit { margin: 0; border: 1px solid var(
16
16
 
17
17
  .callcard summary { cursor: pointer; color: var(--text); font-size: 12px; } .callcard p { margin: 4px 0 0; font-size: 12px; } .credentialbadge { display: inline-block; margin-left: 6px; padding: 1px 7px; border-radius: 999px; border: 1px solid color-mix(in srgb, var(--danger) 60%, transparent); color: var(--danger); font-size: 10px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; } .consentcard { outline: 2px solid color-mix(in srgb, var(--accent) 55%, transparent); outline-offset: 2px; } .callcard progress { width: 100%; accent-color: var(--accent); }
18
18
  #rulestate[data-state="controlled"] { color: var(--accent); font-weight: 700; }
19
+
20
+ .timelinerow { border-left: 3px solid var(--line); padding-left: 8px; margin-bottom: 8px; } .timelinerow p { margin: 2px 0; font-size: 12px; } .timelinerow[data-level="error"] { border-color: var(--danger); } .timelinerow[data-level="error"] p.timeline { color: var(--danger); font-weight: 700; } .timelinerow[data-level="warn"] { border-color: #e8c374; } .timelinerow[data-level="warn"] p.timeline { color: #e8c374; } .timelinerow[data-level="info"] p.timeline, .timelinerow[data-level="log"] p.timeline { color: var(--accent); } .timelinerow details pre { margin: 4px 0 0; padding: 6px; border: 1px solid var(--line); border-radius: 6px; background: #0c1321; color: var(--muted); font-size: 11px; overflow-x: auto; }
21
+ .taskbar { margin: 8px 0; } .taskbar .taskgauge { height: 8px; border-radius: 999px; background: #0c1321; border: 1px solid var(--line); overflow: hidden; } .taskbar .taskfill { height: 100%; background: linear-gradient(90deg, var(--accent), #e8c374); }
22
+ #debugstate[data-state="error"] { color: var(--danger); font-weight: 700; }
23
+
24
+ .protocolbadge { display: inline-block; margin-left: 6px; padding: 1px 7px; border-radius: 999px; border: 1px solid color-mix(in srgb, #e8c374 60%, transparent); color: #e8c374; font-size: 10px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; } #debugstate[data-debugger="attached"] { color: var(--accent); font-weight: 700; } #debugger .bannercard p { margin: 2px 0; font-size: 12px; } #debugger h4 { margin-top: 12px; }
@@ -2,7 +2,7 @@
2
2
  "manifest_version": 3,
3
3
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnOEjO8Z0PDgQyfvawGcaO2j+o0GLCFTLNj7TkYC/Avo9l2NenMRq7gp90Nfd7E9MViv/OMcCKSYZ5unv12QPRtv31C+a5UQWDFAOP/cH5mwMd6hsayElrSoW8ta+FwFqmr9dIFkn7cQEU3YhZr4Gcbs+ycUHOxVgDA4NBKB0rQ6e9VW5LvTw0isRYUrqM+M72vKxHk9zUIYYn/LGPvottKBYi2GLr0PHSeC2UE+Shmq7vcFIXj6hDjvD4kLJ5sKoUllEcZ1TPuBcnHUQ9ndKA5iktXDQOIJCUJmi7a0YJ2PGg7fvpYfT9k0ai/qZ+pIoRfoOEwE01bPoDn7NjeYnNQIDAQAB",
4
4
  "name": "Devthink",
5
- "version": "1.1.44",
5
+ "version": "1.1.46",
6
6
  "description": "A consent-first bridge for reviewed browser-agent tasks.",
7
7
  "permissions": [
8
8
  "activeTab",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wenathlan/extension",
3
- "version": "1.1.44",
3
+ "version": "1.1.46",
4
4
  "description": "Consent-first browser agent bridge and Manifest V3 extension.",
5
5
  "type": "module",
6
6
  "license": "GPL-3.0-only",