@tui-sandbox/library 11.11.2 → 12.0.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.
Files changed (92) hide show
  1. package/dist/browser/assets/index-CYUPHpRk.css +1 -0
  2. package/dist/browser/assets/index-DPQpUaDL.js +9 -0
  3. package/dist/browser/index.html +2 -2
  4. package/dist/src/browser/neovim-client.d.ts +2 -0
  5. package/dist/src/browser/neovim-client.js +2 -0
  6. package/dist/src/browser/neovim-client.js.map +1 -1
  7. package/dist/src/client/index.d.ts +1 -0
  8. package/dist/src/client/neovim-terminal-client.d.ts +0 -2
  9. package/dist/src/client/neovim-terminal-client.js +0 -2
  10. package/dist/src/client/neovim-terminal-client.js.map +1 -1
  11. package/dist/src/client/startTerminal.d.ts +0 -2
  12. package/dist/src/client/startTerminal.js +0 -2
  13. package/dist/src/client/startTerminal.js.map +1 -1
  14. package/dist/src/client/terminal-terminal-client.d.ts +0 -1
  15. package/dist/src/client/terminal-terminal-client.js +0 -1
  16. package/dist/src/client/terminal-terminal-client.js.map +1 -1
  17. package/dist/src/server/cypress-support/contents.js +9 -11
  18. package/dist/src/server/cypress-support/contents.js.map +1 -1
  19. package/dist/src/server/index.d.ts +4 -0
  20. package/dist/src/server/index.js.map +1 -1
  21. package/dist/tsconfig.tsbuildinfo +1 -1
  22. package/package.json +34 -8
  23. package/CHANGELOG.md +0 -941
  24. package/dist/browser/assets/index-BQzArJW3.js +0 -9
  25. package/dist/browser/assets/index-hkmOP7rU.css +0 -1
  26. package/index.html +0 -11
  27. package/src/browser/neovim-client.ts +0 -126
  28. package/src/client/MyNeovimConfigModification.test.ts +0 -25
  29. package/src/client/MyNeovimConfigModification.ts +0 -8
  30. package/src/client/color-utilities.test.ts +0 -10
  31. package/src/client/color-utilities.ts +0 -9
  32. package/src/client/cypress-assertions.ts +0 -35
  33. package/src/client/index.ts +0 -4
  34. package/src/client/neovim-terminal-client.ts +0 -130
  35. package/src/client/public/DejaVuSansMNerdFontMono-Regular.ttf +0 -0
  36. package/src/client/startTerminal.ts +0 -97
  37. package/src/client/style.css +0 -32
  38. package/src/client/terminal-config.ts +0 -25
  39. package/src/client/terminal-terminal-client.ts +0 -106
  40. package/src/client/validateMouseEvent.ts +0 -22
  41. package/src/scripts/commands/commandRun.ts +0 -68
  42. package/src/scripts/commands/commandTuiNeovimExec.ts +0 -36
  43. package/src/scripts/commands/commandTuiNeovimPrepare.ts +0 -12
  44. package/src/scripts/commands/commandTuiStart.ts +0 -36
  45. package/src/scripts/parseArguments.test.ts +0 -28
  46. package/src/scripts/parseArguments.ts +0 -66
  47. package/src/scripts/resolveConfig.test.ts +0 -78
  48. package/src/scripts/resolveTuiConfig.ts +0 -65
  49. package/src/scripts/tui.ts +0 -77
  50. package/src/server/TestServer.ts +0 -73
  51. package/src/server/applications/neovim/NeovimApplication.ts +0 -236
  52. package/src/server/applications/neovim/NeovimJavascriptApiClient.test.ts +0 -48
  53. package/src/server/applications/neovim/NeovimJavascriptApiClient.ts +0 -68
  54. package/src/server/applications/neovim/api.ts +0 -257
  55. package/src/server/applications/neovim/environment/TempDirectory.ts +0 -18
  56. package/src/server/applications/neovim/environment/createTempDir.test.ts +0 -29
  57. package/src/server/applications/neovim/environment/createTempDir.ts +0 -91
  58. package/src/server/applications/neovim/neovimRouter.ts +0 -100
  59. package/src/server/applications/neovim/prepareNewTestDirectory.test.ts +0 -32
  60. package/src/server/applications/neovim/prepareNewTestDirectory.ts +0 -21
  61. package/src/server/applications/terminal/TerminalTestApplication.ts +0 -101
  62. package/src/server/applications/terminal/api.ts +0 -89
  63. package/src/server/applications/terminal/runBlockingShellCommand.test.ts +0 -41
  64. package/src/server/applications/terminal/runBlockingShellCommand.ts +0 -64
  65. package/src/server/applications/terminal/terminalRouter.ts +0 -47
  66. package/src/server/blockingCommandInputSchema.test.ts +0 -24
  67. package/src/server/blockingCommandInputSchema.ts +0 -27
  68. package/src/server/config.test.ts +0 -7
  69. package/src/server/config.ts +0 -18
  70. package/src/server/connection/trpc.ts +0 -3
  71. package/src/server/cypress-support/contents.ts +0 -245
  72. package/src/server/cypress-support/createCypressSupportFile.test.ts +0 -69
  73. package/src/server/cypress-support/createCypressSupportFile.ts +0 -56
  74. package/src/server/dirtree/index.test.ts +0 -352
  75. package/src/server/dirtree/index.ts +0 -144
  76. package/src/server/dirtree/json-to-zod.ts +0 -60
  77. package/src/server/index.ts +0 -6
  78. package/src/server/server.ts +0 -34
  79. package/src/server/types.ts +0 -98
  80. package/src/server/updateTestdirectorySchemaFile.test.ts +0 -49
  81. package/src/server/updateTestdirectorySchemaFile.ts +0 -71
  82. package/src/server/utilities/DisposableSingleApplication.test.ts +0 -92
  83. package/src/server/utilities/DisposableSingleApplication.ts +0 -49
  84. package/src/server/utilities/Lazy.ts +0 -16
  85. package/src/server/utilities/TerminalApplication.ts +0 -100
  86. package/src/server/utilities/generator.test.ts +0 -50
  87. package/src/server/utilities/generator.ts +0 -12
  88. package/src/server/utilities/tabId.ts +0 -4
  89. package/src/server/utilities/timeout.ts +0 -3
  90. package/src/server/utilities/timeoutable.ts +0 -19
  91. package/tsconfig.json +0 -31
  92. package/vite.config.js +0 -27
package/CHANGELOG.md DELETED
@@ -1,941 +0,0 @@
1
- # Changelog
2
-
3
- ## [11.11.2](https://github.com/mikavilpas/tui-sandbox/compare/library-v11.11.1...library-v11.11.2) (2025-12-17)
4
-
5
-
6
- ### Bug Fixes
7
-
8
- * **deps:** update dependency @trpc/client to v11.8.0 ([#841](https://github.com/mikavilpas/tui-sandbox/issues/841)) ([8c669ec](https://github.com/mikavilpas/tui-sandbox/commit/8c669ec5fb7bf7bc32f1afe1751cfd8d01f2dbb1))
9
- * **deps:** update dependency @trpc/server to v11.8.0 [security] ([#840](https://github.com/mikavilpas/tui-sandbox/issues/840)) ([b42c9fa](https://github.com/mikavilpas/tui-sandbox/commit/b42c9fac0267aba12cac76e9602284def08f6417))
10
-
11
- ## [11.11.1](https://github.com/mikavilpas/tui-sandbox/compare/library-v11.11.0...library-v11.11.1) (2025-12-16)
12
-
13
-
14
- ### Bug Fixes
15
-
16
- * **deps:** update all non-major dependencies ([#809](https://github.com/mikavilpas/tui-sandbox/issues/809)) ([dc67c53](https://github.com/mikavilpas/tui-sandbox/commit/dc67c53a9807404af98d2a1ed215e27ab74a03aa))
17
- * **deps:** update all non-major dependencies ([#815](https://github.com/mikavilpas/tui-sandbox/issues/815)) ([26a870a](https://github.com/mikavilpas/tui-sandbox/commit/26a870a629fa87a88d358a23e5c44296e711ac6f))
18
- * **deps:** update all non-major dependencies to v11.7.2 ([#795](https://github.com/mikavilpas/tui-sandbox/issues/795)) ([0d3852f](https://github.com/mikavilpas/tui-sandbox/commit/0d3852f23116247a127d0ac9f18fbed43f4cb3cf))
19
- * **deps:** update dependency express to v5.2.0 [security] ([#806](https://github.com/mikavilpas/tui-sandbox/issues/806)) ([707d345](https://github.com/mikavilpas/tui-sandbox/commit/707d3455ed98148427ad2dfdadce26314b5cb35b))
20
- * **deps:** update dependency prettier to v3.7.0 ([#802](https://github.com/mikavilpas/tui-sandbox/issues/802)) ([2beaef3](https://github.com/mikavilpas/tui-sandbox/commit/2beaef3bc73c81db2bff11555b54855a9d8c1e4b))
21
- * **deps:** update dependency prettier to v3.7.1 ([#803](https://github.com/mikavilpas/tui-sandbox/issues/803)) ([8a5dd6f](https://github.com/mikavilpas/tui-sandbox/commit/8a5dd6fb74ce1d46fb8c30431a55f7fd47408e80))
22
- * **deps:** update dependency prettier to v3.7.2 ([#807](https://github.com/mikavilpas/tui-sandbox/issues/807)) ([398f960](https://github.com/mikavilpas/tui-sandbox/commit/398f960e29368f22d3f66ea2569b848283d73b3d))
23
- * **deps:** update dependency prettier to v3.7.4 ([#819](https://github.com/mikavilpas/tui-sandbox/issues/819)) ([3b989b3](https://github.com/mikavilpas/tui-sandbox/commit/3b989b339743b3e61b253c64c736c6a98360f3aa))
24
- * **deps:** update dependency tsx to v4.21.0 ([#812](https://github.com/mikavilpas/tui-sandbox/issues/812)) ([d1047b6](https://github.com/mikavilpas/tui-sandbox/commit/d1047b6e116dc89d50b206378d71fbbf681186fd))
25
- * **deps:** update dependency winston to v3.19.0 ([#824](https://github.com/mikavilpas/tui-sandbox/issues/824)) ([b0b54fd](https://github.com/mikavilpas/tui-sandbox/commit/b0b54fdd35085e912d8bc03a0a76e591ef237c41))
26
- * **deps:** update dependency zod to v4.1.13 ([#797](https://github.com/mikavilpas/tui-sandbox/issues/797)) ([0bd3218](https://github.com/mikavilpas/tui-sandbox/commit/0bd32181b3a5c1436f52641aa115a714f306dcf6))
27
-
28
- ## [11.11.0](https://github.com/mikavilpas/tui-sandbox/compare/library-v11.10.0...library-v11.11.0) (2025-11-01)
29
-
30
-
31
- ### Features
32
-
33
- * add `TUI_SANDBOX_TEST_ENVIRONMENT_PATH` environment variable ([#753](https://github.com/mikavilpas/tui-sandbox/issues/753)) ([1fbacf6](https://github.com/mikavilpas/tui-sandbox/commit/1fbacf600f8a810e0bdc8725626078b38b520458))
34
-
35
-
36
- ### Bug Fixes
37
-
38
- * **deps:** update all non-major dependencies ([#748](https://github.com/mikavilpas/tui-sandbox/issues/748)) ([bb77739](https://github.com/mikavilpas/tui-sandbox/commit/bb777393395c64d95b5388da02404ebba9ed316f))
39
-
40
- ## [11.10.0](https://github.com/mikavilpas/tui-sandbox/compare/library-v11.9.2...library-v11.10.0) (2025-10-26)
41
-
42
-
43
- ### Features
44
-
45
- * create a symlink to the latest test-environment ([#743](https://github.com/mikavilpas/tui-sandbox/issues/743)) ([72dccf6](https://github.com/mikavilpas/tui-sandbox/commit/72dccf6de96981084f77c040e92037c2e696c092))
46
-
47
- ## [11.9.2](https://github.com/mikavilpas/tui-sandbox/compare/library-v11.9.1...library-v11.9.2) (2025-10-25)
48
-
49
-
50
- ### Bug Fixes
51
-
52
- * **deps:** update all non-major dependencies to v11.7.0 ([#739](https://github.com/mikavilpas/tui-sandbox/issues/739)) ([40ca05e](https://github.com/mikavilpas/tui-sandbox/commit/40ca05e300664dca203e2aabeab56b30cbd9b8a3))
53
-
54
- ## [11.9.1](https://github.com/mikavilpas/tui-sandbox/compare/library-v11.9.0...library-v11.9.1) (2025-10-11)
55
-
56
-
57
- ### Bug Fixes
58
-
59
- * neovim lua polling displays confusing error messages ([#703](https://github.com/mikavilpas/tui-sandbox/issues/703)) ([b1c2adb](https://github.com/mikavilpas/tui-sandbox/commit/b1c2adb66245f1da962814977b0145a4c4492895))
60
-
61
- ## [11.9.0](https://github.com/mikavilpas/tui-sandbox/compare/library-v11.8.6...library-v11.9.0) (2025-10-11)
62
-
63
-
64
- ### Features
65
-
66
- * validate NVIM_APPNAME in commandTuiNeovimExec ([8a02055](https://github.com/mikavilpas/tui-sandbox/commit/8a02055dd19813063e39873093394537f410cfd7))
67
-
68
- ## [11.8.6](https://github.com/mikavilpas/tui-sandbox/compare/library-v11.8.5...library-v11.8.6) (2025-10-06)
69
-
70
-
71
- ### Bug Fixes
72
-
73
- * **deps:** update all non-major dependencies ([#693](https://github.com/mikavilpas/tui-sandbox/issues/693)) ([b063ec2](https://github.com/mikavilpas/tui-sandbox/commit/b063ec269da947a1bb82eef878b446dba3d75a00))
74
-
75
- ## [11.8.5](https://github.com/mikavilpas/tui-sandbox/compare/library-v11.8.4...library-v11.8.5) (2025-10-03)
76
-
77
-
78
- ### Bug Fixes
79
-
80
- * **deps:** update all non-major dependencies ([#683](https://github.com/mikavilpas/tui-sandbox/issues/683)) ([29ace69](https://github.com/mikavilpas/tui-sandbox/commit/29ace69333645f3e0813a3c9ec3db4ccc660034c))
81
- * **deps:** update dependency winston to v3.18.0 ([#679](https://github.com/mikavilpas/tui-sandbox/issues/679)) ([7c92218](https://github.com/mikavilpas/tui-sandbox/commit/7c922180f4c433897f43b5ec9b54561b6715ae6e))
82
- * **deps:** update dependency winston to v3.18.1 ([#681](https://github.com/mikavilpas/tui-sandbox/issues/681)) ([d79aef7](https://github.com/mikavilpas/tui-sandbox/commit/d79aef79f9d32edcecdc85feb3a39f30a875de14))
83
- * **deps:** update dependency winston to v3.18.2 ([#682](https://github.com/mikavilpas/tui-sandbox/issues/682)) ([33809e7](https://github.com/mikavilpas/tui-sandbox/commit/33809e748237b863a98b6af489c7f1abe33e5eb5))
84
-
85
- ## [11.8.4](https://github.com/mikavilpas/tui-sandbox/compare/library-v11.8.3...library-v11.8.4) (2025-09-28)
86
-
87
-
88
- ### Bug Fixes
89
-
90
- * **deps:** update dependency tsx to v4.20.6 ([#675](https://github.com/mikavilpas/tui-sandbox/issues/675)) ([050e84d](https://github.com/mikavilpas/tui-sandbox/commit/050e84d17dcb897c9a872a3e4fc782a91612a32e))
91
-
92
- ## [11.8.3](https://github.com/mikavilpas/tui-sandbox/compare/library-v11.8.2...library-v11.8.3) (2025-09-25)
93
-
94
-
95
- ### Bug Fixes
96
-
97
- * **deps:** update all non-major dependencies to v11.6.0 ([#672](https://github.com/mikavilpas/tui-sandbox/issues/672)) ([4f0893e](https://github.com/mikavilpas/tui-sandbox/commit/4f0893e277e8ece394c61a55122688ec12054523))
98
-
99
- ## [11.8.2](https://github.com/mikavilpas/tui-sandbox/compare/library-v11.8.1...library-v11.8.2) (2025-09-21)
100
-
101
-
102
- ### Bug Fixes
103
-
104
- * avoid spamming the console with duplicate errors when polling fails ([#665](https://github.com/mikavilpas/tui-sandbox/issues/665)) ([a7b8d5e](https://github.com/mikavilpas/tui-sandbox/commit/a7b8d5ef0c8b9ea17c2569d5f4b14d0ab3272bb7))
105
- * **deps:** update all non-major dependencies ([#646](https://github.com/mikavilpas/tui-sandbox/issues/646)) ([02b524b](https://github.com/mikavilpas/tui-sandbox/commit/02b524b7a21240cbea3885219e89e9f02bab5440))
106
- * **deps:** update dependency type-fest to v5 ([#639](https://github.com/mikavilpas/tui-sandbox/issues/639)) ([3865200](https://github.com/mikavilpas/tui-sandbox/commit/38652001f2b6e3f4c1496ddf75f776f3be8c4b52))
107
- * **deps:** update dependency zod to v4.1.11 ([#661](https://github.com/mikavilpas/tui-sandbox/issues/661)) ([c1c0615](https://github.com/mikavilpas/tui-sandbox/commit/c1c0615a2cacce721c9307cb2eb66e29358be895))
108
- * **peer-deps:** bump wait-on from 9.0.0 to >=9.0.0 ([#653](https://github.com/mikavilpas/tui-sandbox/issues/653)) ([c8851d1](https://github.com/mikavilpas/tui-sandbox/commit/c8851d15ddefe493086f71c4f33373a04dabdc1c))
109
-
110
- ## [11.8.1](https://github.com/mikavilpas/tui-sandbox/compare/library-v11.8.1...library-v11.8.1) (2025-09-20)
111
-
112
-
113
- ### Bug Fixes
114
-
115
- * **deps:** update all non-major dependencies ([#646](https://github.com/mikavilpas/tui-sandbox/issues/646)) ([02b524b](https://github.com/mikavilpas/tui-sandbox/commit/02b524b7a21240cbea3885219e89e9f02bab5440))
116
- * **deps:** update dependency type-fest to v5 ([#639](https://github.com/mikavilpas/tui-sandbox/issues/639)) ([3865200](https://github.com/mikavilpas/tui-sandbox/commit/38652001f2b6e3f4c1496ddf75f776f3be8c4b52))
117
- * **deps:** update dependency zod to v4.1.11 ([#661](https://github.com/mikavilpas/tui-sandbox/issues/661)) ([c1c0615](https://github.com/mikavilpas/tui-sandbox/commit/c1c0615a2cacce721c9307cb2eb66e29358be895))
118
- * **peer-deps:** bump wait-on from 9.0.0 to >=9.0.0 ([#653](https://github.com/mikavilpas/tui-sandbox/issues/653)) ([c8851d1](https://github.com/mikavilpas/tui-sandbox/commit/c8851d15ddefe493086f71c4f33373a04dabdc1c))
119
-
120
- ## [11.8.1](https://github.com/mikavilpas/tui-sandbox/compare/library-v11.8.1...library-v11.8.1) (2025-09-20)
121
-
122
-
123
- ### Bug Fixes
124
-
125
- * **deps:** update all non-major dependencies ([#646](https://github.com/mikavilpas/tui-sandbox/issues/646)) ([02b524b](https://github.com/mikavilpas/tui-sandbox/commit/02b524b7a21240cbea3885219e89e9f02bab5440))
126
- * **deps:** update dependency type-fest to v5 ([#639](https://github.com/mikavilpas/tui-sandbox/issues/639)) ([3865200](https://github.com/mikavilpas/tui-sandbox/commit/38652001f2b6e3f4c1496ddf75f776f3be8c4b52))
127
- * **deps:** update dependency zod to v4.1.11 ([#661](https://github.com/mikavilpas/tui-sandbox/issues/661)) ([c1c0615](https://github.com/mikavilpas/tui-sandbox/commit/c1c0615a2cacce721c9307cb2eb66e29358be895))
128
- * **peer-deps:** bump wait-on from 9.0.0 to >=9.0.0 ([#653](https://github.com/mikavilpas/tui-sandbox/issues/653)) ([c8851d1](https://github.com/mikavilpas/tui-sandbox/commit/c8851d15ddefe493086f71c4f33373a04dabdc1c))
129
-
130
- ## [11.8.1](https://github.com/mikavilpas/tui-sandbox/compare/library-v11.8.1...library-v11.8.1) (2025-09-19)
131
-
132
-
133
- ### Bug Fixes
134
-
135
- * **deps:** update all non-major dependencies ([#646](https://github.com/mikavilpas/tui-sandbox/issues/646)) ([02b524b](https://github.com/mikavilpas/tui-sandbox/commit/02b524b7a21240cbea3885219e89e9f02bab5440))
136
- * **deps:** update dependency type-fest to v5 ([#639](https://github.com/mikavilpas/tui-sandbox/issues/639)) ([3865200](https://github.com/mikavilpas/tui-sandbox/commit/38652001f2b6e3f4c1496ddf75f776f3be8c4b52))
137
- * **peer-deps:** bump wait-on from 9.0.0 to >=9.0.0 ([#653](https://github.com/mikavilpas/tui-sandbox/issues/653)) ([c8851d1](https://github.com/mikavilpas/tui-sandbox/commit/c8851d15ddefe493086f71c4f33373a04dabdc1c))
138
-
139
- ## [11.8.1](https://github.com/mikavilpas/tui-sandbox/compare/library-v11.8.1...library-v11.8.1) (2025-09-19)
140
-
141
-
142
- ### Bug Fixes
143
-
144
- * **deps:** update all non-major dependencies ([#646](https://github.com/mikavilpas/tui-sandbox/issues/646)) ([02b524b](https://github.com/mikavilpas/tui-sandbox/commit/02b524b7a21240cbea3885219e89e9f02bab5440))
145
- * **deps:** update dependency type-fest to v5 ([#639](https://github.com/mikavilpas/tui-sandbox/issues/639)) ([3865200](https://github.com/mikavilpas/tui-sandbox/commit/38652001f2b6e3f4c1496ddf75f776f3be8c4b52))
146
- * **peer-deps:** bump wait-on from 9.0.0 to >=9.0.0 ([#653](https://github.com/mikavilpas/tui-sandbox/issues/653)) ([c8851d1](https://github.com/mikavilpas/tui-sandbox/commit/c8851d15ddefe493086f71c4f33373a04dabdc1c))
147
-
148
- ## [11.8.1](https://github.com/mikavilpas/tui-sandbox/compare/library-v11.8.1...library-v11.8.1) (2025-09-19)
149
-
150
-
151
- ### Bug Fixes
152
-
153
- * **deps:** update all non-major dependencies ([#646](https://github.com/mikavilpas/tui-sandbox/issues/646)) ([02b524b](https://github.com/mikavilpas/tui-sandbox/commit/02b524b7a21240cbea3885219e89e9f02bab5440))
154
- * **deps:** update dependency type-fest to v5 ([#639](https://github.com/mikavilpas/tui-sandbox/issues/639)) ([3865200](https://github.com/mikavilpas/tui-sandbox/commit/38652001f2b6e3f4c1496ddf75f776f3be8c4b52))
155
-
156
- ## [11.8.1](https://github.com/mikavilpas/tui-sandbox/compare/library-v11.8.0...library-v11.8.1) (2025-09-09)
157
-
158
-
159
- ### Features
160
-
161
- * release 11.8.1 ([716083d](https://github.com/mikavilpas/tui-sandbox/commit/716083dd8abd729b45a86a891d6b3be29f220952))
162
-
163
- ## [11.8.0](https://github.com/mikavilpas/tui-sandbox/compare/library-v11.7.1...library-v11.8.0) (2025-09-04)
164
-
165
-
166
- ### Features
167
-
168
- * NVIM_APPNAMEs can be specified in config for type-safe access ([#618](https://github.com/mikavilpas/tui-sandbox/issues/618)) ([d0ff4d2](https://github.com/mikavilpas/tui-sandbox/commit/d0ff4d26278203d0db83538be306602aa5ea329b))
169
-
170
- ## [11.7.1](https://github.com/mikavilpas/tui-sandbox/compare/library-v11.7.0...library-v11.7.1) (2025-09-01)
171
-
172
-
173
- ### Performance Improvements
174
-
175
- * improve startup speed by parallelizing startup tasks ([97073dc](https://github.com/mikavilpas/tui-sandbox/commit/97073dc8a7c3975e9822ee702e89bf94c01fd550))
176
-
177
- ## [11.7.0](https://github.com/mikavilpas/tui-sandbox/compare/library-v11.6.7...library-v11.7.0) (2025-08-31)
178
-
179
-
180
- ### Features
181
-
182
- * add configuration file support ([#606](https://github.com/mikavilpas/tui-sandbox/issues/606)) ([5bd9aea](https://github.com/mikavilpas/tui-sandbox/commit/5bd9aea9428883233d8873ca9db8df40caf83e3c))
183
-
184
- ## [11.6.7](https://github.com/mikavilpas/tui-sandbox/compare/library-v11.6.6...library-v11.6.7) (2025-08-28)
185
-
186
-
187
- ### Bug Fixes
188
-
189
- * avoid nodejs error about string exitCode ([#603](https://github.com/mikavilpas/tui-sandbox/issues/603)) ([be90700](https://github.com/mikavilpas/tui-sandbox/commit/be90700610ea8e177736d2cb6e28cf08b007e02b))
190
-
191
- ## [11.6.6](https://github.com/mikavilpas/tui-sandbox/compare/library-v11.6.5...library-v11.6.6) (2025-08-23)
192
-
193
-
194
- ### Bug Fixes
195
-
196
- * `startTerminalApplication()` not returning the TestDirectory ([#598](https://github.com/mikavilpas/tui-sandbox/issues/598)) ([dc2406b](https://github.com/mikavilpas/tui-sandbox/commit/dc2406b453593b185adfc85d83b2d4b2c8807a19))
197
-
198
- ## [11.6.5](https://github.com/mikavilpas/tui-sandbox/compare/library-v11.6.4...library-v11.6.5) (2025-08-21)
199
-
200
-
201
- ### Bug Fixes
202
-
203
- * update cypress peer dependency to include version 15 ([#595](https://github.com/mikavilpas/tui-sandbox/issues/595)) ([4938baa](https://github.com/mikavilpas/tui-sandbox/commit/4938baa53c8b5e761684368606179bbb89d2c542))
204
-
205
- ## [11.6.4](https://github.com/mikavilpas/tui-sandbox/compare/library-v11.6.3...library-v11.6.4) (2025-08-16)
206
-
207
-
208
- ### Bug Fixes
209
-
210
- * document what `supportDA1()` does as doc comments ([#588](https://github.com/mikavilpas/tui-sandbox/issues/588)) ([26ed4c7](https://github.com/mikavilpas/tui-sandbox/commit/26ed4c7faca7020663144d7a143d35d78a127746))
211
-
212
- ## [11.6.3](https://github.com/mikavilpas/tui-sandbox/compare/library-v11.6.2...library-v11.6.3) (2025-08-08)
213
-
214
-
215
- ### Bug Fixes
216
-
217
- * needlessly requiring pnpm in commandRun script ([#573](https://github.com/mikavilpas/tui-sandbox/issues/573)) ([5df931d](https://github.com/mikavilpas/tui-sandbox/commit/5df931d890faa2c791614fc21993cf1a576f75ea))
218
-
219
- ## [11.6.2](https://github.com/mikavilpas/tui-sandbox/compare/library-v11.6.1...library-v11.6.2) (2025-08-08)
220
-
221
-
222
- ### Bug Fixes
223
-
224
- * not failing test run when tests fail ([#571](https://github.com/mikavilpas/tui-sandbox/issues/571)) ([b4a08bf](https://github.com/mikavilpas/tui-sandbox/commit/b4a08bff5db768223df5a792c751a29503324b64))
225
-
226
- ## [11.6.1](https://github.com/mikavilpas/tui-sandbox/compare/library-v11.6.0...library-v11.6.1) (2025-08-06)
227
-
228
-
229
- ### Bug Fixes
230
-
231
- * enforce Node.js version >= 24.0.0 or crash at runtime ([#564](https://github.com/mikavilpas/tui-sandbox/issues/564)) ([258ed59](https://github.com/mikavilpas/tui-sandbox/commit/258ed59a692da872af2da1b85a970b040415a151))
232
-
233
- ## [11.6.0](https://github.com/mikavilpas/tui-sandbox/compare/library-v11.5.0...library-v11.6.0) (2025-08-05)
234
-
235
-
236
- ### Features
237
-
238
- * `tui run` command for running tests ([#559](https://github.com/mikavilpas/tui-sandbox/issues/559)) ([2ca3dba](https://github.com/mikavilpas/tui-sandbox/commit/2ca3dba3da1704ecf73b7d726322fc489cf03154))
239
-
240
- ## [11.5.0](https://github.com/mikavilpas/tui-sandbox/compare/library-v11.4.1...library-v11.5.0) (2025-08-05)
241
-
242
-
243
- ### Features
244
-
245
- * `textIsVisibleWithColor` matches can be hovered in cypress log ([#557](https://github.com/mikavilpas/tui-sandbox/issues/557)) ([05bf204](https://github.com/mikavilpas/tui-sandbox/commit/05bf2045d6cd51d42bb84e224ac6993b19e61856))
246
-
247
- ## [11.4.1](https://github.com/mikavilpas/tui-sandbox/compare/library-v11.4.0...library-v11.4.1) (2025-08-03)
248
-
249
-
250
- ### Bug Fixes
251
-
252
- * not being able to import from `@tui-sandbox/library/src/client` ([#550](https://github.com/mikavilpas/tui-sandbox/issues/550)) ([cbb3648](https://github.com/mikavilpas/tui-sandbox/commit/cbb3648592c951cc85bee6d37fd22de774f4334b))
253
-
254
- ## [11.4.0](https://github.com/mikavilpas/tui-sandbox/compare/library-v11.3.3...library-v11.4.0) (2025-08-03)
255
-
256
-
257
- ### Features
258
-
259
- * add cypress assertions for checking for text in a color ([#548](https://github.com/mikavilpas/tui-sandbox/issues/548)) ([1450931](https://github.com/mikavilpas/tui-sandbox/commit/1450931b4c4e0f4f53b3f8d126110df4ddc62c3f))
260
-
261
- ## [11.3.3](https://github.com/mikavilpas/tui-sandbox/compare/library-v11.3.2...library-v11.3.3) (2025-08-02)
262
-
263
-
264
- ### Bug Fixes
265
-
266
- * not mentioning `tui neovim prepare` in `tui` usage instructions ([68448c5](https://github.com/mikavilpas/tui-sandbox/commit/68448c5575d753de647a82b352c0a3b6c22f424a))
267
-
268
- ## [11.3.2](https://github.com/mikavilpas/tui-sandbox/compare/library-v11.3.1...library-v11.3.2) (2025-08-02)
269
-
270
-
271
- ### Bug Fixes
272
-
273
- * rendering emoji as truncated images ([fc6b16e](https://github.com/mikavilpas/tui-sandbox/commit/fc6b16e788ad41ab537217a2c0a5dc796c6cd48e))
274
-
275
- ## [11.3.1](https://github.com/mikavilpas/tui-sandbox/compare/library-v11.3.0...library-v11.3.1) (2025-08-02)
276
-
277
-
278
- ### Bug Fixes
279
-
280
- * remove unused `command-exists` dependency ([e7a04ab](https://github.com/mikavilpas/tui-sandbox/commit/e7a04ab9ca2f53946fd20f493accdd02515f1696))
281
-
282
- ## [11.3.0](https://github.com/mikavilpas/tui-sandbox/compare/library-v11.2.1...library-v11.3.0) (2025-08-01)
283
-
284
-
285
- ### Features
286
-
287
- * `nvim.doFile()` command to load a lua file after nvim startup ([2ec6837](https://github.com/mikavilpas/tui-sandbox/commit/2ec683738082764238d6879cf3b380a5405c5e6a))
288
-
289
- ## [11.2.1](https://github.com/mikavilpas/tui-sandbox/compare/library-v11.2.0...library-v11.2.1) (2025-08-01)
290
-
291
-
292
- ### Performance Improvements
293
-
294
- * use wildcard import for zod in json-to-zod.ts ([27cbdfb](https://github.com/mikavilpas/tui-sandbox/commit/27cbdfb26f8ea808129ca9f8ab6b64c6e6d5f02a))
295
-
296
- ## [11.2.0](https://github.com/mikavilpas/tui-sandbox/compare/library-v11.1.0...library-v11.2.0) (2025-07-28)
297
-
298
-
299
- ### Features
300
-
301
- * allow organizing `startupScriptModifications` in directories ([#525](https://github.com/mikavilpas/tui-sandbox/issues/525)) ([86fc817](https://github.com/mikavilpas/tui-sandbox/commit/86fc8174e9d2773164eb0fc363b7b10fd17a6f70))
302
-
303
- ## [11.1.0](https://github.com/mikavilpas/tui-sandbox/compare/library-v11.0.2...library-v11.1.0) (2025-07-12)
304
-
305
-
306
- ### Features
307
-
308
- * can start neovim with a different NVIM_APPNAME ([90802b1](https://github.com/mikavilpas/tui-sandbox/commit/90802b1425243cb432ebf1a5e081bb8b333404ae))
309
-
310
- ## [11.0.2](https://github.com/mikavilpas/tui-sandbox/compare/library-v11.0.1...library-v11.0.2) (2025-07-08)
311
-
312
-
313
- ### Bug Fixes
314
-
315
- * `waitForLuaCode()` error message always saying "100 iterations" ([#501](https://github.com/mikavilpas/tui-sandbox/issues/501)) ([908f702](https://github.com/mikavilpas/tui-sandbox/commit/908f7024e4f12c82fc93b999e5a7c5e799a47496))
316
-
317
- ## [11.0.1](https://github.com/mikavilpas/tui-sandbox/compare/library-v11.0.0...library-v11.0.1) (2025-07-05)
318
-
319
-
320
- ### Bug Fixes
321
-
322
- * don't try to show neovim :messages as they cannot be seen ([#499](https://github.com/mikavilpas/tui-sandbox/issues/499)) ([34701e2](https://github.com/mikavilpas/tui-sandbox/commit/34701e2650c2c4f34b4eaee83edee99f41ffee96))
323
-
324
- ## [11.0.0](https://github.com/mikavilpas/tui-sandbox/compare/library-v10.7.1...library-v11.0.0) (2025-07-01)
325
-
326
-
327
- ### ⚠ BREAKING CHANGES
328
-
329
- * This commit drops the `core-js` dependency and requires Node.js version 24.0.0 or higher.
330
-
331
- ### Code Refactoring
332
-
333
- * drop core-js dependency, require node 24.0.0 or higher ([#493](https://github.com/mikavilpas/tui-sandbox/issues/493)) ([281d919](https://github.com/mikavilpas/tui-sandbox/commit/281d919cb35f139915dfc694115e1a5e0e022e77))
334
-
335
- ## [10.7.1](https://github.com/mikavilpas/tui-sandbox/compare/library-v10.7.0...library-v10.7.1) (2025-06-28)
336
-
337
-
338
- ### Bug Fixes
339
-
340
- * hide debug log in neovim API ([#488](https://github.com/mikavilpas/tui-sandbox/issues/488)) ([2674734](https://github.com/mikavilpas/tui-sandbox/commit/26747342c2b384110fbd99510ead2de9df083fa4))
341
-
342
- ## [10.7.0](https://github.com/mikavilpas/tui-sandbox/compare/library-v10.6.1...library-v10.7.0) (2025-06-27)
343
-
344
-
345
- ### Features
346
-
347
- * reduce debug related log noise in the terminal ([#478](https://github.com/mikavilpas/tui-sandbox/issues/478)) ([dd17208](https://github.com/mikavilpas/tui-sandbox/commit/dd172088d34cb32e2cb0e31dbb0e63b4e2b266f3))
348
-
349
- ## [10.6.1](https://github.com/mikavilpas/tui-sandbox/compare/library-v10.6.0...library-v10.6.1) (2025-06-26)
350
-
351
-
352
- ### Bug Fixes
353
-
354
- * not removing state in NeovimApplication.dispose ([#477](https://github.com/mikavilpas/tui-sandbox/issues/477)) ([fc88a67](https://github.com/mikavilpas/tui-sandbox/commit/fc88a67cd0bd0df91683a40c34690a9e314b4ebd))
355
-
356
- ## [10.6.0](https://github.com/mikavilpas/tui-sandbox/compare/library-v10.5.1...library-v10.6.0) (2025-06-15)
357
-
358
-
359
- ### Features
360
-
361
- * expose terminal configuration and control sequence parsing ([#471](https://github.com/mikavilpas/tui-sandbox/issues/471)) ([e63c39d](https://github.com/mikavilpas/tui-sandbox/commit/e63c39dfc947cc2f351c0879cd8f1a7e50c3758f))
362
-
363
- ## [10.5.1](https://github.com/mikavilpas/tui-sandbox/compare/library-v10.5.0...library-v10.5.1) (2025-06-15)
364
-
365
-
366
- ### Bug Fixes
367
-
368
- * startTerminalApplication ignoring additionalEnvironmentVariables ([#469](https://github.com/mikavilpas/tui-sandbox/issues/469)) ([7144836](https://github.com/mikavilpas/tui-sandbox/commit/7144836ed7f302bc372887baa4b71f9d730981cc))
369
-
370
- ## [10.5.0](https://github.com/mikavilpas/tui-sandbox/compare/library-v10.4.1...library-v10.5.0) (2025-06-14)
371
-
372
-
373
- ### Features
374
-
375
- * reduce noisy logging in waitForLuaCode ([#467](https://github.com/mikavilpas/tui-sandbox/issues/467)) ([b79d80e](https://github.com/mikavilpas/tui-sandbox/commit/b79d80e2bb99461c37bc747af5c2358c6c38b84c))
376
-
377
- ## [10.4.1](https://github.com/mikavilpas/tui-sandbox/compare/library-v10.4.0...library-v10.4.1) (2025-06-14)
378
-
379
-
380
- ### Bug Fixes
381
-
382
- * import path errors in codegen ([b82e79b](https://github.com/mikavilpas/tui-sandbox/commit/b82e79b38e86edc1426ad1c2cb8c31fc3991d61b))
383
-
384
- ## [10.4.0](https://github.com/mikavilpas/tui-sandbox/compare/library-v10.3.0...library-v10.4.0) (2025-06-14)
385
-
386
-
387
- ### Features
388
-
389
- * hide debug logs from neovim client ([#462](https://github.com/mikavilpas/tui-sandbox/issues/462)) ([46f447f](https://github.com/mikavilpas/tui-sandbox/commit/46f447f177ad8884ac5901ef69befb753e5561f2))
390
-
391
- ## [10.3.0](https://github.com/mikavilpas/tui-sandbox/compare/library-v10.2.3...library-v10.3.0) (2025-05-18)
392
-
393
-
394
- ### Features
395
-
396
- * **utils:** export the Lazy utility class ([#438](https://github.com/mikavilpas/tui-sandbox/issues/438)) ([e72218a](https://github.com/mikavilpas/tui-sandbox/commit/e72218a25dc303d42b41993d0eb74534b7ff1155))
397
-
398
- ## [10.2.3](https://github.com/mikavilpas/tui-sandbox/compare/library-v10.2.2...library-v10.2.3) (2025-05-07)
399
-
400
-
401
- ### Bug Fixes
402
-
403
- * **deps:** allow any version of zod 4, including beta versions ([#422](https://github.com/mikavilpas/tui-sandbox/issues/422)) ([e33838e](https://github.com/mikavilpas/tui-sandbox/commit/e33838ea1c4bd3c5873b96050a14aba30557b01a))
404
-
405
- ## [10.2.2](https://github.com/mikavilpas/tui-sandbox/compare/library-v10.2.1...library-v10.2.2) (2025-05-05)
406
-
407
-
408
- ### Bug Fixes
409
-
410
- * mark zod as a peer dependency ([#417](https://github.com/mikavilpas/tui-sandbox/issues/417)) ([b739b8e](https://github.com/mikavilpas/tui-sandbox/commit/b739b8ec350f484f1d358b75836601bed9b869f7))
411
-
412
- ## [10.2.1](https://github.com/mikavilpas/tui-sandbox/compare/library-v10.2.0...library-v10.2.1) (2025-04-13)
413
-
414
-
415
- ### Performance Improvements
416
-
417
- * use zod v4 beta for faster type checking ([#396](https://github.com/mikavilpas/tui-sandbox/issues/396)) ([c209388](https://github.com/mikavilpas/tui-sandbox/commit/c209388009a64283e71017522b0df53a22e7429d))
418
-
419
- ## [10.2.0](https://github.com/mikavilpas/tui-sandbox/compare/library-v10.1.0...library-v10.2.0) (2025-04-05)
420
-
421
-
422
- ### Features
423
-
424
- * copy symlinks into test directories ([#389](https://github.com/mikavilpas/tui-sandbox/issues/389)) ([eb0f399](https://github.com/mikavilpas/tui-sandbox/commit/eb0f39909b1b5d65e7cdb75524a69a591c87da67))
425
-
426
- ## [10.1.0](https://github.com/mikavilpas/tui-sandbox/compare/library-v10.0.0...library-v10.1.0) (2025-03-31)
427
-
428
-
429
- ### Features
430
-
431
- * add nvim_isRunning command to check if neovim is running ([#382](https://github.com/mikavilpas/tui-sandbox/issues/382)) ([7608b56](https://github.com/mikavilpas/tui-sandbox/commit/7608b56920349a7ec8b0567b5f0a1b560e18da71))
432
-
433
- ## [10.0.0](https://github.com/mikavilpas/tui-sandbox/compare/library-v9.6.0...library-v10.0.0) (2025-03-14)
434
-
435
-
436
- ### ⚠ BREAKING CHANGES
437
-
438
- * Neovim dependencies are no longer installed automatically when starting the test server. Instead, you must run `pnpm tui neovim prepare` before starting the test server. Make sure you have your preparation script in place in `path/to/your/integration-tests/test-environment/.config/nvim/prepare.lua` before doing this.
439
-
440
- ### Bug Fixes
441
-
442
- * allow waiting for neovim dependencies to be installed ([d794013](https://github.com/mikavilpas/tui-sandbox/commit/d794013e7605096418c1b7667d3f0b2e038f1e9d))
443
-
444
- ## [9.6.0](https://github.com/mikavilpas/tui-sandbox/compare/library-v9.5.1...library-v9.6.0) (2025-03-06)
445
-
446
-
447
- ### Features
448
-
449
- * **nvim:** allow polling until a lua expression does not raise ([#343](https://github.com/mikavilpas/tui-sandbox/issues/343)) ([dce1fed](https://github.com/mikavilpas/tui-sandbox/commit/dce1fed51e28d59a1bd3a7d0aed84427b660f61b))
450
-
451
- ## [9.5.1](https://github.com/mikavilpas/tui-sandbox/compare/library-v9.5.0...library-v9.5.1) (2025-03-02)
452
-
453
-
454
- ### Bug Fixes
455
-
456
- * neovim client requests sometimes blocking indefinitely ([dec5a69](https://github.com/mikavilpas/tui-sandbox/commit/dec5a6922e61ca89d568f7dc53c833d597b2292c))
457
-
458
- ## [9.5.0](https://github.com/mikavilpas/tui-sandbox/compare/library-v9.4.0...library-v9.5.0) (2025-02-23)
459
-
460
-
461
- ### Features
462
-
463
- * report the cwd a runBlockingShellCommand was run in ([b1f26d7](https://github.com/mikavilpas/tui-sandbox/commit/b1f26d73b38b0e716833e2d894a31200d6c49e25))
464
-
465
- ## [9.4.0](https://github.com/mikavilpas/tui-sandbox/compare/library-v9.3.0...library-v9.4.0) (2025-02-22)
466
-
467
-
468
- ### Features
469
-
470
- * export MyStartNeovimServerArguments type to client applications ([174d0ab](https://github.com/mikavilpas/tui-sandbox/commit/174d0abc4c5d06fa40eb112923833e27e2c8d9b9))
471
-
472
- ## [9.3.0](https://github.com/mikavilpas/tui-sandbox/compare/library-v9.2.1...library-v9.3.0) (2025-02-21)
473
-
474
-
475
- ### Features
476
-
477
- * allow runBlockingShellCommand in relative directories ([#317](https://github.com/mikavilpas/tui-sandbox/issues/317)) ([c098672](https://github.com/mikavilpas/tui-sandbox/commit/c098672ba9f08a9236168102a406ebcb91cc8e42))
478
-
479
- ## [9.2.1](https://github.com/mikavilpas/tui-sandbox/compare/library-v9.2.0...library-v9.2.1) (2025-02-17)
480
-
481
-
482
- ### Bug Fixes
483
-
484
- * terminal runBlockingShellCommand not waiting for assertions ([9468716](https://github.com/mikavilpas/tui-sandbox/commit/94687169e57a33a3b0b04552b50f6be11d5157d9))
485
-
486
- ## [9.2.0](https://github.com/mikavilpas/tui-sandbox/compare/library-v9.1.10...library-v9.2.0) (2025-02-17)
487
-
488
-
489
- ### Features
490
-
491
- * allow runBlockingShellCommand for terminal applications ([0ec2b7f](https://github.com/mikavilpas/tui-sandbox/commit/0ec2b7fa6e32e7ffec018c2de0ef6c7f3617bebe))
492
-
493
-
494
- ### Bug Fixes
495
-
496
- * trying to get neovim messages in a terminal test ([a07176c](https://github.com/mikavilpas/tui-sandbox/commit/a07176c996f74efa65cc6a70a897e8d1f9f8a4e7))
497
-
498
- ## [9.1.10](https://github.com/mikavilpas/tui-sandbox/compare/library-v9.1.9...library-v9.1.10) (2025-02-17)
499
-
500
-
501
- ### Bug Fixes
502
-
503
- * don't crash if neovim is not installed ([709140a](https://github.com/mikavilpas/tui-sandbox/commit/709140aadaa3943c38e8778fcb80bef8df0a2996))
504
- * explicitly log startup errors part 2 ([f878916](https://github.com/mikavilpas/tui-sandbox/commit/f87891637505e0f160e566eba5d359e6c62bf7e4))
505
-
506
- ## [9.1.9](https://github.com/mikavilpas/tui-sandbox/compare/library-v9.1.8...library-v9.1.9) (2025-02-17)
507
-
508
-
509
- ### Bug Fixes
510
-
511
- * explicitly log startup errors ([1c1ac35](https://github.com/mikavilpas/tui-sandbox/commit/1c1ac35a12e69ed6e3f2fc9f0bb30e5c6a284fa4))
512
-
513
- ## [9.1.8](https://github.com/mikavilpas/tui-sandbox/compare/library-v9.1.7...library-v9.1.8) (2025-02-17)
514
-
515
-
516
- ### Bug Fixes
517
-
518
- * don't require neovim to be installed when starting ([d3b98a6](https://github.com/mikavilpas/tui-sandbox/commit/d3b98a658097e8a74f8ceb5ecba5b1c5767524f5))
519
-
520
- ## [9.1.7](https://github.com/mikavilpas/tui-sandbox/compare/library-v9.1.6...library-v9.1.7) (2025-02-17)
521
-
522
-
523
- ### Bug Fixes
524
-
525
- * provide accurate error messages when startup fails ([3a5a955](https://github.com/mikavilpas/tui-sandbox/commit/3a5a955ae159b1f8f631ee176ddd4c4ce4a262a8))
526
-
527
- ## [9.1.6](https://github.com/mikavilpas/tui-sandbox/compare/library-v9.1.5...library-v9.1.6) (2025-02-16)
528
-
529
-
530
- ### Bug Fixes
531
-
532
- * terminal starting in the blueprint directory ([570d192](https://github.com/mikavilpas/tui-sandbox/commit/570d1926d1474e92b56156129b4e998dcf5b573c))
533
-
534
- ## [9.1.5](https://github.com/mikavilpas/tui-sandbox/compare/library-v9.1.4...library-v9.1.5) (2025-02-15)
535
-
536
-
537
- ### Bug Fixes
538
-
539
- * not being able to create a new test directory in a new project ([#292](https://github.com/mikavilpas/tui-sandbox/issues/292)) ([7cfadad](https://github.com/mikavilpas/tui-sandbox/commit/7cfadad4bc2a10fc3992d59db98a627fbd2ca3de))
540
-
541
- ## [9.1.4](https://github.com/mikavilpas/tui-sandbox/compare/library-v9.1.3...library-v9.1.4) (2025-02-15)
542
-
543
-
544
- ### Bug Fixes
545
-
546
- * build an empty schema when trying to scan a nonexistent directory ([#290](https://github.com/mikavilpas/tui-sandbox/issues/290)) ([c04901f](https://github.com/mikavilpas/tui-sandbox/commit/c04901f66ed2fbe7b103ff46af59a15cec6d4df3))
547
-
548
- ## [9.1.3](https://github.com/mikavilpas/tui-sandbox/compare/library-v9.1.2...library-v9.1.3) (2025-02-15)
549
-
550
-
551
- ### Bug Fixes
552
-
553
- * publish sourceMaps so errors errors can be traced easily ([#288](https://github.com/mikavilpas/tui-sandbox/issues/288)) ([a98ac36](https://github.com/mikavilpas/tui-sandbox/commit/a98ac36ef5d0b0f072552d3f7105abb5c6636be8))
554
-
555
- ## [9.1.2](https://github.com/mikavilpas/tui-sandbox/compare/library-v9.1.1...library-v9.1.2) (2025-02-15)
556
-
557
-
558
- ### Bug Fixes
559
-
560
- * create cypress/support directory if it doesn't exist ([#286](https://github.com/mikavilpas/tui-sandbox/issues/286)) ([46a96b2](https://github.com/mikavilpas/tui-sandbox/commit/46a96b2df3b3495d6f074783de6fceec796b0537))
561
-
562
- ## [9.1.1](https://github.com/mikavilpas/tui-sandbox/compare/library-v9.1.0...library-v9.1.1) (2025-02-15)
563
-
564
-
565
- ### Bug Fixes
566
-
567
- * don't needlessly require `MyTestDirectory.ts` to exist ([#284](https://github.com/mikavilpas/tui-sandbox/issues/284)) ([34a69ef](https://github.com/mikavilpas/tui-sandbox/commit/34a69ef4e67b8ee7d0d1da6b1b8baf7d3dbe367f))
568
-
569
- ## [9.1.0](https://github.com/mikavilpas/tui-sandbox/compare/library-v9.0.1...library-v9.1.0) (2025-02-15)
570
-
571
-
572
- ### Features
573
-
574
- * allow testing any terminal application, not just neovim ([#279](https://github.com/mikavilpas/tui-sandbox/issues/279)) ([e8e3654](https://github.com/mikavilpas/tui-sandbox/commit/e8e365419d80f6c93f36a9ff032299ce6dca0375))
575
-
576
- ## [9.0.1](https://github.com/mikavilpas/tui-sandbox/compare/library-v9.0.0...library-v9.0.1) (2025-01-24)
577
-
578
-
579
- ### Bug Fixes
580
-
581
- * interlaced installDependencies output ([b255bcc](https://github.com/mikavilpas/tui-sandbox/commit/b255bcc24d3da7a2b55bac1b1c2473e3f7c5ea23))
582
-
583
- ## [9.0.0](https://github.com/mikavilpas/tui-sandbox/compare/library-v8.0.2...library-v9.0.0) (2025-01-19)
584
-
585
-
586
- ### ⚠ BREAKING CHANGES
587
-
588
- * simplify the schema for MyTestDirectory ([#251](https://github.com/mikavilpas/tui-sandbox/issues/251))
589
-
590
- ### Features
591
-
592
- * simplify the schema for MyTestDirectory ([#251](https://github.com/mikavilpas/tui-sandbox/issues/251)) ([98f0e4f](https://github.com/mikavilpas/tui-sandbox/commit/98f0e4f9d3324a421ab6db3c81b50e6f578c0358))
593
-
594
- ## [8.0.2](https://github.com/mikavilpas/tui-sandbox/compare/library-v8.0.1...library-v8.0.2) (2025-01-18)
595
-
596
-
597
- ### Bug Fixes
598
-
599
- * officially support cypress-14 ([#245](https://github.com/mikavilpas/tui-sandbox/issues/245)) ([b623e14](https://github.com/mikavilpas/tui-sandbox/commit/b623e1467ab3c10332b421582d9fd323244e7da5))
600
-
601
- ## [8.0.1](https://github.com/mikavilpas/tui-sandbox/compare/library-v8.0.0...library-v8.0.1) (2025-01-13)
602
-
603
-
604
- ### Bug Fixes
605
-
606
- * relative import in cypress-support files ([#239](https://github.com/mikavilpas/tui-sandbox/issues/239)) ([cab59eb](https://github.com/mikavilpas/tui-sandbox/commit/cab59eb82e5b01b1ff190987ac6c315b37e29f25))
607
-
608
- ## [8.0.0](https://github.com/mikavilpas/tui-sandbox/compare/library-v7.7.1...library-v8.0.0) (2025-01-13)
609
-
610
-
611
- ### ⚠ BREAKING CHANGES
612
-
613
- * When a Neovim instance is started, tui-sandbox used to return the TestDirectory instance, which is the type-safe representation of the test directory's paths. The TestDirectory can now be found in a `.dir` property.
614
-
615
- ### Features
616
-
617
- * make it more difficult to accidentally call unsupported cmds ([#237](https://github.com/mikavilpas/tui-sandbox/issues/237)) ([d5ca4c9](https://github.com/mikavilpas/tui-sandbox/commit/d5ca4c9c48172cf5cd0fc075fd185757508b96fe))
618
-
619
-
620
- ### Bug Fixes
621
-
622
- * confusing error message when waiting for :messages to finish ([abc22c0](https://github.com/mikavilpas/tui-sandbox/commit/abc22c052f54a0d56fbab06ca75ee10a6f0b182f))
623
-
624
- ## [7.7.1](https://github.com/mikavilpas/tui-sandbox/compare/library-v7.7.0...library-v7.7.1) (2025-01-12)
625
-
626
-
627
- ### Bug Fixes
628
-
629
- * warning timeouts about Neovim messages firing on success ([#231](https://github.com/mikavilpas/tui-sandbox/issues/231)) ([6b8f8af](https://github.com/mikavilpas/tui-sandbox/commit/6b8f8af56cbc201eda4988ec54a3256ac64e9ca5))
630
-
631
- ## [7.7.0](https://github.com/mikavilpas/tui-sandbox/compare/library-v7.6.0...library-v7.7.0) (2025-01-12)
632
-
633
-
634
- ### Features
635
-
636
- * create config-modifications directory if it doesn't exist ([1688f88](https://github.com/mikavilpas/tui-sandbox/commit/1688f88db821c73b499c1b0cb2f2ebe0fe221741))
637
-
638
- ## [7.6.0](https://github.com/mikavilpas/tui-sandbox/compare/library-v7.5.6...library-v7.6.0) (2025-01-11)
639
-
640
-
641
- ### Features
642
-
643
- * can run a prepare script before starting the tests ([#225](https://github.com/mikavilpas/tui-sandbox/issues/225)) ([53d1a32](https://github.com/mikavilpas/tui-sandbox/commit/53d1a32ff292f9a931a90fddceb5ec36a8dad84a))
644
-
645
- ## [7.5.6](https://github.com/mikavilpas/tui-sandbox/compare/library-v7.5.5...library-v7.5.6) (2025-01-09)
646
-
647
-
648
- ### Bug Fixes
649
-
650
- * waiting forever for :messages to finish when neovim is stuck ([#218](https://github.com/mikavilpas/tui-sandbox/issues/218)) ([e8ef89b](https://github.com/mikavilpas/tui-sandbox/commit/e8ef89baddf36f468900ed7211bf7339e4f9042a))
651
-
652
- ## [7.5.5](https://github.com/mikavilpas/tui-sandbox/compare/library-v7.5.4...library-v7.5.5) (2025-01-01)
653
-
654
-
655
- ### Bug Fixes
656
-
657
- * crash when using startupScriptModifications with `'` in the name ([bde5d06](https://github.com/mikavilpas/tui-sandbox/commit/bde5d06f37bc77c7276ac0db407640baeac87984))
658
- * directory schema generation failing with unescaped chars ([bb9b89b](https://github.com/mikavilpas/tui-sandbox/commit/bb9b89b9f047cc4cd5f8a39018045d639a4dc3d2))
659
-
660
- ## [7.5.4](https://github.com/mikavilpas/tui-sandbox/compare/library-v7.5.3...library-v7.5.4) (2024-12-25)
661
-
662
-
663
- ### Bug Fixes
664
-
665
- * remove debugger statement ([1c861a9](https://github.com/mikavilpas/tui-sandbox/commit/1c861a9f64a68f2d1776a4050d07ea4adf4fd293))
666
-
667
- ## [7.5.3](https://github.com/mikavilpas/tui-sandbox/compare/library-v7.5.2...library-v7.5.3) (2024-12-25)
668
-
669
-
670
- ### Bug Fixes
671
-
672
- * not correctly failing tests ([2a6f737](https://github.com/mikavilpas/tui-sandbox/commit/2a6f737a5049f4f8adf8e322cc5e205b828e893a))
673
-
674
- ## [7.5.2](https://github.com/mikavilpas/tui-sandbox/compare/library-v7.5.1...library-v7.5.2) (2024-12-25)
675
-
676
-
677
- ### Bug Fixes
678
-
679
- * not being able to throw error in Cypress.on("fail") handler ([5ec8596](https://github.com/mikavilpas/tui-sandbox/commit/5ec8596f4f13d0c3ad0bc684f66629311d5d057b))
680
-
681
- ## [7.5.1](https://github.com/mikavilpas/tui-sandbox/compare/library-v7.5.0...library-v7.5.1) (2024-12-25)
682
-
683
-
684
- ### Bug Fixes
685
-
686
- * throw error on Cypress fail ([bbfd118](https://github.com/mikavilpas/tui-sandbox/commit/bbfd118ce1508facba8e59b0434b2bc9c67b3f45))
687
-
688
- ## [7.5.0](https://github.com/mikavilpas/tui-sandbox/compare/library-v7.4.0...library-v7.5.0) (2024-12-24)
689
-
690
-
691
- ### Features
692
-
693
- * when a test fails, show :messages output in the terminal ([1729dff](https://github.com/mikavilpas/tui-sandbox/commit/1729dff10b7f8c3b320621856df569a6873411d4))
694
-
695
- ## [7.4.0](https://github.com/mikavilpas/tui-sandbox/compare/library-v7.3.0...library-v7.4.0) (2024-12-04)
696
-
697
-
698
- ### Features
699
-
700
- * allow customizing the PORT for the test server ([#176](https://github.com/mikavilpas/tui-sandbox/issues/176)) ([a07a1ae](https://github.com/mikavilpas/tui-sandbox/commit/a07a1ae52d4ae67b323305891c3f9b2019f01bd4))
701
-
702
- ## [7.3.0](https://github.com/mikavilpas/tui-sandbox/compare/library-v7.2.1...library-v7.3.0) (2024-11-30)
703
-
704
-
705
- ### Features
706
-
707
- * can run a headless neovim ex-command before tests ([700d83c](https://github.com/mikavilpas/tui-sandbox/commit/700d83c6b19875e946b38ef382b9eb48e22cb5f6))
708
-
709
- ## [7.2.1](https://github.com/mikavilpas/tui-sandbox/compare/library-v7.2.0...library-v7.2.1) (2024-11-28)
710
-
711
-
712
- ### Bug Fixes
713
-
714
- * annoying dev output when starting the server ([729d43d](https://github.com/mikavilpas/tui-sandbox/commit/729d43d5c773c3e856690ae5896fea56e138a4b9))
715
-
716
- ## [7.2.0](https://github.com/mikavilpas/tui-sandbox/compare/library-v7.1.0...library-v7.2.0) (2024-11-24)
717
-
718
-
719
- ### Features
720
-
721
- * add `cy.runExCommand()` to run Ex commands in Neovim ([#160](https://github.com/mikavilpas/tui-sandbox/issues/160)) ([1140f04](https://github.com/mikavilpas/tui-sandbox/commit/1140f04fcc86bd8bc90301a3505aef922c1a1f89))
722
-
723
- ## [7.1.0](https://github.com/mikavilpas/tui-sandbox/compare/library-v7.0.1...library-v7.1.0) (2024-11-24)
724
-
725
-
726
- ### Features
727
-
728
- * add `cy.runLuaCode()` for executing lua in the neovim instance ([#159](https://github.com/mikavilpas/tui-sandbox/issues/159)) ([04ac8eb](https://github.com/mikavilpas/tui-sandbox/commit/04ac8ebc0d95628da2ce601e361183b57804cb50))
729
-
730
-
731
- ### Bug Fixes
732
-
733
- * remove black margins around the terminal ([ccc4ea3](https://github.com/mikavilpas/tui-sandbox/commit/ccc4ea30a5402e7c296eac9e242ba162b2e17952))
734
-
735
- ## [7.0.1](https://github.com/mikavilpas/tui-sandbox/compare/library-v7.0.0...library-v7.0.1) (2024-11-20)
736
-
737
-
738
- ### Bug Fixes
739
-
740
- * abort test execution when shell commands fail by default ([#152](https://github.com/mikavilpas/tui-sandbox/issues/152)) ([cd8f97e](https://github.com/mikavilpas/tui-sandbox/commit/cd8f97ed2872328cc0c201d50400b4e5e81072cc))
741
-
742
- ## [7.0.0](https://github.com/mikavilpas/tui-sandbox/compare/library-v6.1.0...library-v7.0.0) (2024-11-20)
743
-
744
-
745
- ### ⚠ BREAKING CHANGES
746
-
747
- * it used to be the root of the test-environment, but this does not make much sense. Usually we want to operate within the unique test directory only.
748
-
749
- ### Features
750
-
751
- * the default cwd for shell commands is the test directory ([#150](https://github.com/mikavilpas/tui-sandbox/issues/150)) ([9d8ec59](https://github.com/mikavilpas/tui-sandbox/commit/9d8ec59751bbbb831d188a26f9628b0f01bb65ed))
752
-
753
- ## [6.1.0](https://github.com/mikavilpas/tui-sandbox/compare/library-v6.0.2...library-v6.1.0) (2024-11-19)
754
-
755
-
756
- ### Features
757
-
758
- * neovim-client can run shell commands ([d5ae2b7](https://github.com/mikavilpas/tui-sandbox/commit/d5ae2b7be654f9e3d9b3c3e4788c292293f46bac))
759
-
760
- ## [6.0.2](https://github.com/mikavilpas/tui-sandbox/compare/library-v6.0.1...library-v6.0.2) (2024-11-18)
761
-
762
-
763
- ### Bug Fixes
764
-
765
- * add prettier peer dependency to library package.json ([#143](https://github.com/mikavilpas/tui-sandbox/issues/143)) ([0f0bfff](https://github.com/mikavilpas/tui-sandbox/commit/0f0bfffc90d671acfe62a261b1c6f30bf1d4b36d))
766
-
767
- ## [6.0.1](https://github.com/mikavilpas/tui-sandbox/compare/library-v6.0.0...library-v6.0.1) (2024-11-17)
768
-
769
-
770
- ### Bug Fixes
771
-
772
- * disable verbose cypress logging related to kbd&mouse input ([#141](https://github.com/mikavilpas/tui-sandbox/issues/141)) ([c170da2](https://github.com/mikavilpas/tui-sandbox/commit/c170da27053a292288cd915b02069e48b556caf1))
773
-
774
- ## [6.0.0](https://github.com/mikavilpas/tui-sandbox/compare/library-v5.1.2...library-v6.0.0) (2024-11-17)
775
-
776
-
777
- ### ⚠ BREAKING CHANGES
778
-
779
- * this changes the way that cypress support bindings are generated. Previously, you had to manually create a file in your cypress/support directory. Now, the file is automatically generated for you when you run `tui start`.
780
-
781
- ### Features
782
-
783
- * automatically generate cypress support bindings on startup ([48cc416](https://github.com/mikavilpas/tui-sandbox/commit/48cc416dff628edbc850be4f31e7317c8a686217))
784
-
785
- ## [5.1.2](https://github.com/mikavilpas/tui-sandbox/compare/library-v5.1.1...library-v5.1.2) (2024-11-15)
786
-
787
-
788
- ### Bug Fixes
789
-
790
- * startupScriptModifications were ignored entirely ([#133](https://github.com/mikavilpas/tui-sandbox/issues/133)) ([27d305a](https://github.com/mikavilpas/tui-sandbox/commit/27d305af63a9880a45900df241a8b6bf42185920))
791
-
792
- ## [5.1.1](https://github.com/mikavilpas/tui-sandbox/compare/library-v5.1.0...library-v5.1.1) (2024-11-15)
793
-
794
-
795
- ### Bug Fixes
796
-
797
- * publish StartNeovimGenericArguments from types.ts ([#131](https://github.com/mikavilpas/tui-sandbox/issues/131)) ([d3ca31b](https://github.com/mikavilpas/tui-sandbox/commit/d3ca31bdd6eec9481840339209ec2fbc44a0f3b8))
798
-
799
- ## [5.1.0](https://github.com/mikavilpas/tui-sandbox/compare/library-v5.0.0...library-v5.1.0) (2024-11-15)
800
-
801
-
802
- ### Features
803
-
804
- * clean `testdirs/*` on startup ([#129](https://github.com/mikavilpas/tui-sandbox/issues/129)) ([65b3750](https://github.com/mikavilpas/tui-sandbox/commit/65b3750079118ac4dc70e05d49de02f729d6b5e1))
805
-
806
- ## [5.0.0](https://github.com/mikavilpas/tui-sandbox/compare/library-v4.2.0...library-v5.0.0) (2024-11-14)
807
-
808
-
809
- ### ⚠ BREAKING CHANGES
810
-
811
- * using the `test-setup.lua` file has been moved to `~/.config/nvim/init.lua` in favor of `init.lua`.
812
-
813
- ### Features
814
-
815
- * Neovim supports the .config directory for user configuration ([#127](https://github.com/mikavilpas/tui-sandbox/issues/127)) ([d4cd7bc](https://github.com/mikavilpas/tui-sandbox/commit/d4cd7bce50e80c80ab7f1d6d786e069a173aa1d6))
816
-
817
- ## [4.2.0](https://github.com/mikavilpas/tui-sandbox/compare/library-v4.1.0...library-v4.2.0) (2024-11-14)
818
-
819
-
820
- ### Features
821
-
822
- * can pass environment variables to neovim from cypress tests ([#124](https://github.com/mikavilpas/tui-sandbox/issues/124)) ([1399c2e](https://github.com/mikavilpas/tui-sandbox/commit/1399c2eefd89fe7ac1fc7d17f469130a3ef7886b))
823
-
824
- ## [4.1.0](https://github.com/mikavilpas/tui-sandbox/compare/library-v4.0.0...library-v4.1.0) (2024-11-12)
825
-
826
-
827
- ### Features
828
-
829
- * add rgbify function to convert catppuccin colors to CSS colors ([#121](https://github.com/mikavilpas/tui-sandbox/issues/121)) ([64bc422](https://github.com/mikavilpas/tui-sandbox/commit/64bc42227e5784ecd326929e6f301124f1c0a712))
830
-
831
- ## [4.0.0](https://github.com/mikavilpas/tui-sandbox/compare/library-v3.0.0...library-v4.0.0) (2024-11-12)
832
-
833
-
834
- ### ⚠ BREAKING CHANGES
835
-
836
- * allow starting the server using `tui start` ([#118](https://github.com/mikavilpas/tui-sandbox/issues/118))
837
-
838
- ### Features
839
-
840
- * allow starting the server using `tui start` ([#118](https://github.com/mikavilpas/tui-sandbox/issues/118)) ([7ac4e59](https://github.com/mikavilpas/tui-sandbox/commit/7ac4e59d5ad2fa5bf07a9fc132a92b96587ac227))
841
-
842
- ## [3.0.0](https://github.com/mikavilpas/tui-sandbox/compare/library-v2.3.0...library-v3.0.0) (2024-11-08)
843
-
844
-
845
- ### ⚠ BREAKING CHANGES
846
-
847
- * This change modifies the directory names in the MyTestDirectory file. To upgrade, run your tests once, and then commit the changes to that file. That's all.
848
-
849
- ### Features
850
-
851
- * add `/` to the end of directory names to make it clear ([#114](https://github.com/mikavilpas/tui-sandbox/issues/114)) ([f40c912](https://github.com/mikavilpas/tui-sandbox/commit/f40c9129ad8ac5ec62bdf3276caead1606b2fedc))
852
-
853
- ## [2.3.0](https://github.com/mikavilpas/tui-sandbox/compare/library-v2.2.0...library-v2.3.0) (2024-11-03)
854
-
855
-
856
- ### Features
857
-
858
- * **wip:** allow access to neovim via a type safe socket connection ([#109](https://github.com/mikavilpas/tui-sandbox/issues/109)) ([1c4d919](https://github.com/mikavilpas/tui-sandbox/commit/1c4d9194ec8961bde0e8f84d500c27363c66a61b))
859
-
860
- ## [2.2.0](https://github.com/mikavilpas/tui-sandbox/compare/library-v2.1.0...library-v2.2.0) (2024-11-03)
861
-
862
-
863
- ### Features
864
-
865
- * check that neovim is available before starting the server ([#107](https://github.com/mikavilpas/tui-sandbox/issues/107)) ([bcc817f](https://github.com/mikavilpas/tui-sandbox/commit/bcc817fe25a9811cdd7b1832f6811fa4f92974bd))
866
-
867
- ## [2.1.0](https://github.com/mikavilpas/tui-sandbox/compare/library-v2.0.2...library-v2.1.0) (2024-11-02)
868
-
869
-
870
- ### Features
871
-
872
- * client connects to server using server-sent events ([e07765e](https://github.com/mikavilpas/tui-sandbox/commit/e07765e20dba6394538cf29b1b16463b62ba4b7a))
873
-
874
- ## [2.0.2](https://github.com/mikavilpas/tui-sandbox/compare/library-v2.0.1...library-v2.0.2) (2024-10-20)
875
-
876
-
877
- ### Bug Fixes
878
-
879
- * zoomed in screen sizes could lose text ([#78](https://github.com/mikavilpas/tui-sandbox/issues/78)) ([4f3f659](https://github.com/mikavilpas/tui-sandbox/commit/4f3f659c404e9a93c8108f4359d049ddd573afd4))
880
-
881
- ## [2.0.1](https://github.com/mikavilpas/tui-sandbox/compare/library-v2.0.0...library-v2.0.1) (2024-10-02)
882
-
883
-
884
- ### Bug Fixes
885
-
886
- * missing ws types ([#55](https://github.com/mikavilpas/tui-sandbox/issues/55)) ([f29863c](https://github.com/mikavilpas/tui-sandbox/commit/f29863cfe580c5418058d62aabb34eac509771ba))
887
-
888
- ## [2.0.0](https://github.com/mikavilpas/tui-sandbox/compare/library-v1.3.0...library-v2.0.0) (2024-09-24)
889
-
890
-
891
- ### ⚠ BREAKING CHANGES
892
-
893
- * add public client and server APIs ([#46](https://github.com/mikavilpas/tui-sandbox/issues/46))
894
-
895
- ### Features
896
-
897
- * add public client and server APIs ([#46](https://github.com/mikavilpas/tui-sandbox/issues/46)) ([3f13f53](https://github.com/mikavilpas/tui-sandbox/commit/3f13f5386f31de9bb5bf6fc099e2e404261d31b0))
898
-
899
- ## [1.3.0](https://github.com/mikavilpas/tui-sandbox/compare/library-v1.2.0...library-v1.3.0) (2024-09-23)
900
-
901
-
902
- ### Features
903
-
904
- * add license (MIT) to library package ([#42](https://github.com/mikavilpas/tui-sandbox/issues/42)) ([8c72eb1](https://github.com/mikavilpas/tui-sandbox/commit/8c72eb13e17c5e6838220a5a16da0d44a6aba792))
905
- * allow test dirs that have no contents ([#40](https://github.com/mikavilpas/tui-sandbox/issues/40)) ([863e9f0](https://github.com/mikavilpas/tui-sandbox/commit/863e9f0731b1565bf5f9afdb6834275598196f22))
906
-
907
- ## [1.2.0](https://github.com/mikavilpas/tui-sandbox/compare/library-v1.1.0...library-v1.2.0) (2024-09-22)
908
-
909
-
910
- ### Features
911
-
912
- * expose testEnvironmentPath in more detail ([#38](https://github.com/mikavilpas/tui-sandbox/issues/38)) ([53eedaa](https://github.com/mikavilpas/tui-sandbox/commit/53eedaaedba32924c57fe56a7bec6a6cc0140aa1))
913
-
914
- ## [1.1.0](https://github.com/mikavilpas/tui-sandbox/compare/library-v1.0.5...library-v1.1.0) (2024-09-22)
915
-
916
-
917
- ### Features
918
-
919
- * log when building schema for test directory ([b8b0c7c](https://github.com/mikavilpas/tui-sandbox/commit/b8b0c7c1be0e0dacc9eb45c96308e706785e4a56))
920
-
921
- ## [1.0.5](https://github.com/mikavilpas/tui-sandbox/compare/library-v1.0.4...library-v1.0.5) (2024-09-22)
922
-
923
-
924
- ### Bug Fixes
925
-
926
- * build errors ([0d7c07e](https://github.com/mikavilpas/tui-sandbox/commit/0d7c07eab5b683903026d266357e6a406212fb93))
927
-
928
- ## 1.0.4 (2024-09-22)
929
-
930
-
931
- ### Bug Fixes
932
-
933
- * nerd font was not imported in the test environment ([4310530](https://github.com/mikavilpas/tui-sandbox/commit/431053069152baf030aa8cdc2c0f8f884f11e9c1))
934
- * not being able to run tests inside the library package ([959da7d](https://github.com/mikavilpas/tui-sandbox/commit/959da7d48a71551edee0038fd99449fbe16747c2))
935
- * not being able to start with a different neovim filename ([fd2c2e6](https://github.com/mikavilpas/tui-sandbox/commit/fd2c2e68d2dcbf3aed62d753312ea459da6e4668))
936
- * unable to start without an existing directory schema ([2ab6862](https://github.com/mikavilpas/tui-sandbox/commit/2ab6862e5429c1e6e85e319296fb02506be1b4ae))
937
-
938
-
939
- ### Miscellaneous Chores
940
-
941
- * fix release-please ([142bcff](https://github.com/mikavilpas/tui-sandbox/commit/142bcff65fbc42c69a9f8f2ee9fa725b4822fc66))