farai 0.2.1 → 0.2.2

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "farai",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "description": "Cyber-first freestyle local AI agent",
@@ -43,7 +43,7 @@
43
43
  "dev": "bun run src/cli/index.ts",
44
44
  "link:local": "bun run build && bun link",
45
45
  "start": "bun run src/cli/index.ts",
46
- "tui:test": "bun test ./test/tui-router.test.ts ./test/tui-input-architecture.test.ts ./test/tui-composer.test.ts ./test/tui-proxy-divider.test.ts ./test/tui-proxy-state.test.ts ./test/tui-footer-state.test.ts ./test/tui-renderers.test.ts ./test/tui-transcript-render.test.tsx ./test/tui-transcript-stream-engine.test.ts ./test/tui-store-session-race.test.tsx ./test/tui-store-previews.test.ts ./test/tui-events.test.ts ./test/tui-runtime-port.test.ts ./test/tui-dialog-fuzzy.test.ts ./test/tui-list-scroll.test.ts ./test/tui-command-registry.test.ts ./test/tui-cells.test.ts ./test/tui-clipboard.test.ts ./test/tui-resize.test.ts ./test/tui-steering-wiring.test.ts ./test/tui-websocket-history.test.ts ./test/tui-websocket-render.test.tsx",
46
+ "tui:test": "bun test ./test/tui-router.test.ts ./test/tui-input-architecture.test.ts ./test/tui-input-controllers.test.ts ./test/tui-keyboard-exit.test.tsx ./test/tui-composer.test.ts ./test/tui-proxy-divider.test.ts ./test/tui-proxy-state.test.ts ./test/tui-footer-state.test.ts ./test/tui-renderers.test.ts ./test/tui-transcript-render.test.tsx ./test/tui-transcript-stream-engine.test.ts ./test/tui-store-session-race.test.tsx ./test/tui-store-previews.test.ts ./test/tui-events.test.ts ./test/tui-runtime-port.test.ts ./test/tui-dialog-fuzzy.test.ts ./test/tui-list-scroll.test.ts ./test/tui-command-registry.test.ts ./test/tui-cells.test.ts ./test/tui-clipboard.test.ts ./test/tui-resize.test.ts ./test/tui-steering-wiring.test.ts ./test/tui-websocket-history.test.ts ./test/tui-websocket-render.test.tsx ./test/tui-mcp.test.tsx ./test/tui-markdown-finalize.test.ts ./test/tui-markdown.test.tsx",
47
47
  "doctor": "bun run src/cli/index.ts doctor",
48
48
  "typecheck": "tsc --noEmit",
49
49
  "test": "bun test ./test",
@@ -59,16 +59,18 @@
59
59
  "node": ">=20"
60
60
  },
61
61
  "dependencies": {
62
- "@opentui/core": "0.5.8",
62
+ "@modelcontextprotocol/sdk": "1.30.0",
63
+ "@opentui/core": "0.5.9",
63
64
  "ajv": "8.20.0",
64
65
  "bun-pty": "0.4.10",
65
66
  "entities": "7.0.1",
66
67
  "figlet": "1.11.4",
67
68
  "fuzzysort": "3.1.0",
69
+ "highlight.js": "11.11.1",
68
70
  "solid-js": "1.9.12"
69
71
  },
70
72
  "devDependencies": {
71
- "@opentui/solid": "0.5.8",
73
+ "@opentui/solid": "0.5.9",
72
74
  "@types/bun": "^1.1.0",
73
75
  "typescript": "5.9.3"
74
76
  }