@miaws/miaw 1.18.5 → 1.18.7
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/bin/miaw +1 -1
- package/package.json +1 -154
- package/AGENTS.md +0 -131
- package/Dockerfile +0 -18
- package/README.md +0 -15
- package/bunfig.toml +0 -7
- package/git +0 -0
- package/migration/20260511173437_session-metadata/migration.sql +0 -1
- package/migration/20260511173437_session-metadata/snapshot.json +0 -1500
- package/parsers-config.ts +0 -1
- package/script/bench-search.ts +0 -94
- package/script/bench-test-suite.ts +0 -52
- package/script/build.ts +0 -243
- package/script/generate.ts +0 -14
- package/script/httpapi-exercise.ts +0 -1
- package/script/postinstall.mjs +0 -189
- package/script/profile-test-files.ts +0 -42
- package/script/publish.ts +0 -213
- package/script/run-workspace-server +0 -106
- package/script/schema.ts +0 -77
- package/script/time.ts +0 -6
- package/script/trace-imports.ts +0 -153
- package/specs/effect/error-boundaries-plan.md +0 -235
- package/specs/effect/errors.md +0 -207
- package/specs/effect/facades.md +0 -218
- package/specs/effect/guide.md +0 -247
- package/specs/effect/instance-context.md +0 -13
- package/specs/effect/loose-ends.md +0 -30
- package/specs/effect/migration.md +0 -62
- package/specs/effect/routes.md +0 -61
- package/specs/effect/schema.md +0 -88
- package/specs/effect/server-package.md +0 -58
- package/specs/effect/todo.md +0 -241
- package/specs/effect/tools.md +0 -88
- package/specs/openapi-translation-cleanup.md +0 -204
- package/specs/tui-plugins.md +0 -544
- package/specs/v2/api.ts +0 -67
- package/specs/v2/message-shape.md +0 -136
- package/specs/v2/notifications.md +0 -13
- package/specs/v2/tui-command-shim.md +0 -67
- package/src/account/account.ts +0 -463
- package/src/account/repo.ts +0 -173
- package/src/account/schema.ts +0 -99
- package/src/account/url.ts +0 -8
- package/src/acp/agent.ts +0 -95
- package/src/acp/config-option.ts +0 -203
- package/src/acp/content.ts +0 -250
- package/src/acp/directory.ts +0 -210
- package/src/acp/error.ts +0 -90
- package/src/acp/event.ts +0 -336
- package/src/acp/permission.ts +0 -124
- package/src/acp/profile.ts +0 -42
- package/src/acp/service.ts +0 -1048
- package/src/acp/session.ts +0 -231
- package/src/acp/tool.ts +0 -321
- package/src/acp/usage.ts +0 -232
- package/src/agent/agent.ts +0 -467
- package/src/agent/generate.txt +0 -75
- package/src/agent/prompt/compaction.txt +0 -9
- package/src/agent/prompt/explore.txt +0 -18
- package/src/agent/prompt/summary.txt +0 -11
- package/src/agent/prompt/title.txt +0 -44
- package/src/agent/subagent-permissions.ts +0 -27
- package/src/audio.d.ts +0 -14
- package/src/auth/index.ts +0 -99
- package/src/background/job.ts +0 -39
- package/src/bus/global.ts +0 -22
- package/src/cli/bootstrap.ts +0 -11
- package/src/cli/cmd/account.ts +0 -264
- package/src/cli/cmd/acp.ts +0 -73
- package/src/cli/cmd/agent.ts +0 -253
- package/src/cli/cmd/attach.ts +0 -97
- package/src/cli/cmd/cmd.ts +0 -7
- package/src/cli/cmd/db.ts +0 -62
- package/src/cli/cmd/debug/agent.handler.ts +0 -193
- package/src/cli/cmd/debug/agent.ts +0 -27
- package/src/cli/cmd/debug/config.ts +0 -14
- package/src/cli/cmd/debug/file.ts +0 -73
- package/src/cli/cmd/debug/index.ts +0 -87
- package/src/cli/cmd/debug/lsp.ts +0 -50
- package/src/cli/cmd/debug/ripgrep.ts +0 -79
- package/src/cli/cmd/debug/scrap.ts +0 -15
- package/src/cli/cmd/debug/skill.ts +0 -15
- package/src/cli/cmd/debug/snapshot.ts +0 -50
- package/src/cli/cmd/debug/startup.ts +0 -11
- package/src/cli/cmd/debug/v2.ts +0 -49
- package/src/cli/cmd/export.ts +0 -292
- package/src/cli/cmd/generate.ts +0 -54
- package/src/cli/cmd/github.handler.ts +0 -1593
- package/src/cli/cmd/github.shared.ts +0 -30
- package/src/cli/cmd/github.ts +0 -42
- package/src/cli/cmd/import.ts +0 -224
- package/src/cli/cmd/mcp.ts +0 -849
- package/src/cli/cmd/models.ts +0 -66
- package/src/cli/cmd/plug.ts +0 -230
- package/src/cli/cmd/pr.ts +0 -115
- package/src/cli/cmd/prompt-display.ts +0 -1
- package/src/cli/cmd/providers.ts +0 -534
- package/src/cli/cmd/run/demo.ts +0 -1274
- package/src/cli/cmd/run/entry.body.ts +0 -205
- package/src/cli/cmd/run/footer.command.tsx +0 -1064
- package/src/cli/cmd/run/footer.menu.tsx +0 -351
- package/src/cli/cmd/run/footer.permission.tsx +0 -472
- package/src/cli/cmd/run/footer.prompt.tsx +0 -1306
- package/src/cli/cmd/run/footer.question.tsx +0 -573
- package/src/cli/cmd/run/footer.subagent.tsx +0 -173
- package/src/cli/cmd/run/footer.ts +0 -1129
- package/src/cli/cmd/run/footer.view.tsx +0 -943
- package/src/cli/cmd/run/footer.width.ts +0 -27
- package/src/cli/cmd/run/permission.shared.ts +0 -256
- package/src/cli/cmd/run/prompt.editor.ts +0 -157
- package/src/cli/cmd/run/prompt.shared.ts +0 -153
- package/src/cli/cmd/run/question.shared.ts +0 -340
- package/src/cli/cmd/run/runtime.boot.ts +0 -202
- package/src/cli/cmd/run/runtime.lifecycle.ts +0 -406
- package/src/cli/cmd/run/runtime.queue.ts +0 -349
- package/src/cli/cmd/run/runtime.shared.ts +0 -17
- package/src/cli/cmd/run/runtime.stdin.ts +0 -37
- package/src/cli/cmd/run/runtime.ts +0 -814
- package/src/cli/cmd/run/scrollback.shared.ts +0 -92
- package/src/cli/cmd/run/scrollback.surface.ts +0 -431
- package/src/cli/cmd/run/scrollback.writer.tsx +0 -352
- package/src/cli/cmd/run/session-data.ts +0 -1113
- package/src/cli/cmd/run/session-replay.ts +0 -374
- package/src/cli/cmd/run/session.shared.ts +0 -196
- package/src/cli/cmd/run/splash.ts +0 -280
- package/src/cli/cmd/run/stream.transport.ts +0 -1462
- package/src/cli/cmd/run/stream.ts +0 -175
- package/src/cli/cmd/run/subagent-data.ts +0 -876
- package/src/cli/cmd/run/theme.ts +0 -690
- package/src/cli/cmd/run/tool.ts +0 -1489
- package/src/cli/cmd/run/trace.ts +0 -94
- package/src/cli/cmd/run/turn-summary.ts +0 -47
- package/src/cli/cmd/run/types.ts +0 -350
- package/src/cli/cmd/run/variant.shared.ts +0 -215
- package/src/cli/cmd/run.ts +0 -894
- package/src/cli/cmd/serve.ts +0 -24
- package/src/cli/cmd/session.ts +0 -147
- package/src/cli/cmd/stats.ts +0 -393
- package/src/cli/cmd/tui.ts +0 -224
- package/src/cli/cmd/uninstall.ts +0 -353
- package/src/cli/cmd/upgrade.ts +0 -74
- package/src/cli/cmd/web.ts +0 -84
- package/src/cli/effect/prompt.ts +0 -37
- package/src/cli/effect-cmd.ts +0 -96
- package/src/cli/error.ts +0 -130
- package/src/cli/heap.ts +0 -45
- package/src/cli/logo.ts +0 -1
- package/src/cli/network.ts +0 -64
- package/src/cli/tui/layer.ts +0 -7
- package/src/cli/tui/validate-session.ts +0 -29
- package/src/cli/tui/worker.ts +0 -71
- package/src/cli/ui.ts +0 -132
- package/src/cli/upgrade.ts +0 -53
- package/src/command/index.ts +0 -184
- package/src/command/template/initialize.txt +0 -66
- package/src/command/template/review.txt +0 -101
- package/src/config/agent-preset.ts +0 -175
- package/src/config/agent.ts +0 -59
- package/src/config/command.ts +0 -39
- package/src/config/config.ts +0 -703
- package/src/config/entry-name.ts +0 -19
- package/src/config/managed.ts +0 -69
- package/src/config/markdown.ts +0 -36
- package/src/config/parse.ts +0 -79
- package/src/config/paths.ts +0 -45
- package/src/config/plugin.ts +0 -79
- package/src/config/tui-cwd.ts +0 -5
- package/src/config/tui-host-attention.ts +0 -21
- package/src/config/tui-migrate.ts +0 -132
- package/src/config/tui.ts +0 -274
- package/src/config/variable.ts +0 -91
- package/src/control-plane/adapters/index.ts +0 -41
- package/src/control-plane/adapters/worktree.ts +0 -96
- package/src/control-plane/dev/README.md +0 -19
- package/src/control-plane/dev/debug-workspace-plugin.ts +0 -73
- package/src/control-plane/types.ts +0 -59
- package/src/control-plane/util.ts +0 -39
- package/src/control-plane/workspace-adapter-runtime.ts +0 -51
- package/src/control-plane/workspace-context.ts +0 -26
- package/src/control-plane/workspace.ts +0 -989
- package/src/effect/app-runtime.ts +0 -132
- package/src/effect/bootstrap-runtime.ts +0 -23
- package/src/effect/bridge.ts +0 -84
- package/src/effect/config-service.ts +0 -67
- package/src/effect/instance-ref.ts +0 -11
- package/src/effect/instance-registry.ts +0 -12
- package/src/effect/instance-state.ts +0 -69
- package/src/effect/promise.ts +0 -17
- package/src/effect/run-service.ts +0 -47
- package/src/effect/runner.ts +0 -217
- package/src/effect/runtime-flags.ts +0 -79
- package/src/env/index.ts +0 -43
- package/src/event-v2-bridge.ts +0 -79
- package/src/format/formatter.ts +0 -404
- package/src/format/index.ts +0 -205
- package/src/git/index.ts +0 -350
- package/src/id/id.ts +0 -80
- package/src/ide/index.ts +0 -61
- package/src/image/image.ts +0 -174
- package/src/index.ts +0 -142
- package/src/installation/index.ts +0 -350
- package/src/lsp/client.ts +0 -650
- package/src/lsp/diagnostic.ts +0 -29
- package/src/lsp/language.ts +0 -121
- package/src/lsp/launch.ts +0 -21
- package/src/lsp/lsp.ts +0 -511
- package/src/lsp/server.ts +0 -1983
- package/src/markdown.d.ts +0 -4
- package/src/mcp/auth.ts +0 -174
- package/src/mcp/catalog.ts +0 -144
- package/src/mcp/index.ts +0 -953
- package/src/mcp/oauth-callback.ts +0 -221
- package/src/mcp/oauth-provider.ts +0 -206
- package/src/node.ts +0 -4
- package/src/patch/index.ts +0 -686
- package/src/permission/arity.ts +0 -163
- package/src/permission/evaluate.ts +0 -1
- package/src/permission/index.ts +0 -230
- package/src/plugin/azure.ts +0 -26
- package/src/plugin/cloudflare.ts +0 -76
- package/src/plugin/digitalocean.ts +0 -383
- package/src/plugin/github-copilot/copilot.ts +0 -413
- package/src/plugin/github-copilot/models.ts +0 -246
- package/src/plugin/index.ts +0 -315
- package/src/plugin/install.ts +0 -439
- package/src/plugin/loader.ts +0 -237
- package/src/plugin/meta.ts +0 -188
- package/src/plugin/openai/README.md +0 -31
- package/src/plugin/openai/codex.ts +0 -640
- package/src/plugin/openai/ws-pool.ts +0 -270
- package/src/plugin/openai/ws.ts +0 -381
- package/src/plugin/pty-environment.ts +0 -24
- package/src/plugin/shared.ts +0 -323
- package/src/plugin/snowflake-cortex.ts +0 -529
- package/src/plugin/tui/internal.ts +0 -10
- package/src/plugin/tui/runtime.ts +0 -1130
- package/src/plugin/xai.ts +0 -734
- package/src/project/bootstrap-service.ts +0 -9
- package/src/project/bootstrap.ts +0 -76
- package/src/project/instance-context.ts +0 -24
- package/src/project/instance-layer.ts +0 -11
- package/src/project/instance-runtime.ts +0 -16
- package/src/project/instance-store.ts +0 -209
- package/src/project/project.ts +0 -519
- package/src/project/vcs.ts +0 -431
- package/src/provider/auth.ts +0 -233
- package/src/provider/error.ts +0 -188
- package/src/provider/model-status.ts +0 -8
- package/src/provider/provider.ts +0 -1975
- package/src/provider/transform.ts +0 -1426
- package/src/question/index.ts +0 -229
- package/src/question/schema.ts +0 -10
- package/src/server/auth.ts +0 -48
- package/src/server/event.ts +0 -13
- package/src/server/global-lifecycle.ts +0 -28
- package/src/server/init-projectors.ts +0 -3
- package/src/server/mdns.ts +0 -47
- package/src/server/projectors.ts +0 -1
- package/src/server/proxy-util.ts +0 -48
- package/src/server/routes/instance/httpapi/AGENTS.md +0 -39
- package/src/server/routes/instance/httpapi/api.ts +0 -78
- package/src/server/routes/instance/httpapi/errors.ts +0 -193
- package/src/server/routes/instance/httpapi/groups/config.ts +0 -65
- package/src/server/routes/instance/httpapi/groups/control-plane.ts +0 -35
- package/src/server/routes/instance/httpapi/groups/control.ts +0 -76
- package/src/server/routes/instance/httpapi/groups/event.ts +0 -29
- package/src/server/routes/instance/httpapi/groups/experimental.ts +0 -260
- package/src/server/routes/instance/httpapi/groups/file.ts +0 -185
- package/src/server/routes/instance/httpapi/groups/global.ts +0 -138
- package/src/server/routes/instance/httpapi/groups/instance.ts +0 -206
- package/src/server/routes/instance/httpapi/groups/mcp.ts +0 -156
- package/src/server/routes/instance/httpapi/groups/metadata.ts +0 -18
- package/src/server/routes/instance/httpapi/groups/permission.ts +0 -61
- package/src/server/routes/instance/httpapi/groups/project-copy.ts +0 -32
- package/src/server/routes/instance/httpapi/groups/project.ts +0 -93
- package/src/server/routes/instance/httpapi/groups/provider.ts +0 -101
- package/src/server/routes/instance/httpapi/groups/pty.ts +0 -172
- package/src/server/routes/instance/httpapi/groups/query.ts +0 -12
- package/src/server/routes/instance/httpapi/groups/question.ts +0 -74
- package/src/server/routes/instance/httpapi/groups/session.ts +0 -462
- package/src/server/routes/instance/httpapi/groups/sync.ts +0 -113
- package/src/server/routes/instance/httpapi/groups/tui.ts +0 -208
- package/src/server/routes/instance/httpapi/groups/workspace.ts +0 -141
- package/src/server/routes/instance/httpapi/handlers/config.ts +0 -34
- package/src/server/routes/instance/httpapi/handlers/control-plane.ts +0 -37
- package/src/server/routes/instance/httpapi/handlers/control.ts +0 -43
- package/src/server/routes/instance/httpapi/handlers/event.ts +0 -99
- package/src/server/routes/instance/httpapi/handlers/experimental.ts +0 -187
- package/src/server/routes/instance/httpapi/handlers/file.ts +0 -139
- package/src/server/routes/instance/httpapi/handlers/global.ts +0 -156
- package/src/server/routes/instance/httpapi/handlers/instance.ts +0 -110
- package/src/server/routes/instance/httpapi/handlers/mcp.ts +0 -111
- package/src/server/routes/instance/httpapi/handlers/permission.ts +0 -41
- package/src/server/routes/instance/httpapi/handlers/project-copy.ts +0 -83
- package/src/server/routes/instance/httpapi/handlers/project.ts +0 -63
- package/src/server/routes/instance/httpapi/handlers/provider.ts +0 -113
- package/src/server/routes/instance/httpapi/handlers/pty.ts +0 -273
- package/src/server/routes/instance/httpapi/handlers/question.ts +0 -54
- package/src/server/routes/instance/httpapi/handlers/session-errors.ts +0 -21
- package/src/server/routes/instance/httpapi/handlers/session.ts +0 -440
- package/src/server/routes/instance/httpapi/handlers/sync.ts +0 -89
- package/src/server/routes/instance/httpapi/handlers/tui.ts +0 -131
- package/src/server/routes/instance/httpapi/handlers/workspace.ts +0 -102
- package/src/server/routes/instance/httpapi/lifecycle.ts +0 -54
- package/src/server/routes/instance/httpapi/middleware/authorization.ts +0 -150
- package/src/server/routes/instance/httpapi/middleware/compression.ts +0 -64
- package/src/server/routes/instance/httpapi/middleware/cors-vary.ts +0 -29
- package/src/server/routes/instance/httpapi/middleware/error.ts +0 -43
- package/src/server/routes/instance/httpapi/middleware/fence.ts +0 -25
- package/src/server/routes/instance/httpapi/middleware/instance-context.ts +0 -43
- package/src/server/routes/instance/httpapi/middleware/proxy.ts +0 -108
- package/src/server/routes/instance/httpapi/middleware/schema-error.ts +0 -41
- package/src/server/routes/instance/httpapi/middleware/workspace-routing.ts +0 -250
- package/src/server/routes/instance/httpapi/public.ts +0 -535
- package/src/server/routes/instance/httpapi/server.ts +0 -298
- package/src/server/routes/instance/httpapi/websocket-tracker.ts +0 -57
- package/src/server/server.ts +0 -217
- package/src/server/shared/fence.ts +0 -60
- package/src/server/shared/pty-ticket.ts +0 -15
- package/src/server/shared/public-ui.ts +0 -12
- package/src/server/shared/tui-control.ts +0 -28
- package/src/server/shared/ui.ts +0 -108
- package/src/server/shared/workspace-routing.ts +0 -38
- package/src/server/tui-event.ts +0 -53
- package/src/session/compaction.ts +0 -620
- package/src/session/instruction.ts +0 -250
- package/src/session/llm/AGENTS.md +0 -90
- package/src/session/llm/ai-sdk.ts +0 -288
- package/src/session/llm/native-request.ts +0 -196
- package/src/session/llm/native-runtime.ts +0 -195
- package/src/session/llm/request.ts +0 -216
- package/src/session/llm.ts +0 -415
- package/src/session/message-error.ts +0 -14
- package/src/session/message-v2.ts +0 -744
- package/src/session/message.ts +0 -148
- package/src/session/overflow.ts +0 -34
- package/src/session/processor.ts +0 -1084
- package/src/session/prompt/anthropic.txt +0 -105
- package/src/session/prompt/beast.txt +0 -147
- package/src/session/prompt/build-switch.txt +0 -5
- package/src/session/prompt/codex.txt +0 -79
- package/src/session/prompt/copilot-gpt-5.txt +0 -143
- package/src/session/prompt/default.txt +0 -95
- package/src/session/prompt/gemini.txt +0 -155
- package/src/session/prompt/gpt.txt +0 -107
- package/src/session/prompt/kimi.txt +0 -95
- package/src/session/prompt/max-steps.txt +0 -16
- package/src/session/prompt/plan-mode.txt +0 -70
- package/src/session/prompt/plan-reminder-anthropic.txt +0 -67
- package/src/session/prompt/plan.txt +0 -26
- package/src/session/prompt/trinity.txt +0 -97
- package/src/session/prompt/ultrawork.txt +0 -289
- package/src/session/prompt.ts +0 -1725
- package/src/session/reminders.ts +0 -92
- package/src/session/retry.ts +0 -201
- package/src/session/revert.ts +0 -160
- package/src/session/run-state.ts +0 -156
- package/src/session/schema.ts +0 -26
- package/src/session/session.ts +0 -1119
- package/src/session/status.ts +0 -97
- package/src/session/summary.ts +0 -165
- package/src/session/system.ts +0 -117
- package/src/session/todo.ts +0 -90
- package/src/session/tools.ts +0 -207
- package/src/session/ultrawork.ts +0 -26
- package/src/share/session.ts +0 -61
- package/src/share/share-next.ts +0 -385
- package/src/skill/discovery.ts +0 -109
- package/src/skill/index.ts +0 -366
- package/src/snapshot/index.ts +0 -808
- package/src/sql.d.ts +0 -4
- package/src/storage/schema.ts +0 -5
- package/src/storage/storage.ts +0 -329
- package/src/sync/README.md +0 -179
- package/src/sync/schema.ts +0 -11
- package/src/temporary.ts +0 -31
- package/src/tool/apply_patch.ts +0 -313
- package/src/tool/apply_patch.txt +0 -33
- package/src/tool/edit.ts +0 -737
- package/src/tool/edit.txt +0 -10
- package/src/tool/external-directory.ts +0 -49
- package/src/tool/glob.ts +0 -76
- package/src/tool/glob.txt +0 -6
- package/src/tool/grep.ts +0 -112
- package/src/tool/grep.txt +0 -8
- package/src/tool/invalid.ts +0 -21
- package/src/tool/json-schema.ts +0 -164
- package/src/tool/lsp.ts +0 -113
- package/src/tool/lsp.txt +0 -24
- package/src/tool/mcp-websearch.ts +0 -96
- package/src/tool/plan-enter.txt +0 -14
- package/src/tool/plan-exit.txt +0 -13
- package/src/tool/plan.ts +0 -79
- package/src/tool/question.ts +0 -44
- package/src/tool/question.txt +0 -10
- package/src/tool/read.ts +0 -386
- package/src/tool/read.txt +0 -14
- package/src/tool/registry.ts +0 -440
- package/src/tool/schema.ts +0 -14
- package/src/tool/shell/id.ts +0 -19
- package/src/tool/shell/prompt.ts +0 -307
- package/src/tool/shell/shell.txt +0 -21
- package/src/tool/shell.ts +0 -657
- package/src/tool/skill.ts +0 -71
- package/src/tool/skill.txt +0 -5
- package/src/tool/task.ts +0 -346
- package/src/tool/task.txt +0 -19
- package/src/tool/todo.ts +0 -57
- package/src/tool/todowrite.txt +0 -44
- package/src/tool/tool.ts +0 -183
- package/src/tool/truncate.ts +0 -158
- package/src/tool/truncation-dir.ts +0 -4
- package/src/tool/webfetch.ts +0 -192
- package/src/tool/webfetch.txt +0 -13
- package/src/tool/websearch.ts +0 -143
- package/src/tool/websearch.txt +0 -14
- package/src/tool/write.ts +0 -104
- package/src/tool/write.txt +0 -8
- package/src/util/archive.ts +0 -17
- package/src/util/bom.ts +0 -27
- package/src/util/data-url.ts +0 -9
- package/src/util/defer.ts +0 -10
- package/src/util/effect-http-client.ts +0 -11
- package/src/util/error.ts +0 -1
- package/src/util/filesystem.ts +0 -251
- package/src/util/iife.ts +0 -3
- package/src/util/lazy.ts +0 -20
- package/src/util/local-context.ts +0 -25
- package/src/util/locale.ts +0 -2
- package/src/util/media.ts +0 -26
- package/src/util/process.ts +0 -177
- package/src/util/proxy-env.ts +0 -72
- package/src/util/queue.ts +0 -32
- package/src/util/record.ts +0 -1
- package/src/util/repository.ts +0 -232
- package/src/util/rpc.ts +0 -66
- package/src/util/signal.ts +0 -12
- package/src/util/timeout.ts +0 -13
- package/src/util/token.ts +0 -1
- package/src/util/wildcard.ts +0 -59
- package/src/worktree/index.ts +0 -654
- package/sst-env.d.ts +0 -10
- package/test/AGENTS.md +0 -204
- package/test/EFFECT_TEST_MIGRATION.md +0 -169
- package/test/account/repo.test.ts +0 -353
- package/test/account/service.test.ts +0 -453
- package/test/acp/config-option.test.ts +0 -229
- package/test/acp/content.test.ts +0 -201
- package/test/acp/directory.test.ts +0 -186
- package/test/acp/error.test.ts +0 -67
- package/test/acp/event.test.ts +0 -743
- package/test/acp/permission.test.ts +0 -273
- package/test/acp/service-session.test.ts +0 -1174
- package/test/acp/session.test.ts +0 -200
- package/test/acp/tool.test.ts +0 -210
- package/test/acp/usage.test.ts +0 -315
- package/test/agent/agent.test.ts +0 -760
- package/test/agent/plan-mode-subagent-bypass.test.ts +0 -159
- package/test/agent/plugin-agent-regression.test.ts +0 -64
- package/test/auth/auth.test.ts +0 -77
- package/test/background/job.test.ts +0 -243
- package/test/cli/account.test.ts +0 -30
- package/test/cli/acp/acp-test-client.ts +0 -97
- package/test/cli/acp/config-options.test.ts +0 -103
- package/test/cli/acp/helpers.ts +0 -96
- package/test/cli/acp/initialize-auth.test.ts +0 -61
- package/test/cli/acp/lifecycle.test.ts +0 -118
- package/test/cli/acp/prompt-content.test.ts +0 -97
- package/test/cli/acp/skills.test.ts +0 -38
- package/test/cli/cmd/tui/attention.test.ts +0 -484
- package/test/cli/effect-cmd-instance-als.test.ts +0 -39
- package/test/cli/error.test.ts +0 -95
- package/test/cli/github-action.test.ts +0 -199
- package/test/cli/github-remote.test.ts +0 -90
- package/test/cli/help/__snapshots__/help-snapshots.test.ts.snap +0 -631
- package/test/cli/help/help-snapshots.test.ts +0 -137
- package/test/cli/import.test.ts +0 -54
- package/test/cli/mcp-add.test.ts +0 -74
- package/test/cli/plugin-auth-picker.test.ts +0 -120
- package/test/cli/run/entry.body.test.ts +0 -536
- package/test/cli/run/footer.menu.test.ts +0 -43
- package/test/cli/run/footer.view.test.tsx +0 -1375
- package/test/cli/run/footer.width.test.ts +0 -35
- package/test/cli/run/permission.shared.test.ts +0 -144
- package/test/cli/run/prompt.editor.test.ts +0 -101
- package/test/cli/run/prompt.shared.test.ts +0 -101
- package/test/cli/run/question.shared.test.ts +0 -115
- package/test/cli/run/run-process.test.ts +0 -84
- package/test/cli/run/runtime.boot.test.ts +0 -283
- package/test/cli/run/runtime.queue.test.ts +0 -481
- package/test/cli/run/runtime.stdin.test.ts +0 -71
- package/test/cli/run/runtime.test.ts +0 -238
- package/test/cli/run/scrollback.surface.test.ts +0 -1065
- package/test/cli/run/session-data.test.ts +0 -595
- package/test/cli/run/session-replay.test.ts +0 -692
- package/test/cli/run/session.shared.test.ts +0 -247
- package/test/cli/run/stream.test.ts +0 -56
- package/test/cli/run/stream.transport.test.ts +0 -2363
- package/test/cli/run/subagent-data.test.ts +0 -547
- package/test/cli/run/theme.test.ts +0 -177
- package/test/cli/run/variant.shared.test.ts +0 -217
- package/test/cli/serve/serve-process.test.ts +0 -61
- package/test/cli/smokes/read-only.test.ts +0 -115
- package/test/cli/tui/attach.test.ts +0 -11
- package/test/cli/tui/editor-context-zed.test.ts +0 -379
- package/test/cli/tui/editor-context.test.tsx +0 -297
- package/test/cli/tui/plugin-add.test.ts +0 -110
- package/test/cli/tui/plugin-install.test.ts +0 -87
- package/test/cli/tui/plugin-lifecycle.test.ts +0 -224
- package/test/cli/tui/plugin-loader-entrypoint.test.ts +0 -485
- package/test/cli/tui/plugin-loader-pure.test.ts +0 -72
- package/test/cli/tui/plugin-loader.test.ts +0 -1332
- package/test/cli/tui/plugin-toggle.test.ts +0 -264
- package/test/cli/tui/thread.test.ts +0 -36
- package/test/config/agent-color.test.ts +0 -47
- package/test/config/config.test.ts +0 -2041
- package/test/config/entry-name.test.ts +0 -57
- package/test/config/fixtures/empty-frontmatter.md +0 -4
- package/test/config/fixtures/frontmatter.md +0 -28
- package/test/config/fixtures/markdown-header.md +0 -11
- package/test/config/fixtures/no-frontmatter.md +0 -1
- package/test/config/fixtures/weird-model-id.md +0 -13
- package/test/config/lsp.test.ts +0 -69
- package/test/config/markdown.test.ts +0 -228
- package/test/config/plugin.test.ts +0 -0
- package/test/config/tui.test.ts +0 -886
- package/test/control-plane/adapters.test.ts +0 -71
- package/test/control-plane/workspace.test.ts +0 -1703
- package/test/effect/app-graph-types.test.ts +0 -108
- package/test/effect/app-graph.test.ts +0 -204
- package/test/effect/app-runtime-logger.test.ts +0 -99
- package/test/effect/config-service.test.ts +0 -65
- package/test/effect/instance-state.test.ts +0 -391
- package/test/effect/run-service.test.ts +0 -89
- package/test/effect/runner.test.ts +0 -514
- package/test/effect/runtime-flags.test.ts +0 -373
- package/test/fake/account.ts +0 -9
- package/test/fake/auth.ts +0 -8
- package/test/fake/npm.ts +0 -8
- package/test/fake/provider.ts +0 -82
- package/test/fake/skill.ts +0 -8
- package/test/filesystem/filesystem.test.ts +0 -319
- package/test/fixture/agent-plugin.constants.ts +0 -6
- package/test/fixture/agent-plugin.ts +0 -12
- package/test/fixture/config.ts +0 -23
- package/test/fixture/db.ts +0 -11
- package/test/fixture/fixture.test.ts +0 -26
- package/test/fixture/fixture.ts +0 -224
- package/test/fixture/flag.ts +0 -20
- package/test/fixture/flock-worker.ts +0 -72
- package/test/fixture/lsp/fake-lsp-server.js +0 -249
- package/test/fixture/mcp-session-recovery.ts +0 -50
- package/test/fixture/plug-worker.ts +0 -93
- package/test/fixture/plugin-meta-worker.ts +0 -19
- package/test/fixture/plugin.ts +0 -10
- package/test/fixture/skills/agents-sdk/SKILL.md +0 -152
- package/test/fixture/skills/agents-sdk/references/callable.md +0 -92
- package/test/fixture/skills/cloudflare/SKILL.md +0 -211
- package/test/fixture/skills/index.json +0 -6
- package/test/fixture/tui-environment.tsx +0 -32
- package/test/fixture/tui-plugin.ts +0 -355
- package/test/fixture/tui-runtime.ts +0 -56
- package/test/fixture/tui-sdk.ts +0 -82
- package/test/fixture/workspace.ts +0 -30
- package/test/fixtures/recordings/session/native-anthropic-tool-loop.json +0 -49
- package/test/fixtures/recordings/session/native-openai-oauth-tool-loop.json +0 -45
- package/test/fixtures/recordings/session/native-zen-tool-loop.json +0 -49
- package/test/format/format.test.ts +0 -228
- package/test/git/git.test.ts +0 -178
- package/test/ide/ide.test.ts +0 -82
- package/test/image/fixtures/picture-5mb-base64.png +0 -0
- package/test/image/image.test.ts +0 -123
- package/test/installation/installation.test.ts +0 -230
- package/test/lib/cli-process.ts +0 -459
- package/test/lib/effect.ts +0 -177
- package/test/lib/filesystem.ts +0 -10
- package/test/lib/llm-server.ts +0 -779
- package/test/lib/snapshot.ts +0 -73
- package/test/lib/test-provider.ts +0 -37
- package/test/lib/websocket.ts +0 -46
- package/test/lsp/client.test.ts +0 -488
- package/test/lsp/index.test.ts +0 -232
- package/test/lsp/jdtls-root.test.ts +0 -459
- package/test/lsp/launch.test.ts +0 -22
- package/test/lsp/lifecycle.test.ts +0 -160
- package/test/mcp/auth.test.ts +0 -78
- package/test/mcp/headers.test.ts +0 -126
- package/test/mcp/lifecycle.test.ts +0 -1213
- package/test/mcp/oauth-auto-connect.test.ts +0 -276
- package/test/mcp/oauth-browser.test.ts +0 -239
- package/test/mcp/oauth-callback.test.ts +0 -34
- package/test/mcp/oauth-provider.test.ts +0 -61
- package/test/mcp/session-recovery.test.ts +0 -27
- package/test/patch/patch.test.ts +0 -383
- package/test/permission/arity.test.ts +0 -33
- package/test/permission/next.test.ts +0 -1176
- package/test/permission-task.test.ts +0 -318
- package/test/plugin/auth-override.test.ts +0 -105
- package/test/plugin/cloudflare.test.ts +0 -68
- package/test/plugin/codex.test.ts +0 -247
- package/test/plugin/github-copilot-models.test.ts +0 -332
- package/test/plugin/install-concurrency.test.ts +0 -140
- package/test/plugin/install.test.ts +0 -570
- package/test/plugin/loader-shared.test.ts +0 -1303
- package/test/plugin/meta.test.ts +0 -137
- package/test/plugin/openai-rollout.test.ts +0 -17
- package/test/plugin/openai-ws.test.ts +0 -877
- package/test/plugin/shared.test.ts +0 -88
- package/test/plugin/snowflake-cortex.test.ts +0 -278
- package/test/plugin/trigger.test.ts +0 -120
- package/test/plugin/workspace-adapter.test.ts +0 -140
- package/test/plugin/xai.test.ts +0 -634
- package/test/preload.ts +0 -92
- package/test/project/instance-bootstrap.test.ts +0 -110
- package/test/project/instance.test.ts +0 -245
- package/test/project/migrate-global.test.ts +0 -167
- package/test/project/project-directory.test.ts +0 -201
- package/test/project/project.test.ts +0 -815
- package/test/project/vcs.test.ts +0 -336
- package/test/project/worktree-remove.test.ts +0 -126
- package/test/project/worktree.test.ts +0 -320
- package/test/provider/amazon-bedrock.test.ts +0 -360
- package/test/provider/cf-ai-gateway-e2e.test.ts +0 -132
- package/test/provider/digitalocean.test.ts +0 -123
- package/test/provider/gitlab-duo.test.ts +0 -412
- package/test/provider/header-timeout.test.ts +0 -233
- package/test/provider/model-status.test.ts +0 -61
- package/test/provider/provider.test.ts +0 -1793
- package/test/provider/transform.test.ts +0 -4207
- package/test/question/question.test.ts +0 -465
- package/test/server/AGENTS.md +0 -15
- package/test/server/auth.test.ts +0 -59
- package/test/server/global-bus.ts +0 -31
- package/test/server/global-session-list.test.ts +0 -104
- package/test/server/httpapi-authorization.test.ts +0 -174
- package/test/server/httpapi-compression.test.ts +0 -151
- package/test/server/httpapi-config.test.ts +0 -110
- package/test/server/httpapi-control-plane.test.ts +0 -63
- package/test/server/httpapi-cors-vary.test.ts +0 -63
- package/test/server/httpapi-cors.test.ts +0 -122
- package/test/server/httpapi-error-middleware.test.ts +0 -101
- package/test/server/httpapi-event.test.ts +0 -94
- package/test/server/httpapi-exercise/assertions.ts +0 -64
- package/test/server/httpapi-exercise/backend.ts +0 -144
- package/test/server/httpapi-exercise/dsl.ts +0 -210
- package/test/server/httpapi-exercise/environment.ts +0 -40
- package/test/server/httpapi-exercise/index.ts +0 -1685
- package/test/server/httpapi-exercise/report.ts +0 -66
- package/test/server/httpapi-exercise/routing.ts +0 -96
- package/test/server/httpapi-exercise/runner.ts +0 -267
- package/test/server/httpapi-exercise/runtime.ts +0 -52
- package/test/server/httpapi-exercise/types.ts +0 -123
- package/test/server/httpapi-experimental.test.ts +0 -297
- package/test/server/httpapi-file.test.ts +0 -73
- package/test/server/httpapi-global.test.ts +0 -66
- package/test/server/httpapi-instance-context.test.ts +0 -348
- package/test/server/httpapi-instance-route-auth.test.ts +0 -81
- package/test/server/httpapi-instance.test.ts +0 -265
- package/test/server/httpapi-layer.ts +0 -33
- package/test/server/httpapi-listen.test.ts +0 -412
- package/test/server/httpapi-mcp-oauth.test.ts +0 -73
- package/test/server/httpapi-mcp.test.ts +0 -223
- package/test/server/httpapi-mdns.test.ts +0 -79
- package/test/server/httpapi-promptasync-context.test.ts +0 -223
- package/test/server/httpapi-provider.test.ts +0 -400
- package/test/server/httpapi-pty.test.ts +0 -299
- package/test/server/httpapi-public-openapi.test.ts +0 -319
- package/test/server/httpapi-query-schema-drift.test.ts +0 -330
- package/test/server/httpapi-reference.test.ts +0 -62
- package/test/server/httpapi-schema-error-body.test.ts +0 -165
- package/test/server/httpapi-sdk.test.ts +0 -909
- package/test/server/httpapi-session.test.ts +0 -1011
- package/test/server/httpapi-sync.test.ts +0 -148
- package/test/server/httpapi-ui.test.ts +0 -453
- package/test/server/httpapi-v2-location.test.ts +0 -82
- package/test/server/httpapi-v2-pty.test.ts +0 -250
- package/test/server/httpapi-workspace-routing.test.ts +0 -555
- package/test/server/httpapi-workspace.test.ts +0 -513
- package/test/server/negative-tokens-regression.test.ts +0 -83
- package/test/server/project-copy.test.ts +0 -121
- package/test/server/project-init-git.test.ts +0 -114
- package/test/server/proxy-util.test.ts +0 -113
- package/test/server/sdk-error-shape.test.ts +0 -81
- package/test/server/sdk-v1-smoke.test.ts +0 -57
- package/test/server/session-actions.test.ts +0 -109
- package/test/server/session-diff-missing-patch.test.ts +0 -96
- package/test/server/session-list.test.ts +0 -312
- package/test/server/session-messages.test.ts +0 -179
- package/test/server/session-select.test.ts +0 -66
- package/test/server/workspace-proxy.test.ts +0 -181
- package/test/server/workspace-routing.test.ts +0 -94
- package/test/server/worktree-endpoint-repro.test.ts +0 -307
- package/test/session/compaction.test.ts +0 -1834
- package/test/session/instruction.test.ts +0 -256
- package/test/session/llm-native-recorded.test.ts +0 -433
- package/test/session/llm-native.test.ts +0 -760
- package/test/session/llm.test.ts +0 -1932
- package/test/session/message-v2.test.ts +0 -1661
- package/test/session/messages-pagination.test.ts +0 -1056
- package/test/session/processor-effect.test.ts +0 -1076
- package/test/session/prompt.test.ts +0 -2326
- package/test/session/retry.test.ts +0 -439
- package/test/session/revert-compact.test.ts +0 -639
- package/test/session/schema-decoding.test.ts +0 -313
- package/test/session/session-schema.test.ts +0 -78
- package/test/session/session.test.ts +0 -248
- package/test/session/snapshot-tool-race.test.ts +0 -190
- package/test/session/structured-output-integration.test.ts +0 -235
- package/test/session/structured-output.test.ts +0 -387
- package/test/session/system.test.ts +0 -86
- package/test/session/ultrawork.test.ts +0 -25
- package/test/share/share-next.test.ts +0 -326
- package/test/skill/discovery.test.ts +0 -139
- package/test/skill/skill.test.ts +0 -571
- package/test/snapshot/snapshot.test.ts +0 -1121
- package/test/storage/storage.test.ts +0 -296
- package/test/tool/__snapshots__/parameters.test.ts.snap +0 -484
- package/test/tool/__snapshots__/tool.test.ts.snap +0 -9
- package/test/tool/apply_patch.test.ts +0 -533
- package/test/tool/edit.test.ts +0 -578
- package/test/tool/external-directory.test.ts +0 -155
- package/test/tool/fixtures/large-image.png +0 -0
- package/test/tool/fixtures/models-api.json +0 -117299
- package/test/tool/glob.test.ts +0 -136
- package/test/tool/grep.test.ts +0 -225
- package/test/tool/lsp.test.ts +0 -181
- package/test/tool/parameters.test.ts +0 -293
- package/test/tool/question.test.ts +0 -138
- package/test/tool/read.test.ts +0 -605
- package/test/tool/registry.test.ts +0 -497
- package/test/tool/shell.test.ts +0 -1238
- package/test/tool/skill.test.ts +0 -136
- package/test/tool/task.test.ts +0 -898
- package/test/tool/tool-define.test.ts +0 -153
- package/test/tool/truncation.test.ts +0 -266
- package/test/tool/webfetch.test.ts +0 -113
- package/test/tool/websearch.test.ts +0 -99
- package/test/tool/write.test.ts +0 -276
- package/test/util/data-url.test.ts +0 -14
- package/test/util/error.test.ts +0 -16
- package/test/util/filesystem.test.ts +0 -656
- package/test/util/glob.test.ts +0 -164
- package/test/util/iife.test.ts +0 -36
- package/test/util/lazy.test.ts +0 -50
- package/test/util/module.test.ts +0 -59
- package/test/util/process.test.ts +0 -128
- package/test/util/repository.test.ts +0 -93
- package/test/util/timeout.test.ts +0 -21
- package/test/util/wildcard.test.ts +0 -90
- package/test/v2/session-message-updater.test.ts +0 -269
- package/tsconfig.json +0 -16
|
@@ -1,1332 +0,0 @@
|
|
|
1
|
-
import { beforeAll, describe, expect, spyOn, test } from "bun:test"
|
|
2
|
-
import fs from "fs/promises"
|
|
3
|
-
import path from "path"
|
|
4
|
-
import { pathToFileURL } from "url"
|
|
5
|
-
import { createTestKeymap } from "@opentui/keymap/testing"
|
|
6
|
-
import type { TuiAttentionSoundPack } from "@miaw/plugin/tui"
|
|
7
|
-
import { tmpdir } from "../../fixture/fixture"
|
|
8
|
-
import { createTuiPluginApi } from "../../fixture/tui-plugin"
|
|
9
|
-
import { createTuiResolvedConfig, mockTuiRuntime } from "../../fixture/tui-runtime"
|
|
10
|
-
import { Global } from "@miaw/core/global"
|
|
11
|
-
import { TuiConfig } from "../../../src/config/tui"
|
|
12
|
-
import { Filesystem } from "@/util/filesystem"
|
|
13
|
-
import { PluginLoader } from "../../../src/plugin/loader"
|
|
14
|
-
|
|
15
|
-
const { allThemes, addTheme } = await import("@miaw/tui/context/theme")
|
|
16
|
-
const { TuiPluginRuntime } = await import("../../../src/plugin/tui/runtime")
|
|
17
|
-
|
|
18
|
-
type Row = Record<string, unknown>
|
|
19
|
-
|
|
20
|
-
test("does not retry permanent file plugin load errors", async () => {
|
|
21
|
-
await using tmp = await tmpdir({
|
|
22
|
-
init: async (dir) => {
|
|
23
|
-
const file = path.join(dir, "binary-plugin")
|
|
24
|
-
await Bun.write(file, new Uint8Array([0xcf, 0xfa, 0xed, 0xfe, 0x0c, 0x00, 0x00, 0x01]))
|
|
25
|
-
return { spec: pathToFileURL(file).href }
|
|
26
|
-
},
|
|
27
|
-
})
|
|
28
|
-
|
|
29
|
-
let waited = false
|
|
30
|
-
const calls: Array<["start" | "error", boolean, string?]> = []
|
|
31
|
-
const plugins = await PluginLoader.loadExternal({
|
|
32
|
-
items: [{ spec: tmp.extra.spec, scope: "local", source: path.join(tmp.path, "tui.json") }],
|
|
33
|
-
kind: "tui",
|
|
34
|
-
wait: async () => {
|
|
35
|
-
waited = true
|
|
36
|
-
},
|
|
37
|
-
report: {
|
|
38
|
-
start(_candidate, retry) {
|
|
39
|
-
calls.push(["start", retry])
|
|
40
|
-
},
|
|
41
|
-
error(_candidate, retry, stage) {
|
|
42
|
-
calls.push(["error", retry, stage])
|
|
43
|
-
},
|
|
44
|
-
},
|
|
45
|
-
})
|
|
46
|
-
|
|
47
|
-
expect(plugins).toEqual([])
|
|
48
|
-
expect(waited).toBe(false)
|
|
49
|
-
expect(calls).toEqual([
|
|
50
|
-
["start", false],
|
|
51
|
-
["error", false, "load"],
|
|
52
|
-
])
|
|
53
|
-
})
|
|
54
|
-
|
|
55
|
-
test("does not retry file plugin load errors caused by missing modules", async () => {
|
|
56
|
-
await using tmp = await tmpdir({
|
|
57
|
-
init: async (dir) => {
|
|
58
|
-
const file = path.join(dir, "missing-dependency-plugin.ts")
|
|
59
|
-
const dep = path.join(dir, "dep.ts")
|
|
60
|
-
await Bun.write(
|
|
61
|
-
file,
|
|
62
|
-
`import value from "./dep"
|
|
63
|
-
export default { id: "demo.retry.load", tui: async () => {}, value }
|
|
64
|
-
`,
|
|
65
|
-
)
|
|
66
|
-
return { spec: pathToFileURL(file).href, dep }
|
|
67
|
-
},
|
|
68
|
-
})
|
|
69
|
-
|
|
70
|
-
let waited = false
|
|
71
|
-
const calls: Array<["start" | "error", boolean, string?]> = []
|
|
72
|
-
const plugins = await PluginLoader.loadExternal({
|
|
73
|
-
items: [{ spec: tmp.extra.spec, scope: "local", source: path.join(tmp.path, "tui.json") }],
|
|
74
|
-
kind: "tui",
|
|
75
|
-
wait: async () => {
|
|
76
|
-
waited = true
|
|
77
|
-
await Bun.write(tmp.extra.dep, `export default "ready"\n`)
|
|
78
|
-
},
|
|
79
|
-
finish: async (loaded, _origin, retry) => ({
|
|
80
|
-
retry,
|
|
81
|
-
value: (loaded.mod.default as { value: string }).value,
|
|
82
|
-
}),
|
|
83
|
-
report: {
|
|
84
|
-
start(_candidate, retry) {
|
|
85
|
-
calls.push(["start", retry])
|
|
86
|
-
},
|
|
87
|
-
error(_candidate, retry, stage) {
|
|
88
|
-
calls.push(["error", retry, stage])
|
|
89
|
-
},
|
|
90
|
-
},
|
|
91
|
-
})
|
|
92
|
-
|
|
93
|
-
expect(waited).toBe(false)
|
|
94
|
-
expect(calls).toEqual([
|
|
95
|
-
["start", false],
|
|
96
|
-
["error", false, "load"],
|
|
97
|
-
])
|
|
98
|
-
expect(plugins).toEqual([])
|
|
99
|
-
})
|
|
100
|
-
|
|
101
|
-
test("does not retry top-level plugin errors that look like resolver messages", async () => {
|
|
102
|
-
await using tmp = await tmpdir({
|
|
103
|
-
init: async (dir) => {
|
|
104
|
-
const file = path.join(dir, "throwing-plugin.ts")
|
|
105
|
-
await Bun.write(file, `throw new Error("Cannot find package intentional")\n`)
|
|
106
|
-
return { spec: pathToFileURL(file).href }
|
|
107
|
-
},
|
|
108
|
-
})
|
|
109
|
-
|
|
110
|
-
let waited = false
|
|
111
|
-
const plugins = await PluginLoader.loadExternal({
|
|
112
|
-
items: [{ spec: tmp.extra.spec, scope: "local", source: path.join(tmp.path, "tui.json") }],
|
|
113
|
-
kind: "tui",
|
|
114
|
-
wait: async () => {
|
|
115
|
-
waited = true
|
|
116
|
-
},
|
|
117
|
-
})
|
|
118
|
-
|
|
119
|
-
expect(plugins).toEqual([])
|
|
120
|
-
expect(waited).toBe(false)
|
|
121
|
-
})
|
|
122
|
-
|
|
123
|
-
type Data = {
|
|
124
|
-
local: Row
|
|
125
|
-
global: Row
|
|
126
|
-
invalid: Row
|
|
127
|
-
preloaded: Row
|
|
128
|
-
fn_called: boolean
|
|
129
|
-
local_installed: string
|
|
130
|
-
global_installed: string
|
|
131
|
-
preloaded_installed: string
|
|
132
|
-
leaked_local_to_global: boolean
|
|
133
|
-
leaked_global_to_local: boolean
|
|
134
|
-
local_theme: string
|
|
135
|
-
global_theme: string
|
|
136
|
-
}
|
|
137
|
-
|
|
138
|
-
async function row(file: string): Promise<Row> {
|
|
139
|
-
return Filesystem.readJson<Row>(file)
|
|
140
|
-
}
|
|
141
|
-
|
|
142
|
-
async function load(): Promise<Data> {
|
|
143
|
-
const stamp = Date.now()
|
|
144
|
-
const globalConfigPath = path.join(Global.Path.config, "tui.json")
|
|
145
|
-
const backup = await Bun.file(globalConfigPath)
|
|
146
|
-
.text()
|
|
147
|
-
.catch(() => undefined)
|
|
148
|
-
|
|
149
|
-
await using tmp = await tmpdir({
|
|
150
|
-
init: async (dir) => {
|
|
151
|
-
const localPluginPath = path.join(dir, "local-plugin.ts")
|
|
152
|
-
const invalidPluginPath = path.join(dir, "invalid-plugin.ts")
|
|
153
|
-
const preloadedPluginPath = path.join(dir, "preloaded-plugin.ts")
|
|
154
|
-
const globalPluginPath = path.join(dir, "global-plugin.ts")
|
|
155
|
-
const localSpec = pathToFileURL(localPluginPath).href
|
|
156
|
-
const invalidSpec = pathToFileURL(invalidPluginPath).href
|
|
157
|
-
const preloadedSpec = pathToFileURL(preloadedPluginPath).href
|
|
158
|
-
const globalSpec = pathToFileURL(globalPluginPath).href
|
|
159
|
-
const localThemeFile = `local-theme-${stamp}.json`
|
|
160
|
-
const invalidThemeFile = `invalid-theme-${stamp}.json`
|
|
161
|
-
const globalThemeFile = `global-theme-${stamp}.json`
|
|
162
|
-
const preloadedThemeFile = `preloaded-theme-${stamp}.json`
|
|
163
|
-
const localThemeName = localThemeFile.replace(/\.json$/, "")
|
|
164
|
-
const invalidThemeName = invalidThemeFile.replace(/\.json$/, "")
|
|
165
|
-
const globalThemeName = globalThemeFile.replace(/\.json$/, "")
|
|
166
|
-
const preloadedThemeName = preloadedThemeFile.replace(/\.json$/, "")
|
|
167
|
-
const localThemePath = path.join(dir, localThemeFile)
|
|
168
|
-
const invalidThemePath = path.join(dir, invalidThemeFile)
|
|
169
|
-
const globalThemePath = path.join(dir, globalThemeFile)
|
|
170
|
-
const preloadedThemePath = path.join(dir, preloadedThemeFile)
|
|
171
|
-
const localDest = path.join(dir, ".miaw", "themes", localThemeFile)
|
|
172
|
-
const globalDest = path.join(Global.Path.config, "themes", globalThemeFile)
|
|
173
|
-
const preloadedDest = path.join(dir, ".miaw", "themes", preloadedThemeFile)
|
|
174
|
-
const fnMarker = path.join(dir, "function-called.txt")
|
|
175
|
-
const localMarker = path.join(dir, "local-called.json")
|
|
176
|
-
const invalidMarker = path.join(dir, "invalid-called.json")
|
|
177
|
-
const globalMarker = path.join(dir, "global-called.json")
|
|
178
|
-
const preloadedMarker = path.join(dir, "preloaded-called.json")
|
|
179
|
-
const localConfigPath = path.join(dir, "tui.json")
|
|
180
|
-
|
|
181
|
-
await Bun.write(localThemePath, JSON.stringify({ theme: { primary: "#101010" } }, null, 2))
|
|
182
|
-
await Bun.write(invalidThemePath, "{ invalid json }")
|
|
183
|
-
await Bun.write(globalThemePath, JSON.stringify({ theme: { primary: "#202020" } }, null, 2))
|
|
184
|
-
await Bun.write(preloadedThemePath, JSON.stringify({ theme: { primary: "#f0f0f0" } }, null, 2))
|
|
185
|
-
await Bun.write(preloadedDest, JSON.stringify({ theme: { primary: "#303030" } }, null, 2))
|
|
186
|
-
|
|
187
|
-
await Bun.write(
|
|
188
|
-
localPluginPath,
|
|
189
|
-
`import { createBindingLookup } from "@opentui/keymap/extras"
|
|
190
|
-
import { useBindings } from "@opentui/keymap/solid"
|
|
191
|
-
|
|
192
|
-
export const ignored = async (_input, options) => {
|
|
193
|
-
if (!options?.fn_marker) return
|
|
194
|
-
await Bun.write(options.fn_marker, "called")
|
|
195
|
-
}
|
|
196
|
-
|
|
197
|
-
export default {
|
|
198
|
-
id: "demo.local",
|
|
199
|
-
tui: async (api, options) => {
|
|
200
|
-
if (!options?.marker) return
|
|
201
|
-
const cfg_theme = api.tuiConfig.theme
|
|
202
|
-
const cfg_diff = api.tuiConfig.diff_style
|
|
203
|
-
const cfg_speed = api.tuiConfig.scroll_speed
|
|
204
|
-
const cfg_accel = api.tuiConfig.scroll_acceleration?.enabled
|
|
205
|
-
const has_keys = typeof api.keys.formatBindings === "function"
|
|
206
|
-
const keybinds = createBindingLookup(options.keybinds ?? {
|
|
207
|
-
"plugin.loader.local": "ctrl+shift+m",
|
|
208
|
-
"plugin.loader.close": "escape",
|
|
209
|
-
})
|
|
210
|
-
const bindings = keybinds.gather("plugin.loader", ["plugin.loader.local", "plugin.loader.close"])
|
|
211
|
-
const key_modal = bindings.find((item) => item.cmd === "plugin.loader.local")?.key
|
|
212
|
-
const key_close = bindings.find((item) => item.cmd === "plugin.loader.close")?.key
|
|
213
|
-
const key_unknown = "ctrl+k"
|
|
214
|
-
const off = api.keymap.registerLayer({
|
|
215
|
-
commands: [{ name: "plugin.loader.local", run() {} }, { name: "plugin.loader.close", run() {} }],
|
|
216
|
-
bindings,
|
|
217
|
-
})
|
|
218
|
-
off()
|
|
219
|
-
const kv_before = api.kv.get(options.kv_key, "missing")
|
|
220
|
-
api.kv.set(options.kv_key, "stored")
|
|
221
|
-
const kv_after = api.kv.get(options.kv_key, "missing")
|
|
222
|
-
const diff = api.state.session.diff(options.session_id)
|
|
223
|
-
const todo = api.state.session.todo(options.session_id)
|
|
224
|
-
const lsp = api.state.lsp()
|
|
225
|
-
const mcp = api.state.mcp()
|
|
226
|
-
const depth_before = api.ui.dialog.depth
|
|
227
|
-
const open_before = api.ui.dialog.open
|
|
228
|
-
const size_before = api.ui.dialog.size
|
|
229
|
-
api.ui.dialog.setSize("large")
|
|
230
|
-
const size_after = api.ui.dialog.size
|
|
231
|
-
api.ui.dialog.replace(() => null)
|
|
232
|
-
const depth_after = api.ui.dialog.depth
|
|
233
|
-
const open_after = api.ui.dialog.open
|
|
234
|
-
api.ui.dialog.clear()
|
|
235
|
-
const open_clear = api.ui.dialog.open
|
|
236
|
-
const before = api.theme.has(options.theme_name)
|
|
237
|
-
const set_missing = api.theme.set(options.theme_name)
|
|
238
|
-
await api.theme.install(options.theme_path)
|
|
239
|
-
const after = api.theme.has(options.theme_name)
|
|
240
|
-
const set_installed = api.theme.set(options.theme_name)
|
|
241
|
-
const first = await Bun.file(options.dest).text()
|
|
242
|
-
await Bun.write(options.source, JSON.stringify({ theme: { primary: "#fefefe" } }, null, 2))
|
|
243
|
-
await api.theme.install(options.theme_path)
|
|
244
|
-
const second = await Bun.file(options.dest).text()
|
|
245
|
-
await Bun.write(
|
|
246
|
-
options.marker,
|
|
247
|
-
JSON.stringify({
|
|
248
|
-
before,
|
|
249
|
-
set_missing,
|
|
250
|
-
after,
|
|
251
|
-
set_installed,
|
|
252
|
-
selected: api.theme.selected,
|
|
253
|
-
same: first === second,
|
|
254
|
-
key_modal,
|
|
255
|
-
key_close,
|
|
256
|
-
key_unknown,
|
|
257
|
-
has_keys,
|
|
258
|
-
has_keymap: typeof api.keymap.registerLayer === "function",
|
|
259
|
-
has_create_binding_lookup: typeof createBindingLookup === "function",
|
|
260
|
-
has_keymap_solid: typeof useBindings === "function",
|
|
261
|
-
kv_before,
|
|
262
|
-
kv_after,
|
|
263
|
-
kv_ready: api.kv.ready,
|
|
264
|
-
diff_count: diff.length,
|
|
265
|
-
diff_file: diff[0]?.file,
|
|
266
|
-
todo_count: todo.length,
|
|
267
|
-
todo_first: todo[0]?.content,
|
|
268
|
-
lsp_count: lsp.length,
|
|
269
|
-
mcp_count: mcp.length,
|
|
270
|
-
mcp_first: mcp[0]?.name,
|
|
271
|
-
depth_before,
|
|
272
|
-
open_before,
|
|
273
|
-
size_before,
|
|
274
|
-
size_after,
|
|
275
|
-
depth_after,
|
|
276
|
-
open_after,
|
|
277
|
-
open_clear,
|
|
278
|
-
cfg_theme,
|
|
279
|
-
cfg_diff,
|
|
280
|
-
cfg_speed,
|
|
281
|
-
cfg_accel,
|
|
282
|
-
}),
|
|
283
|
-
)
|
|
284
|
-
},
|
|
285
|
-
}
|
|
286
|
-
`,
|
|
287
|
-
)
|
|
288
|
-
|
|
289
|
-
await Bun.write(
|
|
290
|
-
invalidPluginPath,
|
|
291
|
-
`export default {
|
|
292
|
-
id: "demo.invalid",
|
|
293
|
-
tui: async (api, options) => {
|
|
294
|
-
if (!options?.marker) return
|
|
295
|
-
const before = api.theme.has(options.theme_name)
|
|
296
|
-
const set_missing = api.theme.set(options.theme_name)
|
|
297
|
-
await api.theme.install(options.theme_path)
|
|
298
|
-
const after = api.theme.has(options.theme_name)
|
|
299
|
-
const set_installed = api.theme.set(options.theme_name)
|
|
300
|
-
await Bun.write(
|
|
301
|
-
options.marker,
|
|
302
|
-
JSON.stringify({
|
|
303
|
-
before,
|
|
304
|
-
set_missing,
|
|
305
|
-
after,
|
|
306
|
-
set_installed,
|
|
307
|
-
}),
|
|
308
|
-
)
|
|
309
|
-
},
|
|
310
|
-
}
|
|
311
|
-
`,
|
|
312
|
-
)
|
|
313
|
-
|
|
314
|
-
await Bun.write(
|
|
315
|
-
preloadedPluginPath,
|
|
316
|
-
`export default {
|
|
317
|
-
id: "demo.preloaded",
|
|
318
|
-
tui: async (api, options) => {
|
|
319
|
-
if (!options?.marker) return
|
|
320
|
-
const before = api.theme.has(options.theme_name)
|
|
321
|
-
await api.theme.install(options.theme_path)
|
|
322
|
-
const after = api.theme.has(options.theme_name)
|
|
323
|
-
const text = await Bun.file(options.dest).text()
|
|
324
|
-
await Bun.write(
|
|
325
|
-
options.marker,
|
|
326
|
-
JSON.stringify({
|
|
327
|
-
before,
|
|
328
|
-
after,
|
|
329
|
-
text,
|
|
330
|
-
}),
|
|
331
|
-
)
|
|
332
|
-
},
|
|
333
|
-
}
|
|
334
|
-
`,
|
|
335
|
-
)
|
|
336
|
-
|
|
337
|
-
await Bun.write(
|
|
338
|
-
globalPluginPath,
|
|
339
|
-
`export default {
|
|
340
|
-
id: "demo.global",
|
|
341
|
-
tui: async (api, options) => {
|
|
342
|
-
if (!options?.marker) return
|
|
343
|
-
await api.theme.install(options.theme_path)
|
|
344
|
-
const has = api.theme.has(options.theme_name)
|
|
345
|
-
const set_installed = api.theme.set(options.theme_name)
|
|
346
|
-
await Bun.write(
|
|
347
|
-
options.marker,
|
|
348
|
-
JSON.stringify({
|
|
349
|
-
has,
|
|
350
|
-
set_installed,
|
|
351
|
-
selected: api.theme.selected,
|
|
352
|
-
}),
|
|
353
|
-
)
|
|
354
|
-
},
|
|
355
|
-
}
|
|
356
|
-
`,
|
|
357
|
-
)
|
|
358
|
-
|
|
359
|
-
await Bun.write(
|
|
360
|
-
globalConfigPath,
|
|
361
|
-
JSON.stringify(
|
|
362
|
-
{
|
|
363
|
-
plugin: [
|
|
364
|
-
[globalSpec, { marker: globalMarker, theme_path: `./${globalThemeFile}`, theme_name: globalThemeName }],
|
|
365
|
-
],
|
|
366
|
-
},
|
|
367
|
-
null,
|
|
368
|
-
2,
|
|
369
|
-
),
|
|
370
|
-
)
|
|
371
|
-
|
|
372
|
-
await Bun.write(
|
|
373
|
-
localConfigPath,
|
|
374
|
-
JSON.stringify(
|
|
375
|
-
{
|
|
376
|
-
plugin: [
|
|
377
|
-
[
|
|
378
|
-
localSpec,
|
|
379
|
-
{
|
|
380
|
-
fn_marker: fnMarker,
|
|
381
|
-
marker: localMarker,
|
|
382
|
-
source: localThemePath,
|
|
383
|
-
dest: localDest,
|
|
384
|
-
theme_path: `./${localThemeFile}`,
|
|
385
|
-
theme_name: localThemeName,
|
|
386
|
-
kv_key: "plugin_state_key",
|
|
387
|
-
session_id: "ses_test",
|
|
388
|
-
keybinds: {
|
|
389
|
-
modal: "ctrl+alt+m",
|
|
390
|
-
close: "q",
|
|
391
|
-
},
|
|
392
|
-
},
|
|
393
|
-
],
|
|
394
|
-
[
|
|
395
|
-
invalidSpec,
|
|
396
|
-
{
|
|
397
|
-
marker: invalidMarker,
|
|
398
|
-
theme_path: `./${invalidThemeFile}`,
|
|
399
|
-
theme_name: invalidThemeName,
|
|
400
|
-
},
|
|
401
|
-
],
|
|
402
|
-
[
|
|
403
|
-
preloadedSpec,
|
|
404
|
-
{
|
|
405
|
-
marker: preloadedMarker,
|
|
406
|
-
dest: preloadedDest,
|
|
407
|
-
theme_path: `./${preloadedThemeFile}`,
|
|
408
|
-
theme_name: preloadedThemeName,
|
|
409
|
-
},
|
|
410
|
-
],
|
|
411
|
-
],
|
|
412
|
-
},
|
|
413
|
-
null,
|
|
414
|
-
2,
|
|
415
|
-
),
|
|
416
|
-
)
|
|
417
|
-
|
|
418
|
-
return {
|
|
419
|
-
localThemeFile,
|
|
420
|
-
invalidThemeFile,
|
|
421
|
-
globalThemeFile,
|
|
422
|
-
preloadedThemeFile,
|
|
423
|
-
localThemeName,
|
|
424
|
-
invalidThemeName,
|
|
425
|
-
globalThemeName,
|
|
426
|
-
preloadedThemeName,
|
|
427
|
-
localDest,
|
|
428
|
-
globalDest,
|
|
429
|
-
preloadedDest,
|
|
430
|
-
localPluginPath,
|
|
431
|
-
invalidPluginPath,
|
|
432
|
-
globalPluginPath,
|
|
433
|
-
preloadedPluginPath,
|
|
434
|
-
localSpec,
|
|
435
|
-
invalidSpec,
|
|
436
|
-
globalSpec,
|
|
437
|
-
preloadedSpec,
|
|
438
|
-
fnMarker,
|
|
439
|
-
localMarker,
|
|
440
|
-
invalidMarker,
|
|
441
|
-
globalMarker,
|
|
442
|
-
preloadedMarker,
|
|
443
|
-
}
|
|
444
|
-
},
|
|
445
|
-
})
|
|
446
|
-
const cwd = spyOn(process, "cwd").mockImplementation(() => tmp.path)
|
|
447
|
-
const wait = spyOn(TuiConfig, "waitForDependencies").mockResolvedValue()
|
|
448
|
-
|
|
449
|
-
try {
|
|
450
|
-
expect(addTheme(tmp.extra.preloadedThemeName, { theme: { primary: "#303030" } })).toBe(true)
|
|
451
|
-
|
|
452
|
-
const localOpts = {
|
|
453
|
-
fn_marker: tmp.extra.fnMarker,
|
|
454
|
-
marker: tmp.extra.localMarker,
|
|
455
|
-
source: path.join(tmp.path, tmp.extra.localThemeFile),
|
|
456
|
-
dest: tmp.extra.localDest,
|
|
457
|
-
theme_path: `./${tmp.extra.localThemeFile}`,
|
|
458
|
-
theme_name: tmp.extra.localThemeName,
|
|
459
|
-
kv_key: "plugin_state_key",
|
|
460
|
-
session_id: "ses_test",
|
|
461
|
-
keybinds: {
|
|
462
|
-
"plugin.loader.local": "ctrl+alt+m",
|
|
463
|
-
"plugin.loader.close": "q",
|
|
464
|
-
},
|
|
465
|
-
}
|
|
466
|
-
const invalidOpts = {
|
|
467
|
-
marker: tmp.extra.invalidMarker,
|
|
468
|
-
theme_path: `./${tmp.extra.invalidThemeFile}`,
|
|
469
|
-
theme_name: tmp.extra.invalidThemeName,
|
|
470
|
-
}
|
|
471
|
-
const preloadedOpts = {
|
|
472
|
-
marker: tmp.extra.preloadedMarker,
|
|
473
|
-
dest: tmp.extra.preloadedDest,
|
|
474
|
-
theme_path: `./${tmp.extra.preloadedThemeFile}`,
|
|
475
|
-
theme_name: tmp.extra.preloadedThemeName,
|
|
476
|
-
}
|
|
477
|
-
const globalOpts = {
|
|
478
|
-
marker: tmp.extra.globalMarker,
|
|
479
|
-
theme_path: `./${tmp.extra.globalThemeFile}`,
|
|
480
|
-
theme_name: tmp.extra.globalThemeName,
|
|
481
|
-
}
|
|
482
|
-
|
|
483
|
-
const config = createTuiResolvedConfig({
|
|
484
|
-
plugin: [
|
|
485
|
-
[tmp.extra.localSpec, localOpts],
|
|
486
|
-
[tmp.extra.invalidSpec, invalidOpts],
|
|
487
|
-
[tmp.extra.preloadedSpec, preloadedOpts],
|
|
488
|
-
[tmp.extra.globalSpec, globalOpts],
|
|
489
|
-
],
|
|
490
|
-
plugin_origins: [
|
|
491
|
-
{ spec: [tmp.extra.localSpec, localOpts], scope: "local", source: path.join(tmp.path, "tui.json") },
|
|
492
|
-
{ spec: [tmp.extra.invalidSpec, invalidOpts], scope: "local", source: path.join(tmp.path, "tui.json") },
|
|
493
|
-
{ spec: [tmp.extra.preloadedSpec, preloadedOpts], scope: "local", source: path.join(tmp.path, "tui.json") },
|
|
494
|
-
{
|
|
495
|
-
spec: [tmp.extra.globalSpec, globalOpts],
|
|
496
|
-
scope: "global",
|
|
497
|
-
source: path.join(Global.Path.config, "tui.json"),
|
|
498
|
-
},
|
|
499
|
-
],
|
|
500
|
-
})
|
|
501
|
-
|
|
502
|
-
await TuiPluginRuntime.init({
|
|
503
|
-
api: createTuiPluginApi({
|
|
504
|
-
tuiConfig: {
|
|
505
|
-
theme: "smoke",
|
|
506
|
-
diff_style: "stacked",
|
|
507
|
-
scroll_speed: 1.5,
|
|
508
|
-
scroll_acceleration: { enabled: true },
|
|
509
|
-
},
|
|
510
|
-
state: {
|
|
511
|
-
session: {
|
|
512
|
-
diff(sessionID) {
|
|
513
|
-
if (sessionID !== "ses_test") return []
|
|
514
|
-
return [{ file: "src/app.ts", additions: 3, deletions: 1 }]
|
|
515
|
-
},
|
|
516
|
-
todo(sessionID) {
|
|
517
|
-
if (sessionID !== "ses_test") return []
|
|
518
|
-
return [{ content: "ship it", status: "pending" }]
|
|
519
|
-
},
|
|
520
|
-
},
|
|
521
|
-
lsp() {
|
|
522
|
-
return [{ id: "ts", root: "/tmp/project", status: "connected" }]
|
|
523
|
-
},
|
|
524
|
-
mcp() {
|
|
525
|
-
return [{ name: "github", status: "connected" }]
|
|
526
|
-
},
|
|
527
|
-
},
|
|
528
|
-
theme: {
|
|
529
|
-
has(name) {
|
|
530
|
-
return allThemes()[name] !== undefined
|
|
531
|
-
},
|
|
532
|
-
},
|
|
533
|
-
}),
|
|
534
|
-
config,
|
|
535
|
-
})
|
|
536
|
-
const local = await row(tmp.extra.localMarker)
|
|
537
|
-
const global = await row(tmp.extra.globalMarker)
|
|
538
|
-
const invalid = await row(tmp.extra.invalidMarker)
|
|
539
|
-
const preloaded = await row(tmp.extra.preloadedMarker)
|
|
540
|
-
const fn_called = await fs
|
|
541
|
-
.readFile(tmp.extra.fnMarker, "utf8")
|
|
542
|
-
.then(() => true)
|
|
543
|
-
.catch(() => false)
|
|
544
|
-
const local_installed = await fs.readFile(tmp.extra.localDest, "utf8")
|
|
545
|
-
const global_installed = await fs.readFile(tmp.extra.globalDest, "utf8")
|
|
546
|
-
const preloaded_installed = await fs.readFile(tmp.extra.preloadedDest, "utf8")
|
|
547
|
-
const leaked_local_to_global = await fs
|
|
548
|
-
.stat(path.join(Global.Path.config, "themes", tmp.extra.localThemeFile))
|
|
549
|
-
.then(() => true)
|
|
550
|
-
.catch(() => false)
|
|
551
|
-
const leaked_global_to_local = await fs
|
|
552
|
-
.stat(path.join(tmp.path, ".miaw", "themes", tmp.extra.globalThemeFile))
|
|
553
|
-
.then(() => true)
|
|
554
|
-
.catch(() => false)
|
|
555
|
-
|
|
556
|
-
return {
|
|
557
|
-
local,
|
|
558
|
-
global,
|
|
559
|
-
invalid,
|
|
560
|
-
preloaded,
|
|
561
|
-
fn_called,
|
|
562
|
-
local_installed,
|
|
563
|
-
global_installed,
|
|
564
|
-
preloaded_installed,
|
|
565
|
-
leaked_local_to_global,
|
|
566
|
-
leaked_global_to_local,
|
|
567
|
-
local_theme: tmp.extra.localThemeName,
|
|
568
|
-
global_theme: tmp.extra.globalThemeName,
|
|
569
|
-
}
|
|
570
|
-
} finally {
|
|
571
|
-
await TuiPluginRuntime.dispose()
|
|
572
|
-
cwd.mockRestore()
|
|
573
|
-
wait.mockRestore()
|
|
574
|
-
if (backup === undefined) {
|
|
575
|
-
await fs.rm(globalConfigPath, { force: true })
|
|
576
|
-
} else {
|
|
577
|
-
await Bun.write(globalConfigPath, backup)
|
|
578
|
-
}
|
|
579
|
-
await fs.rm(tmp.extra.globalDest, { force: true }).catch(() => {})
|
|
580
|
-
}
|
|
581
|
-
}
|
|
582
|
-
|
|
583
|
-
test("continues loading when a plugin is missing config metadata", async () => {
|
|
584
|
-
await using tmp = await tmpdir({
|
|
585
|
-
init: async (dir) => {
|
|
586
|
-
const bad = path.join(dir, "missing-meta-plugin.ts")
|
|
587
|
-
const good = path.join(dir, "next-plugin.ts")
|
|
588
|
-
const bare = path.join(dir, "plain-plugin.ts")
|
|
589
|
-
const badSpec = pathToFileURL(bad).href
|
|
590
|
-
const goodSpec = pathToFileURL(good).href
|
|
591
|
-
const bareSpec = pathToFileURL(bare).href
|
|
592
|
-
const goodMarker = path.join(dir, "next-called.txt")
|
|
593
|
-
const bareMarker = path.join(dir, "plain-called.txt")
|
|
594
|
-
|
|
595
|
-
for (const [file, id] of [
|
|
596
|
-
[bad, "demo.missing-meta"],
|
|
597
|
-
[good, "demo.next"],
|
|
598
|
-
] as const) {
|
|
599
|
-
await Bun.write(
|
|
600
|
-
file,
|
|
601
|
-
`export default {
|
|
602
|
-
id: "${id}",
|
|
603
|
-
tui: async (_api, options) => {
|
|
604
|
-
if (!options?.marker) return
|
|
605
|
-
await Bun.write(options.marker, "called")
|
|
606
|
-
},
|
|
607
|
-
}
|
|
608
|
-
`,
|
|
609
|
-
)
|
|
610
|
-
}
|
|
611
|
-
|
|
612
|
-
await Bun.write(
|
|
613
|
-
bare,
|
|
614
|
-
`export default {
|
|
615
|
-
id: "demo.plain",
|
|
616
|
-
tui: async (_api, options) => {
|
|
617
|
-
await Bun.write(${JSON.stringify(bareMarker)}, options === undefined ? "undefined" : "value")
|
|
618
|
-
},
|
|
619
|
-
}
|
|
620
|
-
`,
|
|
621
|
-
)
|
|
622
|
-
|
|
623
|
-
return { badSpec, goodSpec, bareSpec, goodMarker, bareMarker }
|
|
624
|
-
},
|
|
625
|
-
})
|
|
626
|
-
|
|
627
|
-
process.env.MIAW_PLUGIN_META_FILE = path.join(tmp.path, "plugin-meta.json")
|
|
628
|
-
const config = createTuiResolvedConfig({
|
|
629
|
-
plugin: [
|
|
630
|
-
[tmp.extra.badSpec, { marker: path.join(tmp.path, "bad.txt") }],
|
|
631
|
-
[tmp.extra.goodSpec, { marker: tmp.extra.goodMarker }],
|
|
632
|
-
tmp.extra.bareSpec,
|
|
633
|
-
],
|
|
634
|
-
plugin_origins: [
|
|
635
|
-
{
|
|
636
|
-
spec: [tmp.extra.goodSpec, { marker: tmp.extra.goodMarker }],
|
|
637
|
-
scope: "local",
|
|
638
|
-
source: path.join(tmp.path, "tui.json"),
|
|
639
|
-
},
|
|
640
|
-
{
|
|
641
|
-
spec: tmp.extra.bareSpec,
|
|
642
|
-
scope: "local",
|
|
643
|
-
source: path.join(tmp.path, "tui.json"),
|
|
644
|
-
},
|
|
645
|
-
],
|
|
646
|
-
})
|
|
647
|
-
const wait = spyOn(TuiConfig, "waitForDependencies").mockResolvedValue()
|
|
648
|
-
const cwd = spyOn(process, "cwd").mockImplementation(() => tmp.path)
|
|
649
|
-
|
|
650
|
-
try {
|
|
651
|
-
await TuiPluginRuntime.init({ api: createTuiPluginApi(), config })
|
|
652
|
-
// bad plugin was skipped (no metadata entry)
|
|
653
|
-
await expect(fs.readFile(path.join(tmp.path, "bad.txt"), "utf8")).rejects.toThrow()
|
|
654
|
-
// good plugin loaded fine
|
|
655
|
-
await expect(fs.readFile(tmp.extra.goodMarker, "utf8")).resolves.toBe("called")
|
|
656
|
-
// bare string spec gets undefined options
|
|
657
|
-
await expect(fs.readFile(tmp.extra.bareMarker, "utf8")).resolves.toBe("undefined")
|
|
658
|
-
} finally {
|
|
659
|
-
await TuiPluginRuntime.dispose()
|
|
660
|
-
cwd.mockRestore()
|
|
661
|
-
wait.mockRestore()
|
|
662
|
-
delete process.env.MIAW_PLUGIN_META_FILE
|
|
663
|
-
}
|
|
664
|
-
})
|
|
665
|
-
|
|
666
|
-
test("does not wait on permanent tui plugin startup failures", async () => {
|
|
667
|
-
await using tmp = await tmpdir({
|
|
668
|
-
init: async (dir) => {
|
|
669
|
-
const binary = path.join(dir, "binary-plugin")
|
|
670
|
-
const invalidShape = path.join(dir, "invalid-shape-plugin.ts")
|
|
671
|
-
const missingID = path.join(dir, "missing-id-plugin.ts")
|
|
672
|
-
const good = path.join(dir, "good-plugin.ts")
|
|
673
|
-
const marker = path.join(dir, "good-called.txt")
|
|
674
|
-
|
|
675
|
-
await Bun.write(binary, new Uint8Array([0xcf, 0xfa, 0xed, 0xfe, 0x0c, 0x00, 0x00, 0x01]))
|
|
676
|
-
await Bun.write(invalidShape, `export default { id: "demo.invalid.shape" }\n`)
|
|
677
|
-
await Bun.write(missingID, `export default { tui: async () => {} }\n`)
|
|
678
|
-
await Bun.write(
|
|
679
|
-
good,
|
|
680
|
-
`export default {
|
|
681
|
-
id: "demo.good.after-bad",
|
|
682
|
-
tui: async () => {
|
|
683
|
-
await Bun.write(${JSON.stringify(marker)}, "called")
|
|
684
|
-
},
|
|
685
|
-
}
|
|
686
|
-
`,
|
|
687
|
-
)
|
|
688
|
-
|
|
689
|
-
return {
|
|
690
|
-
binarySpec: pathToFileURL(binary).href,
|
|
691
|
-
invalidShapeSpec: pathToFileURL(invalidShape).href,
|
|
692
|
-
missingIDSpec: pathToFileURL(missingID).href,
|
|
693
|
-
goodSpec: pathToFileURL(good).href,
|
|
694
|
-
marker,
|
|
695
|
-
}
|
|
696
|
-
},
|
|
697
|
-
})
|
|
698
|
-
|
|
699
|
-
process.env.MIAW_PLUGIN_META_FILE = path.join(tmp.path, "plugin-meta.json")
|
|
700
|
-
const wait = spyOn(TuiConfig, "waitForDependencies").mockResolvedValue()
|
|
701
|
-
const cwd = spyOn(process, "cwd").mockImplementation(() => tmp.path)
|
|
702
|
-
|
|
703
|
-
try {
|
|
704
|
-
await TuiPluginRuntime.init({
|
|
705
|
-
api: createTuiPluginApi(),
|
|
706
|
-
config: createTuiResolvedConfig({
|
|
707
|
-
plugin: [tmp.extra.binarySpec, tmp.extra.invalidShapeSpec, tmp.extra.missingIDSpec, tmp.extra.goodSpec],
|
|
708
|
-
plugin_origins: [
|
|
709
|
-
{ spec: tmp.extra.binarySpec, scope: "local", source: path.join(tmp.path, "tui.json") },
|
|
710
|
-
{ spec: tmp.extra.invalidShapeSpec, scope: "local", source: path.join(tmp.path, "tui.json") },
|
|
711
|
-
{ spec: tmp.extra.missingIDSpec, scope: "local", source: path.join(tmp.path, "tui.json") },
|
|
712
|
-
{ spec: tmp.extra.goodSpec, scope: "local", source: path.join(tmp.path, "tui.json") },
|
|
713
|
-
],
|
|
714
|
-
}),
|
|
715
|
-
})
|
|
716
|
-
|
|
717
|
-
expect(wait).toHaveBeenCalledTimes(0)
|
|
718
|
-
await expect(fs.readFile(tmp.extra.marker, "utf8")).resolves.toBe("called")
|
|
719
|
-
expect(TuiPluginRuntime.list().find((item) => item.id === "demo.good.after-bad")?.active).toBe(true)
|
|
720
|
-
expect(TuiPluginRuntime.list().some((item) => item.spec === tmp.extra.binarySpec)).toBe(false)
|
|
721
|
-
expect(TuiPluginRuntime.list().some((item) => item.spec === tmp.extra.invalidShapeSpec)).toBe(false)
|
|
722
|
-
expect(TuiPluginRuntime.list().some((item) => item.spec === tmp.extra.missingIDSpec)).toBe(false)
|
|
723
|
-
} finally {
|
|
724
|
-
await TuiPluginRuntime.dispose()
|
|
725
|
-
cwd.mockRestore()
|
|
726
|
-
wait.mockRestore()
|
|
727
|
-
delete process.env.MIAW_PLUGIN_META_FILE
|
|
728
|
-
}
|
|
729
|
-
})
|
|
730
|
-
|
|
731
|
-
test("initializes external tui plugins in config order", async () => {
|
|
732
|
-
const globalJson = path.join(Global.Path.config, "tui.json")
|
|
733
|
-
const globalJsonc = path.join(Global.Path.config, "tui.jsonc")
|
|
734
|
-
const backupJson = await Bun.file(globalJson)
|
|
735
|
-
.text()
|
|
736
|
-
.catch(() => undefined)
|
|
737
|
-
const backupJsonc = await Bun.file(globalJsonc)
|
|
738
|
-
.text()
|
|
739
|
-
.catch(() => undefined)
|
|
740
|
-
|
|
741
|
-
await fs.rm(globalJson, { force: true }).catch(() => {})
|
|
742
|
-
await fs.rm(globalJsonc, { force: true }).catch(() => {})
|
|
743
|
-
|
|
744
|
-
await using tmp = await tmpdir({
|
|
745
|
-
init: async (dir) => {
|
|
746
|
-
const a = path.join(dir, "order-a.ts")
|
|
747
|
-
const b = path.join(dir, "order-b.ts")
|
|
748
|
-
const aSpec = pathToFileURL(a).href
|
|
749
|
-
const bSpec = pathToFileURL(b).href
|
|
750
|
-
const marker = path.join(dir, "tui-order.txt")
|
|
751
|
-
|
|
752
|
-
await Bun.write(
|
|
753
|
-
a,
|
|
754
|
-
`import fs from "fs/promises"
|
|
755
|
-
|
|
756
|
-
export default {
|
|
757
|
-
id: "demo.tui.order.a",
|
|
758
|
-
tui: async () => {
|
|
759
|
-
await fs.appendFile(${JSON.stringify(marker)}, "a-start\\n")
|
|
760
|
-
await Bun.sleep(25)
|
|
761
|
-
await fs.appendFile(${JSON.stringify(marker)}, "a-end\\n")
|
|
762
|
-
},
|
|
763
|
-
}
|
|
764
|
-
`,
|
|
765
|
-
)
|
|
766
|
-
await Bun.write(
|
|
767
|
-
b,
|
|
768
|
-
`import fs from "fs/promises"
|
|
769
|
-
|
|
770
|
-
export default {
|
|
771
|
-
id: "demo.tui.order.b",
|
|
772
|
-
tui: async () => {
|
|
773
|
-
await fs.appendFile(${JSON.stringify(marker)}, "b\\n")
|
|
774
|
-
},
|
|
775
|
-
}
|
|
776
|
-
`,
|
|
777
|
-
)
|
|
778
|
-
await Bun.write(path.join(dir, "tui.json"), JSON.stringify({ plugin: [aSpec, bSpec] }, null, 2))
|
|
779
|
-
|
|
780
|
-
return { marker }
|
|
781
|
-
},
|
|
782
|
-
})
|
|
783
|
-
|
|
784
|
-
process.env.MIAW_PLUGIN_META_FILE = path.join(tmp.path, "plugin-meta.json")
|
|
785
|
-
const cwd = spyOn(process, "cwd").mockImplementation(() => tmp.path)
|
|
786
|
-
|
|
787
|
-
try {
|
|
788
|
-
const a = path.join(tmp.path, "order-a.ts")
|
|
789
|
-
const b = path.join(tmp.path, "order-b.ts")
|
|
790
|
-
const aSpec = pathToFileURL(a).href
|
|
791
|
-
const bSpec = pathToFileURL(b).href
|
|
792
|
-
const config = createTuiResolvedConfig({
|
|
793
|
-
plugin: [aSpec, bSpec],
|
|
794
|
-
plugin_origins: [
|
|
795
|
-
{ spec: aSpec, scope: "local", source: path.join(tmp.path, "tui.json") },
|
|
796
|
-
{ spec: bSpec, scope: "local", source: path.join(tmp.path, "tui.json") },
|
|
797
|
-
],
|
|
798
|
-
})
|
|
799
|
-
await TuiPluginRuntime.init({ api: createTuiPluginApi(), config })
|
|
800
|
-
const lines = (await fs.readFile(tmp.extra.marker, "utf8")).trim().split("\n")
|
|
801
|
-
expect(lines).toEqual(["a-start", "a-end", "b"])
|
|
802
|
-
} finally {
|
|
803
|
-
await TuiPluginRuntime.dispose()
|
|
804
|
-
cwd.mockRestore()
|
|
805
|
-
delete process.env.MIAW_PLUGIN_META_FILE
|
|
806
|
-
|
|
807
|
-
if (backupJson === undefined) {
|
|
808
|
-
await fs.rm(globalJson, { force: true }).catch(() => {})
|
|
809
|
-
} else {
|
|
810
|
-
await Bun.write(globalJson, backupJson)
|
|
811
|
-
}
|
|
812
|
-
if (backupJsonc === undefined) {
|
|
813
|
-
await fs.rm(globalJsonc, { force: true }).catch(() => {})
|
|
814
|
-
} else {
|
|
815
|
-
await Bun.write(globalJsonc, backupJsonc)
|
|
816
|
-
}
|
|
817
|
-
}
|
|
818
|
-
})
|
|
819
|
-
|
|
820
|
-
test("does not bootstrap server plugins while initializing tui plugins", async () => {
|
|
821
|
-
await using tmp = await tmpdir({
|
|
822
|
-
init: async (dir) => {
|
|
823
|
-
const marker = path.join(dir, "server-plugin-called.txt")
|
|
824
|
-
const plugin = path.join(dir, "server-plugin.ts")
|
|
825
|
-
await Bun.write(
|
|
826
|
-
plugin,
|
|
827
|
-
[
|
|
828
|
-
"export default async () => {",
|
|
829
|
-
` await Bun.write(${JSON.stringify(marker)}, "called")`,
|
|
830
|
-
" return {}",
|
|
831
|
-
"}",
|
|
832
|
-
"",
|
|
833
|
-
].join("\n"),
|
|
834
|
-
)
|
|
835
|
-
await Bun.write(path.join(dir, "miaw.json"), JSON.stringify({ plugin: [pathToFileURL(plugin).href] }))
|
|
836
|
-
return { marker }
|
|
837
|
-
},
|
|
838
|
-
})
|
|
839
|
-
|
|
840
|
-
const mock = mockTuiRuntime(tmp.path, [])
|
|
841
|
-
try {
|
|
842
|
-
await TuiPluginRuntime.init({ api: createTuiPluginApi(), config: mock.config })
|
|
843
|
-
await expect(fs.stat(tmp.extra.marker)).rejects.toThrow()
|
|
844
|
-
} finally {
|
|
845
|
-
await TuiPluginRuntime.dispose()
|
|
846
|
-
mock.restore()
|
|
847
|
-
}
|
|
848
|
-
})
|
|
849
|
-
|
|
850
|
-
describe("tui.plugin.loader", () => {
|
|
851
|
-
let data: Data
|
|
852
|
-
|
|
853
|
-
beforeAll(async () => {
|
|
854
|
-
data = await load()
|
|
855
|
-
})
|
|
856
|
-
|
|
857
|
-
test("passes keybind, kv, state, and dialog APIs to v1 plugins", () => {
|
|
858
|
-
expect(data.local.key_modal).toBe("ctrl+alt+m")
|
|
859
|
-
expect(data.local.key_close).toBe("q")
|
|
860
|
-
expect(data.local.key_unknown).toBe("ctrl+k")
|
|
861
|
-
expect(data.local.has_keys).toBe(true)
|
|
862
|
-
expect(data.local.has_keymap).toBe(true)
|
|
863
|
-
expect(data.local.has_create_binding_lookup).toBe(true)
|
|
864
|
-
expect(data.local.has_keymap_solid).toBe(true)
|
|
865
|
-
expect(data.local.kv_before).toBe("missing")
|
|
866
|
-
expect(data.local.kv_after).toBe("stored")
|
|
867
|
-
expect(data.local.kv_ready).toBe(true)
|
|
868
|
-
expect(data.local.diff_count).toBe(1)
|
|
869
|
-
expect(data.local.diff_file).toBe("src/app.ts")
|
|
870
|
-
expect(data.local.todo_count).toBe(1)
|
|
871
|
-
expect(data.local.todo_first).toBe("ship it")
|
|
872
|
-
expect(data.local.lsp_count).toBe(1)
|
|
873
|
-
expect(data.local.mcp_count).toBe(1)
|
|
874
|
-
expect(data.local.mcp_first).toBe("github")
|
|
875
|
-
expect(data.local.depth_before).toBe(0)
|
|
876
|
-
expect(data.local.open_before).toBe(false)
|
|
877
|
-
expect(data.local.size_before).toBe("medium")
|
|
878
|
-
expect(data.local.size_after).toBe("large")
|
|
879
|
-
expect(data.local.depth_after).toBe(1)
|
|
880
|
-
expect(data.local.open_after).toBe(true)
|
|
881
|
-
expect(data.local.open_clear).toBe(false)
|
|
882
|
-
expect(data.local.cfg_theme).toBe("smoke")
|
|
883
|
-
expect(data.local.cfg_diff).toBe("stacked")
|
|
884
|
-
expect(data.local.cfg_speed).toBe(1.5)
|
|
885
|
-
expect(data.local.cfg_accel).toBe(true)
|
|
886
|
-
})
|
|
887
|
-
|
|
888
|
-
test("installs themes in the correct scope and remains resilient", () => {
|
|
889
|
-
expect(data.local.before).toBe(false)
|
|
890
|
-
expect(data.local.set_missing).toBe(false)
|
|
891
|
-
expect(data.local.after).toBe(true)
|
|
892
|
-
expect(data.local.set_installed).toBe(true)
|
|
893
|
-
expect(data.local.selected).toBe(data.local_theme)
|
|
894
|
-
expect(data.local.same).toBe(true)
|
|
895
|
-
|
|
896
|
-
expect(data.global.has).toBe(true)
|
|
897
|
-
expect(data.global.set_installed).toBe(true)
|
|
898
|
-
expect(data.global.selected).toBe(data.global_theme)
|
|
899
|
-
|
|
900
|
-
expect(data.invalid.before).toBe(false)
|
|
901
|
-
expect(data.invalid.set_missing).toBe(false)
|
|
902
|
-
expect(data.invalid.after).toBe(false)
|
|
903
|
-
expect(data.invalid.set_installed).toBe(false)
|
|
904
|
-
|
|
905
|
-
expect(data.preloaded.before).toBe(true)
|
|
906
|
-
expect(data.preloaded.after).toBe(true)
|
|
907
|
-
expect(data.preloaded.text).toContain("#303030")
|
|
908
|
-
expect(data.preloaded.text).not.toContain("#f0f0f0")
|
|
909
|
-
|
|
910
|
-
expect(data.fn_called).toBe(false)
|
|
911
|
-
expect(data.local_installed).toContain("#101010")
|
|
912
|
-
expect(data.local_installed).not.toContain("#fefefe")
|
|
913
|
-
expect(data.global_installed).toContain("#202020")
|
|
914
|
-
expect(data.preloaded_installed).toContain("#303030")
|
|
915
|
-
expect(data.preloaded_installed).not.toContain("#f0f0f0")
|
|
916
|
-
expect(data.leaked_local_to_global).toBe(false)
|
|
917
|
-
expect(data.leaked_global_to_local).toBe(false)
|
|
918
|
-
})
|
|
919
|
-
})
|
|
920
|
-
|
|
921
|
-
test("auto-disposes plugin keymap layers", async () => {
|
|
922
|
-
await using tmp = await tmpdir({
|
|
923
|
-
init: async (dir) => {
|
|
924
|
-
const file = path.join(dir, "keymap-cleanup-plugin.ts")
|
|
925
|
-
const spec = pathToFileURL(file).href
|
|
926
|
-
|
|
927
|
-
await Bun.write(
|
|
928
|
-
file,
|
|
929
|
-
`export default {
|
|
930
|
-
id: "demo.keymap.cleanup",
|
|
931
|
-
tui: async (api) => {
|
|
932
|
-
api.keymap.registerLayer({
|
|
933
|
-
commands: [{ name: "demo.keymap.cleanup", run() {} }],
|
|
934
|
-
bindings: [{ key: "ctrl+g", cmd: "demo.keymap.cleanup" }],
|
|
935
|
-
})
|
|
936
|
-
},
|
|
937
|
-
}
|
|
938
|
-
`,
|
|
939
|
-
)
|
|
940
|
-
|
|
941
|
-
return { spec }
|
|
942
|
-
},
|
|
943
|
-
})
|
|
944
|
-
|
|
945
|
-
let command_add = 0
|
|
946
|
-
let command_drop = 0
|
|
947
|
-
const keymap = {
|
|
948
|
-
registerLayer(layer: { commands?: Array<{ name: string }> }) {
|
|
949
|
-
const tracked = layer.commands?.some((item) => item.name === "demo.keymap.cleanup") ?? false
|
|
950
|
-
if (tracked) command_add += 1
|
|
951
|
-
return () => {
|
|
952
|
-
if (!tracked) return
|
|
953
|
-
command_drop += 1
|
|
954
|
-
}
|
|
955
|
-
},
|
|
956
|
-
} as NonNullable<Parameters<typeof createTuiPluginApi>[0]>["keymap"]
|
|
957
|
-
const wait = spyOn(TuiConfig, "waitForDependencies").mockResolvedValue()
|
|
958
|
-
const cwd = spyOn(process, "cwd").mockImplementation(() => tmp.path)
|
|
959
|
-
|
|
960
|
-
try {
|
|
961
|
-
await TuiPluginRuntime.init({
|
|
962
|
-
api: createTuiPluginApi({ keymap }),
|
|
963
|
-
config: createTuiResolvedConfig({
|
|
964
|
-
plugin: [tmp.extra.spec],
|
|
965
|
-
plugin_origins: [{ spec: tmp.extra.spec, scope: "local", source: path.join(tmp.path, "tui.json") }],
|
|
966
|
-
}),
|
|
967
|
-
})
|
|
968
|
-
|
|
969
|
-
expect(command_add).toBe(1)
|
|
970
|
-
expect(command_drop).toBe(0)
|
|
971
|
-
} finally {
|
|
972
|
-
await TuiPluginRuntime.dispose()
|
|
973
|
-
expect(command_drop).toBe(1)
|
|
974
|
-
cwd.mockRestore()
|
|
975
|
-
wait.mockRestore()
|
|
976
|
-
}
|
|
977
|
-
})
|
|
978
|
-
|
|
979
|
-
test("plugin keymap proxy preserves real keymap receiver", async () => {
|
|
980
|
-
await using tmp = await tmpdir({
|
|
981
|
-
init: async (dir) => {
|
|
982
|
-
const file = path.join(dir, "keymap-receiver-plugin.ts")
|
|
983
|
-
const spec = pathToFileURL(file).href
|
|
984
|
-
const marker = path.join(dir, "keymap-receiver.txt")
|
|
985
|
-
|
|
986
|
-
await Bun.write(
|
|
987
|
-
file,
|
|
988
|
-
`export default {
|
|
989
|
-
id: "demo.keymap.receiver",
|
|
990
|
-
tui: async (api) => {
|
|
991
|
-
api.keymap.setData("demo.receiver", "ok")
|
|
992
|
-
await Bun.write(${JSON.stringify(marker)}, String(api.keymap.getData("demo.receiver")))
|
|
993
|
-
},
|
|
994
|
-
}
|
|
995
|
-
`,
|
|
996
|
-
)
|
|
997
|
-
|
|
998
|
-
return { spec, marker }
|
|
999
|
-
},
|
|
1000
|
-
})
|
|
1001
|
-
|
|
1002
|
-
const harness = createTestKeymap({ defaultKeys: true })
|
|
1003
|
-
const wait = spyOn(TuiConfig, "waitForDependencies").mockResolvedValue()
|
|
1004
|
-
const cwd = spyOn(process, "cwd").mockImplementation(() => tmp.path)
|
|
1005
|
-
|
|
1006
|
-
try {
|
|
1007
|
-
await TuiPluginRuntime.init({
|
|
1008
|
-
api: createTuiPluginApi({
|
|
1009
|
-
keymap: harness.keymap as unknown as NonNullable<Parameters<typeof createTuiPluginApi>[0]>["keymap"],
|
|
1010
|
-
}),
|
|
1011
|
-
config: createTuiResolvedConfig({
|
|
1012
|
-
plugin: [tmp.extra.spec],
|
|
1013
|
-
plugin_origins: [{ spec: tmp.extra.spec, scope: "local", source: path.join(tmp.path, "tui.json") }],
|
|
1014
|
-
}),
|
|
1015
|
-
})
|
|
1016
|
-
|
|
1017
|
-
await expect(fs.readFile(tmp.extra.marker, "utf8")).resolves.toBe("ok")
|
|
1018
|
-
expect(harness.keymap.getData("demo.receiver")).toBe("ok")
|
|
1019
|
-
} finally {
|
|
1020
|
-
await TuiPluginRuntime.dispose()
|
|
1021
|
-
harness.cleanup()
|
|
1022
|
-
cwd.mockRestore()
|
|
1023
|
-
wait.mockRestore()
|
|
1024
|
-
}
|
|
1025
|
-
})
|
|
1026
|
-
|
|
1027
|
-
test("auto-disposes plugin attention sound packs and resolves sound paths", async () => {
|
|
1028
|
-
await using tmp = await tmpdir({
|
|
1029
|
-
init: async (dir) => {
|
|
1030
|
-
const file = path.join(dir, "attention-soundpack-plugin.ts")
|
|
1031
|
-
const spec = pathToFileURL(file).href
|
|
1032
|
-
const absolute = path.join(dir, "sounds", "default.mp3")
|
|
1033
|
-
const url = pathToFileURL(path.join(dir, "sounds", "error.mp3")).href
|
|
1034
|
-
|
|
1035
|
-
await Bun.write(
|
|
1036
|
-
file,
|
|
1037
|
-
`export default {
|
|
1038
|
-
id: "demo.attention.soundpack",
|
|
1039
|
-
tui: async (api) => {
|
|
1040
|
-
api.attention.soundboard.registerPack({
|
|
1041
|
-
id: "demo.pack",
|
|
1042
|
-
sounds: {
|
|
1043
|
-
default: ${JSON.stringify(absolute)},
|
|
1044
|
-
question: "sounds/question.mp3",
|
|
1045
|
-
done: " sounds/done.mp3 ",
|
|
1046
|
-
subagent_done: "sounds/subagent-done.mp3",
|
|
1047
|
-
error: ${JSON.stringify(url)},
|
|
1048
|
-
nope: "sounds/nope.mp3",
|
|
1049
|
-
permission: "",
|
|
1050
|
-
},
|
|
1051
|
-
})
|
|
1052
|
-
},
|
|
1053
|
-
}
|
|
1054
|
-
`,
|
|
1055
|
-
)
|
|
1056
|
-
|
|
1057
|
-
return { spec }
|
|
1058
|
-
},
|
|
1059
|
-
})
|
|
1060
|
-
|
|
1061
|
-
const packs: TuiAttentionSoundPack[] = []
|
|
1062
|
-
let dropped = 0
|
|
1063
|
-
const attention = {
|
|
1064
|
-
soundboard: {
|
|
1065
|
-
registerPack(pack: TuiAttentionSoundPack) {
|
|
1066
|
-
packs.push(pack)
|
|
1067
|
-
return () => {
|
|
1068
|
-
dropped += 1
|
|
1069
|
-
}
|
|
1070
|
-
},
|
|
1071
|
-
},
|
|
1072
|
-
}
|
|
1073
|
-
const wait = spyOn(TuiConfig, "waitForDependencies").mockResolvedValue()
|
|
1074
|
-
const cwd = spyOn(process, "cwd").mockImplementation(() => tmp.path)
|
|
1075
|
-
|
|
1076
|
-
try {
|
|
1077
|
-
await TuiPluginRuntime.init({
|
|
1078
|
-
api: createTuiPluginApi({ attention }),
|
|
1079
|
-
config: createTuiResolvedConfig({
|
|
1080
|
-
plugin: [tmp.extra.spec],
|
|
1081
|
-
plugin_origins: [{ spec: tmp.extra.spec, scope: "local", source: path.join(tmp.path, "tui.json") }],
|
|
1082
|
-
}),
|
|
1083
|
-
})
|
|
1084
|
-
|
|
1085
|
-
expect(packs).toEqual([
|
|
1086
|
-
{
|
|
1087
|
-
id: "demo.pack",
|
|
1088
|
-
sounds: {
|
|
1089
|
-
default: path.join(tmp.path, "sounds", "default.mp3"),
|
|
1090
|
-
question: path.join(tmp.path, "sounds", "question.mp3"),
|
|
1091
|
-
done: path.join(tmp.path, "sounds", "done.mp3"),
|
|
1092
|
-
subagent_done: path.join(tmp.path, "sounds", "subagent-done.mp3"),
|
|
1093
|
-
error: path.join(tmp.path, "sounds", "error.mp3"),
|
|
1094
|
-
},
|
|
1095
|
-
},
|
|
1096
|
-
])
|
|
1097
|
-
expect(dropped).toBe(0)
|
|
1098
|
-
} finally {
|
|
1099
|
-
await TuiPluginRuntime.dispose()
|
|
1100
|
-
expect(dropped).toBe(1)
|
|
1101
|
-
cwd.mockRestore()
|
|
1102
|
-
wait.mockRestore()
|
|
1103
|
-
}
|
|
1104
|
-
})
|
|
1105
|
-
|
|
1106
|
-
test("auto-disposes plugin keymap transformers", async () => {
|
|
1107
|
-
await using tmp = await tmpdir({
|
|
1108
|
-
init: async (dir) => {
|
|
1109
|
-
const file = path.join(dir, "keymap-transformer-cleanup-plugin.ts")
|
|
1110
|
-
const spec = pathToFileURL(file).href
|
|
1111
|
-
|
|
1112
|
-
await Bun.write(
|
|
1113
|
-
file,
|
|
1114
|
-
`export default {
|
|
1115
|
-
id: "demo.keymap.transformer.cleanup",
|
|
1116
|
-
tui: async (api) => {
|
|
1117
|
-
api.keymap.prependLayerBindingsTransformer((bindings) => bindings)
|
|
1118
|
-
api.keymap.appendLayerBindingsTransformer((bindings) => bindings)
|
|
1119
|
-
api.keymap.prependCommandTransformer(() => {})
|
|
1120
|
-
api.keymap.appendCommandTransformer(() => {})
|
|
1121
|
-
},
|
|
1122
|
-
}
|
|
1123
|
-
`,
|
|
1124
|
-
)
|
|
1125
|
-
|
|
1126
|
-
return { spec }
|
|
1127
|
-
},
|
|
1128
|
-
})
|
|
1129
|
-
|
|
1130
|
-
let add = 0
|
|
1131
|
-
let drop = 0
|
|
1132
|
-
const track = () => {
|
|
1133
|
-
add += 1
|
|
1134
|
-
return () => {
|
|
1135
|
-
drop += 1
|
|
1136
|
-
}
|
|
1137
|
-
}
|
|
1138
|
-
const keymap = {
|
|
1139
|
-
registerLayer: () => () => {},
|
|
1140
|
-
prependLayerBindingsTransformer: track,
|
|
1141
|
-
appendLayerBindingsTransformer: track,
|
|
1142
|
-
prependCommandTransformer: track,
|
|
1143
|
-
appendCommandTransformer: track,
|
|
1144
|
-
} as unknown as NonNullable<Parameters<typeof createTuiPluginApi>[0]>["keymap"]
|
|
1145
|
-
const wait = spyOn(TuiConfig, "waitForDependencies").mockResolvedValue()
|
|
1146
|
-
const cwd = spyOn(process, "cwd").mockImplementation(() => tmp.path)
|
|
1147
|
-
|
|
1148
|
-
try {
|
|
1149
|
-
await TuiPluginRuntime.init({
|
|
1150
|
-
api: createTuiPluginApi({ keymap }),
|
|
1151
|
-
config: createTuiResolvedConfig({
|
|
1152
|
-
plugin: [tmp.extra.spec],
|
|
1153
|
-
plugin_origins: [{ spec: tmp.extra.spec, scope: "local", source: path.join(tmp.path, "tui.json") }],
|
|
1154
|
-
}),
|
|
1155
|
-
})
|
|
1156
|
-
|
|
1157
|
-
expect(add).toBe(4)
|
|
1158
|
-
expect(drop).toBe(0)
|
|
1159
|
-
} finally {
|
|
1160
|
-
await TuiPluginRuntime.dispose()
|
|
1161
|
-
expect(drop).toBe(4)
|
|
1162
|
-
cwd.mockRestore()
|
|
1163
|
-
wait.mockRestore()
|
|
1164
|
-
}
|
|
1165
|
-
})
|
|
1166
|
-
|
|
1167
|
-
test("manual onDispose for plugin keymap layers stays idempotent", async () => {
|
|
1168
|
-
await using tmp = await tmpdir({
|
|
1169
|
-
init: async (dir) => {
|
|
1170
|
-
const file = path.join(dir, "keymap-cleanup-manual-plugin.ts")
|
|
1171
|
-
const spec = pathToFileURL(file).href
|
|
1172
|
-
|
|
1173
|
-
await Bun.write(
|
|
1174
|
-
file,
|
|
1175
|
-
`export default {
|
|
1176
|
-
id: "demo.keymap.cleanup.manual",
|
|
1177
|
-
tui: async (api) => {
|
|
1178
|
-
const off = api.keymap.registerLayer({
|
|
1179
|
-
commands: [{ name: "demo.keymap.cleanup.manual", run() {} }],
|
|
1180
|
-
bindings: [{ key: "ctrl+h", cmd: "demo.keymap.cleanup.manual" }],
|
|
1181
|
-
})
|
|
1182
|
-
api.lifecycle.onDispose(off)
|
|
1183
|
-
},
|
|
1184
|
-
}
|
|
1185
|
-
`,
|
|
1186
|
-
)
|
|
1187
|
-
|
|
1188
|
-
return { spec }
|
|
1189
|
-
},
|
|
1190
|
-
})
|
|
1191
|
-
|
|
1192
|
-
let command_drop = 0
|
|
1193
|
-
const keymap = {
|
|
1194
|
-
registerLayer(layer: { commands?: Array<{ name: string }> }) {
|
|
1195
|
-
const tracked = layer.commands?.some((item) => item.name === "demo.keymap.cleanup.manual") ?? false
|
|
1196
|
-
return () => {
|
|
1197
|
-
if (!tracked) return
|
|
1198
|
-
command_drop += 1
|
|
1199
|
-
}
|
|
1200
|
-
},
|
|
1201
|
-
} as NonNullable<Parameters<typeof createTuiPluginApi>[0]>["keymap"]
|
|
1202
|
-
const wait = spyOn(TuiConfig, "waitForDependencies").mockResolvedValue()
|
|
1203
|
-
const cwd = spyOn(process, "cwd").mockImplementation(() => tmp.path)
|
|
1204
|
-
|
|
1205
|
-
try {
|
|
1206
|
-
await TuiPluginRuntime.init({
|
|
1207
|
-
api: createTuiPluginApi({ keymap }),
|
|
1208
|
-
config: createTuiResolvedConfig({
|
|
1209
|
-
plugin: [tmp.extra.spec],
|
|
1210
|
-
plugin_origins: [{ spec: tmp.extra.spec, scope: "local", source: path.join(tmp.path, "tui.json") }],
|
|
1211
|
-
}),
|
|
1212
|
-
})
|
|
1213
|
-
} finally {
|
|
1214
|
-
await TuiPluginRuntime.dispose()
|
|
1215
|
-
expect(command_drop).toBe(1)
|
|
1216
|
-
cwd.mockRestore()
|
|
1217
|
-
wait.mockRestore()
|
|
1218
|
-
}
|
|
1219
|
-
})
|
|
1220
|
-
|
|
1221
|
-
test("updates installed theme when plugin metadata changes", async () => {
|
|
1222
|
-
await using tmp = await tmpdir<{
|
|
1223
|
-
spec: string
|
|
1224
|
-
pluginPath: string
|
|
1225
|
-
themePath: string
|
|
1226
|
-
dest: string
|
|
1227
|
-
themeName: string
|
|
1228
|
-
}>({
|
|
1229
|
-
init: async (dir) => {
|
|
1230
|
-
const pluginPath = path.join(dir, "theme-update-plugin.ts")
|
|
1231
|
-
const spec = pathToFileURL(pluginPath).href
|
|
1232
|
-
const themeFile = "theme-update.json"
|
|
1233
|
-
const themePath = path.join(dir, themeFile)
|
|
1234
|
-
const dest = path.join(dir, ".miaw", "themes", themeFile)
|
|
1235
|
-
const themeName = themeFile.replace(/\.json$/, "")
|
|
1236
|
-
const configPath = path.join(dir, "tui.json")
|
|
1237
|
-
|
|
1238
|
-
await Bun.write(themePath, JSON.stringify({ theme: { primary: "#111111" } }, null, 2))
|
|
1239
|
-
await Bun.write(
|
|
1240
|
-
pluginPath,
|
|
1241
|
-
`export default {
|
|
1242
|
-
id: "demo.theme-update",
|
|
1243
|
-
tui: async (api, options) => {
|
|
1244
|
-
if (!options?.theme_path) return
|
|
1245
|
-
await api.theme.install(options.theme_path)
|
|
1246
|
-
},
|
|
1247
|
-
}
|
|
1248
|
-
`,
|
|
1249
|
-
)
|
|
1250
|
-
await Bun.write(
|
|
1251
|
-
configPath,
|
|
1252
|
-
JSON.stringify(
|
|
1253
|
-
{
|
|
1254
|
-
plugin: [[spec, { theme_path: `./${themeFile}` }]],
|
|
1255
|
-
},
|
|
1256
|
-
null,
|
|
1257
|
-
2,
|
|
1258
|
-
),
|
|
1259
|
-
)
|
|
1260
|
-
|
|
1261
|
-
return {
|
|
1262
|
-
spec,
|
|
1263
|
-
pluginPath,
|
|
1264
|
-
themePath,
|
|
1265
|
-
dest,
|
|
1266
|
-
themeName,
|
|
1267
|
-
}
|
|
1268
|
-
},
|
|
1269
|
-
})
|
|
1270
|
-
|
|
1271
|
-
process.env.MIAW_PLUGIN_META_FILE = path.join(tmp.path, "plugin-meta.json")
|
|
1272
|
-
const cwd = spyOn(process, "cwd").mockImplementation(() => tmp.path)
|
|
1273
|
-
const wait = spyOn(TuiConfig, "waitForDependencies").mockResolvedValue()
|
|
1274
|
-
|
|
1275
|
-
const mkApi = () =>
|
|
1276
|
-
createTuiPluginApi({
|
|
1277
|
-
theme: {
|
|
1278
|
-
has(name) {
|
|
1279
|
-
return allThemes()[name] !== undefined
|
|
1280
|
-
},
|
|
1281
|
-
},
|
|
1282
|
-
})
|
|
1283
|
-
|
|
1284
|
-
const mkConfig = () =>
|
|
1285
|
-
createTuiResolvedConfig({
|
|
1286
|
-
plugin: [[tmp.extra.spec, { theme_path: `./theme-update.json` }]],
|
|
1287
|
-
plugin_origins: [
|
|
1288
|
-
{
|
|
1289
|
-
spec: [tmp.extra.spec, { theme_path: `./theme-update.json` }],
|
|
1290
|
-
scope: "local",
|
|
1291
|
-
source: path.join(tmp.path, "tui.json"),
|
|
1292
|
-
},
|
|
1293
|
-
],
|
|
1294
|
-
})
|
|
1295
|
-
|
|
1296
|
-
try {
|
|
1297
|
-
await TuiPluginRuntime.init({ api: mkApi(), config: mkConfig() })
|
|
1298
|
-
await TuiPluginRuntime.dispose()
|
|
1299
|
-
await expect(fs.readFile(tmp.extra.dest, "utf8")).resolves.toContain("#111111")
|
|
1300
|
-
|
|
1301
|
-
await Bun.write(tmp.extra.themePath, JSON.stringify({ theme: { primary: "#222222" } }, null, 2))
|
|
1302
|
-
await Bun.write(
|
|
1303
|
-
tmp.extra.pluginPath,
|
|
1304
|
-
`export default {
|
|
1305
|
-
id: "demo.theme-update",
|
|
1306
|
-
tui: async (api, options) => {
|
|
1307
|
-
if (!options?.theme_path) return
|
|
1308
|
-
await api.theme.install(options.theme_path)
|
|
1309
|
-
},
|
|
1310
|
-
}
|
|
1311
|
-
// v2
|
|
1312
|
-
`,
|
|
1313
|
-
)
|
|
1314
|
-
const stamp = new Date(Date.now() + 10_000)
|
|
1315
|
-
await fs.utimes(tmp.extra.pluginPath, stamp, stamp)
|
|
1316
|
-
await fs.utimes(tmp.extra.themePath, stamp, stamp)
|
|
1317
|
-
|
|
1318
|
-
await TuiPluginRuntime.init({ api: mkApi(), config: mkConfig() })
|
|
1319
|
-
const text = await fs.readFile(tmp.extra.dest, "utf8")
|
|
1320
|
-
expect(text).toContain("#222222")
|
|
1321
|
-
expect(text).not.toContain("#111111")
|
|
1322
|
-
const list = await Filesystem.readJson<Record<string, { themes?: Record<string, { dest: string }> }>>(
|
|
1323
|
-
process.env.MIAW_PLUGIN_META_FILE!,
|
|
1324
|
-
)
|
|
1325
|
-
expect(list["demo.theme-update"]?.themes?.[tmp.extra.themeName]?.dest).toBe(tmp.extra.dest)
|
|
1326
|
-
} finally {
|
|
1327
|
-
await TuiPluginRuntime.dispose()
|
|
1328
|
-
cwd.mockRestore()
|
|
1329
|
-
wait.mockRestore()
|
|
1330
|
-
delete process.env.MIAW_PLUGIN_META_FILE
|
|
1331
|
-
}
|
|
1332
|
-
})
|