@cotal-ai/web 0.26.0 → 0.27.0

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.
@@ -31,6 +31,12 @@ window.COTAL_HARNESS = {
31
31
  glyph: "➤",
32
32
  svg: `<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M21 3 3 10.5l7 2.5 2.5 7L21 3Z"/><path d="M21 3 10 13"/></svg>`,
33
33
  },
34
+ jcode: {
35
+ label: "Jcode",
36
+ color: "#4ade80", // no official mark — custom angle-bracket glyph, green
37
+ glyph: "⟨⟩",
38
+ svg: `<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M8 4 3 12l5 8"/><path d="m16 4 5 8-5 8"/></svg>`,
39
+ },
34
40
  pi: {
35
41
  label: "Pi",
36
42
  color: "#7dd3fc", // no official mark — simple π glyph, sky
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@cotal-ai/web",
3
3
  "description": "Cotal browser observability dashboard: adds the `web` command to the cotal CLI.",
4
- "version": "0.26.0",
4
+ "version": "0.27.0",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
7
7
  "type": "git",
@@ -24,9 +24,9 @@
24
24
  "devDependencies": {
25
25
  "dompurify": "^3.4.12",
26
26
  "marked": "^18.0.6",
27
- "@cotal-ai/core": "0.26.0",
28
27
  "@cotal-ai/smoke-kit": "0.0.0",
29
- "@cotal-ai/workspace": "0.26.0"
28
+ "@cotal-ai/core": "0.27.0",
29
+ "@cotal-ai/workspace": "0.27.0"
30
30
  },
31
31
  "files": [
32
32
  "dist"