feat(stage-tamagotchi): added fundamental vision
This commit is contained in:
@@ -57,6 +57,7 @@
|
||||
"better-auth": "^1.4.19",
|
||||
"colorjs.io": "^0.6.1",
|
||||
"culori": "^4.0.2",
|
||||
"d3": "catalog:",
|
||||
"date-fns": "^4.1.0",
|
||||
"dompurify": "^3.3.1",
|
||||
"driver.js": "^1.4.0",
|
||||
|
||||
@@ -68,6 +68,12 @@ const menu = computed(() => [
|
||||
icon: 'i-solar:chat-square-call-bold-duotone',
|
||||
to: '/devtools/context-flow',
|
||||
},
|
||||
{
|
||||
title: 'Context Observer',
|
||||
description: 'Track how active context entries merge over time',
|
||||
icon: 'i-solar:chat-square-bold-duotone',
|
||||
to: '/devtools/context-observer',
|
||||
},
|
||||
{
|
||||
title: 'WebSocket Inspector',
|
||||
description: 'Inspect raw WebSocket traffic',
|
||||
|
||||
Reference in New Issue
Block a user