jonsoc 1.1.49 → 1.1.50
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/jonsoc +264 -256
- package/package.json +8 -142
- package/postinstall.mjs +15 -0
- package/AGENTS.md +0 -27
- package/Dockerfile +0 -18
- package/PUBLISHING_GUIDE.md +0 -151
- package/README.md +0 -58
- package/bunfig.toml +0 -7
- package/package.json.placeholder +0 -11
- package/parsers-config.ts +0 -253
- package/script/build.ts +0 -115
- package/script/publish-registries.ts +0 -197
- package/script/publish.ts +0 -110
- package/script/schema.ts +0 -47
- package/script/seed-e2e.ts +0 -50
- package/src/acp/README.md +0 -164
- package/src/acp/agent.ts +0 -1437
- package/src/acp/session.ts +0 -105
- package/src/acp/types.ts +0 -22
- package/src/agent/agent.ts +0 -347
- package/src/agent/generate.txt +0 -75
- package/src/agent/prompt/compaction.txt +0 -12
- 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/auth/index.ts +0 -73
- package/src/brand/index.ts +0 -89
- package/src/bun/index.ts +0 -139
- package/src/bus/bus-event.ts +0 -43
- package/src/bus/global.ts +0 -10
- package/src/bus/index.ts +0 -105
- package/src/cli/bootstrap.ts +0 -17
- package/src/cli/cmd/acp.ts +0 -69
- package/src/cli/cmd/agent.ts +0 -257
- package/src/cli/cmd/auth.ts +0 -405
- package/src/cli/cmd/cmd.ts +0 -7
- package/src/cli/cmd/debug/agent.ts +0 -166
- package/src/cli/cmd/debug/config.ts +0 -16
- package/src/cli/cmd/debug/file.ts +0 -97
- package/src/cli/cmd/debug/index.ts +0 -48
- package/src/cli/cmd/debug/lsp.ts +0 -52
- package/src/cli/cmd/debug/ripgrep.ts +0 -87
- package/src/cli/cmd/debug/scrap.ts +0 -16
- package/src/cli/cmd/debug/skill.ts +0 -16
- package/src/cli/cmd/debug/snapshot.ts +0 -52
- package/src/cli/cmd/export.ts +0 -88
- package/src/cli/cmd/generate.ts +0 -38
- package/src/cli/cmd/github.ts +0 -1548
- package/src/cli/cmd/import.ts +0 -99
- package/src/cli/cmd/mcp.ts +0 -765
- package/src/cli/cmd/models.ts +0 -77
- package/src/cli/cmd/pr.ts +0 -112
- package/src/cli/cmd/run.ts +0 -395
- package/src/cli/cmd/serve.ts +0 -20
- package/src/cli/cmd/session.ts +0 -135
- package/src/cli/cmd/stats.ts +0 -402
- package/src/cli/cmd/tui/app.tsx +0 -923
- package/src/cli/cmd/tui/attach.ts +0 -39
- package/src/cli/cmd/tui/component/border.tsx +0 -21
- package/src/cli/cmd/tui/component/dialog-agent.tsx +0 -31
- package/src/cli/cmd/tui/component/dialog-command.tsx +0 -162
- package/src/cli/cmd/tui/component/dialog-error-log.tsx +0 -155
- package/src/cli/cmd/tui/component/dialog-mcp.tsx +0 -86
- package/src/cli/cmd/tui/component/dialog-model.tsx +0 -234
- package/src/cli/cmd/tui/component/dialog-provider.tsx +0 -256
- package/src/cli/cmd/tui/component/dialog-session-list.tsx +0 -114
- package/src/cli/cmd/tui/component/dialog-session-rename.tsx +0 -31
- package/src/cli/cmd/tui/component/dialog-stash.tsx +0 -87
- package/src/cli/cmd/tui/component/dialog-status.tsx +0 -164
- package/src/cli/cmd/tui/component/dialog-tag.tsx +0 -44
- package/src/cli/cmd/tui/component/dialog-theme-list.tsx +0 -50
- package/src/cli/cmd/tui/component/dynamic-layout.tsx +0 -86
- package/src/cli/cmd/tui/component/inspector-overlay.tsx +0 -247
- package/src/cli/cmd/tui/component/logo.tsx +0 -88
- package/src/cli/cmd/tui/component/prompt/autocomplete.tsx +0 -653
- package/src/cli/cmd/tui/component/prompt/frecency.tsx +0 -89
- package/src/cli/cmd/tui/component/prompt/history.tsx +0 -108
- package/src/cli/cmd/tui/component/prompt/index.tsx +0 -1347
- package/src/cli/cmd/tui/component/prompt/stash.tsx +0 -101
- package/src/cli/cmd/tui/component/textarea-keybindings.ts +0 -73
- package/src/cli/cmd/tui/component/tips.tsx +0 -153
- package/src/cli/cmd/tui/component/todo-item.tsx +0 -32
- package/src/cli/cmd/tui/context/args.tsx +0 -14
- package/src/cli/cmd/tui/context/directory.ts +0 -13
- package/src/cli/cmd/tui/context/error-log.tsx +0 -56
- package/src/cli/cmd/tui/context/exit.tsx +0 -26
- package/src/cli/cmd/tui/context/helper.tsx +0 -25
- package/src/cli/cmd/tui/context/inspector.tsx +0 -57
- package/src/cli/cmd/tui/context/keybind.tsx +0 -108
- package/src/cli/cmd/tui/context/kv.tsx +0 -53
- package/src/cli/cmd/tui/context/layout.tsx +0 -240
- package/src/cli/cmd/tui/context/local.tsx +0 -402
- package/src/cli/cmd/tui/context/prompt.tsx +0 -18
- package/src/cli/cmd/tui/context/route.tsx +0 -51
- package/src/cli/cmd/tui/context/sdk.tsx +0 -94
- package/src/cli/cmd/tui/context/sync.tsx +0 -449
- package/src/cli/cmd/tui/context/theme/aura.json +0 -69
- package/src/cli/cmd/tui/context/theme/ayu.json +0 -80
- package/src/cli/cmd/tui/context/theme/carbonfox.json +0 -248
- package/src/cli/cmd/tui/context/theme/catppuccin-frappe.json +0 -233
- package/src/cli/cmd/tui/context/theme/catppuccin-macchiato.json +0 -233
- package/src/cli/cmd/tui/context/theme/catppuccin.json +0 -112
- package/src/cli/cmd/tui/context/theme/cobalt2.json +0 -228
- package/src/cli/cmd/tui/context/theme/cursor.json +0 -249
- package/src/cli/cmd/tui/context/theme/dracula.json +0 -219
- package/src/cli/cmd/tui/context/theme/everforest.json +0 -241
- package/src/cli/cmd/tui/context/theme/flexoki.json +0 -237
- package/src/cli/cmd/tui/context/theme/github.json +0 -233
- package/src/cli/cmd/tui/context/theme/gruvbox.json +0 -242
- package/src/cli/cmd/tui/context/theme/jonsoc.json +0 -245
- package/src/cli/cmd/tui/context/theme/kanagawa.json +0 -77
- package/src/cli/cmd/tui/context/theme/lucent-orng.json +0 -237
- package/src/cli/cmd/tui/context/theme/material.json +0 -235
- package/src/cli/cmd/tui/context/theme/matrix.json +0 -77
- package/src/cli/cmd/tui/context/theme/mercury.json +0 -252
- package/src/cli/cmd/tui/context/theme/monokai.json +0 -221
- package/src/cli/cmd/tui/context/theme/nightowl.json +0 -221
- package/src/cli/cmd/tui/context/theme/nord.json +0 -223
- package/src/cli/cmd/tui/context/theme/one-dark.json +0 -84
- package/src/cli/cmd/tui/context/theme/orng.json +0 -249
- package/src/cli/cmd/tui/context/theme/osaka-jade.json +0 -93
- package/src/cli/cmd/tui/context/theme/palenight.json +0 -222
- package/src/cli/cmd/tui/context/theme/rosepine.json +0 -234
- package/src/cli/cmd/tui/context/theme/solarized.json +0 -223
- package/src/cli/cmd/tui/context/theme/synthwave84.json +0 -226
- package/src/cli/cmd/tui/context/theme/tokyonight.json +0 -243
- package/src/cli/cmd/tui/context/theme/vercel.json +0 -245
- package/src/cli/cmd/tui/context/theme/vesper.json +0 -218
- package/src/cli/cmd/tui/context/theme/zenburn.json +0 -223
- package/src/cli/cmd/tui/context/theme.tsx +0 -1153
- package/src/cli/cmd/tui/event.ts +0 -48
- package/src/cli/cmd/tui/hooks/use-command-registry.tsx +0 -184
- package/src/cli/cmd/tui/routes/home.tsx +0 -198
- package/src/cli/cmd/tui/routes/session/dialog-fork-from-timeline.tsx +0 -64
- package/src/cli/cmd/tui/routes/session/dialog-message.tsx +0 -109
- package/src/cli/cmd/tui/routes/session/dialog-subagent.tsx +0 -26
- package/src/cli/cmd/tui/routes/session/dialog-timeline.tsx +0 -47
- package/src/cli/cmd/tui/routes/session/footer.tsx +0 -91
- package/src/cli/cmd/tui/routes/session/git-commit.tsx +0 -59
- package/src/cli/cmd/tui/routes/session/git-history.tsx +0 -122
- package/src/cli/cmd/tui/routes/session/header.tsx +0 -185
- package/src/cli/cmd/tui/routes/session/index.tsx +0 -2363
- package/src/cli/cmd/tui/routes/session/navigator-ui.tsx +0 -214
- package/src/cli/cmd/tui/routes/session/navigator.tsx +0 -1124
- package/src/cli/cmd/tui/routes/session/panel-explorer.tsx +0 -553
- package/src/cli/cmd/tui/routes/session/panel-viewer.tsx +0 -386
- package/src/cli/cmd/tui/routes/session/permission.tsx +0 -501
- package/src/cli/cmd/tui/routes/session/question.tsx +0 -507
- package/src/cli/cmd/tui/routes/session/sidebar.tsx +0 -365
- package/src/cli/cmd/tui/routes/session/vcs-diff-viewer.tsx +0 -37
- package/src/cli/cmd/tui/routes/ui-settings.tsx +0 -449
- package/src/cli/cmd/tui/thread.ts +0 -172
- package/src/cli/cmd/tui/ui/dialog-alert.tsx +0 -90
- package/src/cli/cmd/tui/ui/dialog-confirm.tsx +0 -83
- package/src/cli/cmd/tui/ui/dialog-export-options.tsx +0 -204
- package/src/cli/cmd/tui/ui/dialog-help.tsx +0 -38
- package/src/cli/cmd/tui/ui/dialog-prompt.tsx +0 -77
- package/src/cli/cmd/tui/ui/dialog-select.tsx +0 -384
- package/src/cli/cmd/tui/ui/dialog.tsx +0 -170
- package/src/cli/cmd/tui/ui/link.tsx +0 -28
- package/src/cli/cmd/tui/ui/spinner.ts +0 -375
- package/src/cli/cmd/tui/ui/toast.tsx +0 -100
- package/src/cli/cmd/tui/util/clipboard.ts +0 -255
- package/src/cli/cmd/tui/util/editor.ts +0 -32
- package/src/cli/cmd/tui/util/signal.ts +0 -7
- package/src/cli/cmd/tui/util/terminal.ts +0 -114
- package/src/cli/cmd/tui/util/transcript.ts +0 -98
- package/src/cli/cmd/tui/worker.ts +0 -152
- package/src/cli/cmd/uninstall.ts +0 -362
- package/src/cli/cmd/upgrade.ts +0 -73
- package/src/cli/cmd/web.ts +0 -81
- package/src/cli/error.ts +0 -57
- package/src/cli/network.ts +0 -53
- package/src/cli/ui.ts +0 -119
- package/src/cli/upgrade.ts +0 -25
- package/src/command/index.ts +0 -131
- package/src/command/template/initialize.txt +0 -10
- package/src/command/template/review.txt +0 -99
- package/src/config/config.ts +0 -1404
- package/src/config/markdown.ts +0 -93
- package/src/env/index.ts +0 -26
- package/src/file/ignore.ts +0 -83
- package/src/file/index.ts +0 -432
- package/src/file/ripgrep.ts +0 -407
- package/src/file/time.ts +0 -69
- package/src/file/watcher.ts +0 -127
- package/src/flag/flag.ts +0 -80
- package/src/format/formatter.ts +0 -357
- package/src/format/index.ts +0 -137
- package/src/global/index.ts +0 -58
- package/src/id/id.ts +0 -83
- package/src/ide/index.ts +0 -76
- package/src/index.ts +0 -208
- package/src/installation/index.ts +0 -258
- package/src/lsp/client.ts +0 -252
- package/src/lsp/index.ts +0 -485
- package/src/lsp/language.ts +0 -119
- package/src/lsp/server.ts +0 -2046
- package/src/mcp/auth.ts +0 -135
- package/src/mcp/index.ts +0 -934
- package/src/mcp/oauth-callback.ts +0 -200
- package/src/mcp/oauth-provider.ts +0 -155
- package/src/patch/index.ts +0 -680
- package/src/permission/arity.ts +0 -163
- package/src/permission/index.ts +0 -210
- package/src/permission/next.ts +0 -280
- package/src/plugin/codex.ts +0 -500
- package/src/plugin/copilot.ts +0 -283
- package/src/plugin/index.ts +0 -135
- package/src/project/bootstrap.ts +0 -35
- package/src/project/instance.ts +0 -91
- package/src/project/project.ts +0 -371
- package/src/project/state.ts +0 -66
- package/src/project/vcs.ts +0 -151
- package/src/provider/auth.ts +0 -147
- package/src/provider/models-macro.ts +0 -14
- package/src/provider/models.ts +0 -114
- package/src/provider/provider.ts +0 -1220
- package/src/provider/sdk/openai-compatible/src/README.md +0 -5
- package/src/provider/sdk/openai-compatible/src/index.ts +0 -2
- package/src/provider/sdk/openai-compatible/src/openai-compatible-provider.ts +0 -100
- package/src/provider/sdk/openai-compatible/src/responses/convert-to-openai-responses-input.ts +0 -303
- package/src/provider/sdk/openai-compatible/src/responses/map-openai-responses-finish-reason.ts +0 -22
- package/src/provider/sdk/openai-compatible/src/responses/openai-config.ts +0 -18
- package/src/provider/sdk/openai-compatible/src/responses/openai-error.ts +0 -22
- package/src/provider/sdk/openai-compatible/src/responses/openai-responses-api-types.ts +0 -207
- package/src/provider/sdk/openai-compatible/src/responses/openai-responses-language-model.ts +0 -1732
- package/src/provider/sdk/openai-compatible/src/responses/openai-responses-prepare-tools.ts +0 -177
- package/src/provider/sdk/openai-compatible/src/responses/openai-responses-settings.ts +0 -1
- package/src/provider/sdk/openai-compatible/src/responses/tool/code-interpreter.ts +0 -88
- package/src/provider/sdk/openai-compatible/src/responses/tool/file-search.ts +0 -128
- package/src/provider/sdk/openai-compatible/src/responses/tool/image-generation.ts +0 -115
- package/src/provider/sdk/openai-compatible/src/responses/tool/local-shell.ts +0 -65
- package/src/provider/sdk/openai-compatible/src/responses/tool/web-search-preview.ts +0 -104
- package/src/provider/sdk/openai-compatible/src/responses/tool/web-search.ts +0 -103
- package/src/provider/transform.ts +0 -742
- package/src/pty/index.ts +0 -241
- package/src/question/index.ts +0 -176
- package/src/scheduler/index.ts +0 -61
- package/src/server/error.ts +0 -36
- package/src/server/event.ts +0 -7
- package/src/server/mdns.ts +0 -59
- package/src/server/routes/config.ts +0 -92
- package/src/server/routes/experimental.ts +0 -208
- package/src/server/routes/file.ts +0 -227
- package/src/server/routes/global.ts +0 -135
- package/src/server/routes/mcp.ts +0 -225
- package/src/server/routes/permission.ts +0 -68
- package/src/server/routes/project.ts +0 -82
- package/src/server/routes/provider.ts +0 -165
- package/src/server/routes/pty.ts +0 -169
- package/src/server/routes/question.ts +0 -98
- package/src/server/routes/session.ts +0 -939
- package/src/server/routes/tui.ts +0 -379
- package/src/server/server.ts +0 -663
- package/src/session/compaction.ts +0 -225
- package/src/session/index.ts +0 -498
- package/src/session/llm.ts +0 -288
- package/src/session/message-v2.ts +0 -740
- package/src/session/message.ts +0 -189
- package/src/session/processor.ts +0 -406
- package/src/session/prompt/anthropic-20250930.txt +0 -168
- package/src/session/prompt/anthropic.txt +0 -172
- package/src/session/prompt/anthropic_spoof.txt +0 -1
- package/src/session/prompt/beast.txt +0 -149
- package/src/session/prompt/build-switch.txt +0 -5
- package/src/session/prompt/codex_header.txt +0 -81
- package/src/session/prompt/copilot-gpt-5.txt +0 -145
- package/src/session/prompt/gemini.txt +0 -157
- package/src/session/prompt/max-steps.txt +0 -16
- package/src/session/prompt/plan-reminder-anthropic.txt +0 -67
- package/src/session/prompt/plan.txt +0 -26
- package/src/session/prompt/qwen.txt +0 -111
- package/src/session/prompt.ts +0 -1815
- package/src/session/retry.ts +0 -90
- package/src/session/revert.ts +0 -121
- package/src/session/status.ts +0 -76
- package/src/session/summary.ts +0 -150
- package/src/session/system.ts +0 -156
- package/src/session/todo.ts +0 -37
- package/src/share/share-next.ts +0 -204
- package/src/share/share.ts +0 -95
- package/src/shell/shell.ts +0 -67
- package/src/skill/index.ts +0 -1
- package/src/skill/skill.ts +0 -135
- package/src/snapshot/index.ts +0 -236
- package/src/storage/storage.ts +0 -227
- package/src/tool/apply_patch.ts +0 -279
- package/src/tool/apply_patch.txt +0 -33
- package/src/tool/bash.ts +0 -258
- package/src/tool/bash.txt +0 -115
- package/src/tool/batch.ts +0 -175
- package/src/tool/batch.txt +0 -24
- package/src/tool/codesearch.ts +0 -132
- package/src/tool/codesearch.txt +0 -12
- package/src/tool/edit.ts +0 -645
- package/src/tool/edit.txt +0 -10
- package/src/tool/external-directory.ts +0 -32
- package/src/tool/glob.ts +0 -77
- package/src/tool/glob.txt +0 -6
- package/src/tool/grep.ts +0 -154
- package/src/tool/grep.txt +0 -8
- package/src/tool/invalid.ts +0 -17
- package/src/tool/ls.ts +0 -121
- package/src/tool/ls.txt +0 -1
- package/src/tool/lsp.ts +0 -96
- package/src/tool/lsp.txt +0 -19
- package/src/tool/multiedit.ts +0 -46
- package/src/tool/multiedit.txt +0 -41
- package/src/tool/plan-enter.txt +0 -14
- package/src/tool/plan-exit.txt +0 -13
- package/src/tool/plan.ts +0 -130
- package/src/tool/question.ts +0 -33
- package/src/tool/question.txt +0 -10
- package/src/tool/read.ts +0 -202
- package/src/tool/read.txt +0 -12
- package/src/tool/registry.ts +0 -162
- package/src/tool/skill.ts +0 -82
- package/src/tool/task.ts +0 -188
- package/src/tool/task.txt +0 -60
- package/src/tool/todo.ts +0 -53
- package/src/tool/todoread.txt +0 -14
- package/src/tool/todowrite.txt +0 -167
- package/src/tool/tool.ts +0 -88
- package/src/tool/truncation.ts +0 -106
- package/src/tool/webfetch.ts +0 -182
- package/src/tool/webfetch.txt +0 -13
- package/src/tool/websearch.ts +0 -150
- package/src/tool/websearch.txt +0 -14
- package/src/tool/write.ts +0 -80
- package/src/tool/write.txt +0 -8
- package/src/util/archive.ts +0 -16
- package/src/util/color.ts +0 -19
- package/src/util/context.ts +0 -25
- package/src/util/defer.ts +0 -12
- package/src/util/eventloop.ts +0 -20
- package/src/util/filesystem.ts +0 -93
- package/src/util/fn.ts +0 -11
- package/src/util/format.ts +0 -20
- package/src/util/iife.ts +0 -3
- package/src/util/keybind.ts +0 -103
- package/src/util/lazy.ts +0 -18
- package/src/util/locale.ts +0 -81
- package/src/util/lock.ts +0 -98
- package/src/util/log.ts +0 -180
- package/src/util/queue.ts +0 -32
- package/src/util/rpc.ts +0 -66
- package/src/util/scrap.ts +0 -10
- package/src/util/signal.ts +0 -12
- package/src/util/timeout.ts +0 -14
- package/src/util/token.ts +0 -7
- package/src/util/wildcard.ts +0 -56
- package/src/worktree/index.ts +0 -524
- package/sst-env.d.ts +0 -9
- package/test/acp/agent-interface.test.ts +0 -51
- package/test/acp/event-subscription.test.ts +0 -436
- package/test/agent/agent.test.ts +0 -638
- package/test/bun.test.ts +0 -53
- package/test/cli/cmd/tui/fileref.test.ts +0 -30
- package/test/cli/github-action.test.ts +0 -129
- package/test/cli/github-remote.test.ts +0 -80
- package/test/cli/tui/navigator_logic.test.ts +0 -99
- package/test/cli/tui/transcript.test.ts +0 -297
- package/test/cli/ui.test.ts +0 -80
- package/test/config/agent-color.test.ts +0 -66
- package/test/config/config.test.ts +0 -1613
- package/test/config/fixtures/empty-frontmatter.md +0 -4
- package/test/config/fixtures/frontmatter.md +0 -28
- package/test/config/fixtures/no-frontmatter.md +0 -1
- package/test/config/markdown.test.ts +0 -192
- package/test/file/ignore.test.ts +0 -10
- package/test/file/path-traversal.test.ts +0 -198
- package/test/fixture/fixture.ts +0 -45
- package/test/fixture/lsp/fake-lsp-server.js +0 -77
- package/test/ide/ide.test.ts +0 -82
- package/test/keybind.test.ts +0 -421
- package/test/lsp/client.test.ts +0 -95
- package/test/mcp/headers.test.ts +0 -153
- package/test/mcp/oauth-browser.test.ts +0 -261
- package/test/patch/patch.test.ts +0 -348
- package/test/permission/arity.test.ts +0 -33
- package/test/permission/next.test.ts +0 -690
- package/test/permission-task.test.ts +0 -319
- package/test/plugin/codex.test.ts +0 -123
- package/test/preload.ts +0 -67
- package/test/project/project.test.ts +0 -120
- package/test/provider/amazon-bedrock.test.ts +0 -268
- package/test/provider/gitlab-duo.test.ts +0 -286
- package/test/provider/provider.test.ts +0 -2149
- package/test/provider/transform.test.ts +0 -1631
- package/test/question/question.test.ts +0 -300
- package/test/scheduler.test.ts +0 -73
- package/test/server/session-list.test.ts +0 -39
- package/test/server/session-select.test.ts +0 -78
- package/test/session/compaction.test.ts +0 -293
- package/test/session/llm.test.ts +0 -90
- package/test/session/message-v2.test.ts +0 -786
- package/test/session/retry.test.ts +0 -131
- package/test/session/revert-compact.test.ts +0 -285
- package/test/session/session.test.ts +0 -71
- package/test/skill/skill.test.ts +0 -185
- package/test/snapshot/snapshot.test.ts +0 -939
- package/test/tool/__snapshots__/tool.test.ts.snap +0 -9
- package/test/tool/apply_patch.test.ts +0 -499
- package/test/tool/bash.test.ts +0 -320
- package/test/tool/external-directory.test.ts +0 -126
- package/test/tool/fixtures/large-image.png +0 -0
- package/test/tool/fixtures/models-api.json +0 -33453
- package/test/tool/grep.test.ts +0 -109
- package/test/tool/question.test.ts +0 -105
- package/test/tool/read.test.ts +0 -332
- package/test/tool/registry.test.ts +0 -76
- package/test/tool/truncation.test.ts +0 -159
- package/test/util/filesystem.test.ts +0 -39
- package/test/util/format.test.ts +0 -59
- package/test/util/iife.test.ts +0 -36
- package/test/util/lazy.test.ts +0 -50
- package/test/util/lock.test.ts +0 -72
- package/test/util/timeout.test.ts +0 -21
- package/test/util/wildcard.test.ts +0 -75
- package/tsconfig.json +0 -16
package/src/index.ts
DELETED
|
@@ -1,208 +0,0 @@
|
|
|
1
|
-
import path from "path"
|
|
2
|
-
import { existsSync } from "fs"
|
|
3
|
-
|
|
4
|
-
const workdir = process.env.JONSOC_WORKDIR ?? process.env.JOC_WORKDIR ?? process.env.OPENCODE_WORKDIR
|
|
5
|
-
if (workdir && existsSync(workdir)) {
|
|
6
|
-
process.chdir(workdir)
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
const localDevFlag = process.env.JONSOC_LOCAL_DEV ?? process.env.OPENCODE_LOCAL_DEV
|
|
10
|
-
|
|
11
|
-
async function shouldRunLocalDev(cwd: string) {
|
|
12
|
-
if (localDevFlag) return false
|
|
13
|
-
const pkgFile = Bun.file(path.join(cwd, "package.json"))
|
|
14
|
-
const pkg = await pkgFile.json().catch(() => undefined)
|
|
15
|
-
const name = typeof pkg?.name === "string" ? pkg.name : ""
|
|
16
|
-
const isRoot = name === "jonsoc" || name === "jonsoc"
|
|
17
|
-
if (!isRoot) return false
|
|
18
|
-
const entry = Bun.file(path.join(cwd, "packages", "jonsoc", "src", "index.ts"))
|
|
19
|
-
return entry.exists()
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
if (await shouldRunLocalDev(process.cwd())) {
|
|
23
|
-
const args = process.argv.slice(2)
|
|
24
|
-
const bunPath = process.execPath
|
|
25
|
-
process.stdout.write(`$ ${bunPath} run dev ${args.join(" ")}`.trimEnd() + "\n")
|
|
26
|
-
const child = Bun.spawn({
|
|
27
|
-
cmd: [bunPath, "run", "dev", ...args],
|
|
28
|
-
stdin: "inherit",
|
|
29
|
-
stdout: "inherit",
|
|
30
|
-
stderr: "inherit",
|
|
31
|
-
cwd: process.cwd(),
|
|
32
|
-
env: {
|
|
33
|
-
...process.env,
|
|
34
|
-
JONSOC_WORKDIR: process.env.JONSOC_WORKDIR ?? process.env.JOC_WORKDIR ?? process.cwd(),
|
|
35
|
-
JONSOC_LOCAL_DEV: "1",
|
|
36
|
-
OPENCODE_LOCAL_DEV: "1",
|
|
37
|
-
},
|
|
38
|
-
})
|
|
39
|
-
process.exit(await child.exited)
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
await runCli()
|
|
43
|
-
|
|
44
|
-
async function runCli() {
|
|
45
|
-
const yargsModule = await import("yargs")
|
|
46
|
-
const yargs = yargsModule.default
|
|
47
|
-
const { hideBin } = await import("yargs/helpers")
|
|
48
|
-
const { RunCommand } = await import("./cli/cmd/run")
|
|
49
|
-
const { GenerateCommand } = await import("./cli/cmd/generate")
|
|
50
|
-
const { Log } = await import("./util/log")
|
|
51
|
-
const { AuthCommand } = await import("./cli/cmd/auth")
|
|
52
|
-
const { AgentCommand } = await import("./cli/cmd/agent")
|
|
53
|
-
const { UpgradeCommand } = await import("./cli/cmd/upgrade")
|
|
54
|
-
const { UninstallCommand } = await import("./cli/cmd/uninstall")
|
|
55
|
-
const { ModelsCommand } = await import("./cli/cmd/models")
|
|
56
|
-
const { UI } = await import("./cli/ui")
|
|
57
|
-
const { Installation } = await import("./installation")
|
|
58
|
-
const { NamedError } = await import("@jonsoc/util/error")
|
|
59
|
-
const { FormatError } = await import("./cli/error")
|
|
60
|
-
const { ServeCommand } = await import("./cli/cmd/serve")
|
|
61
|
-
const { DebugCommand } = await import("./cli/cmd/debug")
|
|
62
|
-
const { StatsCommand } = await import("./cli/cmd/stats")
|
|
63
|
-
const { McpCommand } = await import("./cli/cmd/mcp")
|
|
64
|
-
const { GithubCommand } = await import("./cli/cmd/github")
|
|
65
|
-
const { ExportCommand } = await import("./cli/cmd/export")
|
|
66
|
-
const { ImportCommand } = await import("./cli/cmd/import")
|
|
67
|
-
const { AttachCommand } = await import("./cli/cmd/tui/attach")
|
|
68
|
-
const { TuiThreadCommand } = await import("./cli/cmd/tui/thread")
|
|
69
|
-
const { AcpCommand } = await import("./cli/cmd/acp")
|
|
70
|
-
const { EOL } = await import("os")
|
|
71
|
-
const { WebCommand } = await import("./cli/cmd/web")
|
|
72
|
-
const { PrCommand } = await import("./cli/cmd/pr")
|
|
73
|
-
const { SessionCommand } = await import("./cli/cmd/session")
|
|
74
|
-
const { Brand } = await import("./brand")
|
|
75
|
-
|
|
76
|
-
process.on("unhandledRejection", (e) => {
|
|
77
|
-
Log.Default.error("rejection", {
|
|
78
|
-
e: e instanceof Error ? e.message : e,
|
|
79
|
-
})
|
|
80
|
-
})
|
|
81
|
-
|
|
82
|
-
process.on("uncaughtException", (e) => {
|
|
83
|
-
Log.Default.error("exception", {
|
|
84
|
-
e: e instanceof Error ? e.message : e,
|
|
85
|
-
})
|
|
86
|
-
})
|
|
87
|
-
|
|
88
|
-
const cli = yargs(hideBin(process.argv))
|
|
89
|
-
.parserConfiguration({ "populate--": true })
|
|
90
|
-
.scriptName(Brand.CLI_NAME)
|
|
91
|
-
.wrap(100)
|
|
92
|
-
.help("help", "show help")
|
|
93
|
-
.alias("help", "h")
|
|
94
|
-
.version("version", "show version number", Installation.VERSION)
|
|
95
|
-
.alias("version", "v")
|
|
96
|
-
.option("print-logs", {
|
|
97
|
-
describe: "print logs to stderr",
|
|
98
|
-
type: "boolean",
|
|
99
|
-
})
|
|
100
|
-
.option("log-level", {
|
|
101
|
-
describe: "log level",
|
|
102
|
-
type: "string",
|
|
103
|
-
choices: ["DEBUG", "INFO", "WARN", "ERROR"],
|
|
104
|
-
})
|
|
105
|
-
.middleware(async (opts) => {
|
|
106
|
-
await Log.init({
|
|
107
|
-
print: process.argv.includes("--print-logs"),
|
|
108
|
-
dev: Installation.isLocal(),
|
|
109
|
-
level: (() => {
|
|
110
|
-
const level = opts.logLevel
|
|
111
|
-
if (level === "DEBUG" || level === "INFO" || level === "WARN" || level === "ERROR") return level
|
|
112
|
-
if (Installation.isLocal()) return "DEBUG"
|
|
113
|
-
return "INFO"
|
|
114
|
-
})(),
|
|
115
|
-
})
|
|
116
|
-
|
|
117
|
-
process.env.AGENT = "1"
|
|
118
|
-
process.env.JONSOC = "1"
|
|
119
|
-
process.env.OPENCODE = "1"
|
|
120
|
-
|
|
121
|
-
Log.Default.info(Brand.BRAND_LOWER, {
|
|
122
|
-
version: Installation.VERSION,
|
|
123
|
-
args: process.argv.slice(2),
|
|
124
|
-
})
|
|
125
|
-
})
|
|
126
|
-
.usage("\n" + UI.logo())
|
|
127
|
-
.completion("completion", "generate shell completion script")
|
|
128
|
-
.command(AcpCommand)
|
|
129
|
-
.command(McpCommand)
|
|
130
|
-
.command(TuiThreadCommand)
|
|
131
|
-
.command(AttachCommand)
|
|
132
|
-
.command(RunCommand)
|
|
133
|
-
.command(GenerateCommand)
|
|
134
|
-
.command(DebugCommand)
|
|
135
|
-
.command(AuthCommand)
|
|
136
|
-
.command(AgentCommand)
|
|
137
|
-
.command(UpgradeCommand)
|
|
138
|
-
.command(UninstallCommand)
|
|
139
|
-
.command(ServeCommand)
|
|
140
|
-
.command(WebCommand)
|
|
141
|
-
.command(ModelsCommand)
|
|
142
|
-
.command(StatsCommand)
|
|
143
|
-
.command(ExportCommand)
|
|
144
|
-
.command(ImportCommand)
|
|
145
|
-
.command(GithubCommand)
|
|
146
|
-
.command(PrCommand)
|
|
147
|
-
.command(SessionCommand)
|
|
148
|
-
.fail((msg, err) => {
|
|
149
|
-
if (
|
|
150
|
-
msg?.startsWith("Unknown argument") ||
|
|
151
|
-
msg?.startsWith("Not enough non-option arguments") ||
|
|
152
|
-
msg?.startsWith("Invalid values:")
|
|
153
|
-
) {
|
|
154
|
-
if (err) throw err
|
|
155
|
-
cli.showHelp("log")
|
|
156
|
-
}
|
|
157
|
-
if (err) throw err
|
|
158
|
-
process.exit(1)
|
|
159
|
-
})
|
|
160
|
-
.strict()
|
|
161
|
-
|
|
162
|
-
try {
|
|
163
|
-
await cli.parse()
|
|
164
|
-
} catch (e) {
|
|
165
|
-
let data: Record<string, any> = {}
|
|
166
|
-
if (e instanceof NamedError) {
|
|
167
|
-
const obj = e.toObject()
|
|
168
|
-
Object.assign(data, {
|
|
169
|
-
...obj.data,
|
|
170
|
-
})
|
|
171
|
-
}
|
|
172
|
-
|
|
173
|
-
if (e instanceof Error) {
|
|
174
|
-
Object.assign(data, {
|
|
175
|
-
name: e.name,
|
|
176
|
-
message: e.message,
|
|
177
|
-
cause: e.cause?.toString(),
|
|
178
|
-
stack: e.stack,
|
|
179
|
-
})
|
|
180
|
-
}
|
|
181
|
-
|
|
182
|
-
if (e instanceof ResolveMessage) {
|
|
183
|
-
Object.assign(data, {
|
|
184
|
-
name: e.name,
|
|
185
|
-
message: e.message,
|
|
186
|
-
code: e.code,
|
|
187
|
-
specifier: e.specifier,
|
|
188
|
-
referrer: e.referrer,
|
|
189
|
-
position: e.position,
|
|
190
|
-
importKind: e.importKind,
|
|
191
|
-
})
|
|
192
|
-
}
|
|
193
|
-
Log.Default.error("fatal", data)
|
|
194
|
-
const formatted = FormatError(e)
|
|
195
|
-
if (formatted) UI.error(formatted)
|
|
196
|
-
if (formatted === undefined) {
|
|
197
|
-
UI.error("Unexpected error, check log file at " + Log.file() + " for more details" + EOL)
|
|
198
|
-
console.error(e instanceof Error ? e.message : String(e))
|
|
199
|
-
}
|
|
200
|
-
process.exitCode = 1
|
|
201
|
-
} finally {
|
|
202
|
-
// Some subprocesses don't react properly to SIGTERM and similar signals.
|
|
203
|
-
// Most notably, some docker-container-based MCP servers don't handle such signals unless
|
|
204
|
-
// run using `docker run --init`.
|
|
205
|
-
// Explicitly exit to avoid any hanging subprocesses.
|
|
206
|
-
process.exit()
|
|
207
|
-
}
|
|
208
|
-
}
|
|
@@ -1,258 +0,0 @@
|
|
|
1
|
-
import { BusEvent } from "@/bus/bus-event"
|
|
2
|
-
import path from "path"
|
|
3
|
-
import { $ } from "bun"
|
|
4
|
-
import z from "zod"
|
|
5
|
-
import { NamedError } from "@jonsoc/util/error"
|
|
6
|
-
import { Log } from "../util/log"
|
|
7
|
-
import { iife } from "@/util/iife"
|
|
8
|
-
import { Flag } from "../flag/flag"
|
|
9
|
-
|
|
10
|
-
declare global {
|
|
11
|
-
const OPENCODE_VERSION: string
|
|
12
|
-
const OPENCODE_CHANNEL: string
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
import { Brand } from "../brand"
|
|
16
|
-
|
|
17
|
-
export namespace Installation {
|
|
18
|
-
const log = Log.create({ service: "installation" })
|
|
19
|
-
const cliName = Brand.CLI_NAME
|
|
20
|
-
const legacyCliName = Brand.LEGACY_CLI_NAME
|
|
21
|
-
const npmPackage = Brand.NPM_PACKAGE
|
|
22
|
-
const legacyNpmPackage = Brand.LEGACY_NPM_PACKAGE
|
|
23
|
-
const repo = Brand.REPO.replace(/^https?:\/\/github\.com\//, "")
|
|
24
|
-
const installUrl = Brand.INSTALL_URL
|
|
25
|
-
|
|
26
|
-
export type Method = Awaited<ReturnType<typeof method>>
|
|
27
|
-
|
|
28
|
-
export const Event = {
|
|
29
|
-
Updated: BusEvent.define(
|
|
30
|
-
"installation.updated",
|
|
31
|
-
z.object({
|
|
32
|
-
version: z.string(),
|
|
33
|
-
}),
|
|
34
|
-
),
|
|
35
|
-
UpdateAvailable: BusEvent.define(
|
|
36
|
-
"installation.update-available",
|
|
37
|
-
z.object({
|
|
38
|
-
version: z.string(),
|
|
39
|
-
}),
|
|
40
|
-
),
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
export const Info = z
|
|
44
|
-
.object({
|
|
45
|
-
version: z.string(),
|
|
46
|
-
latest: z.string(),
|
|
47
|
-
})
|
|
48
|
-
.meta({
|
|
49
|
-
ref: "InstallationInfo",
|
|
50
|
-
})
|
|
51
|
-
export type Info = z.infer<typeof Info>
|
|
52
|
-
|
|
53
|
-
export async function info() {
|
|
54
|
-
return {
|
|
55
|
-
version: VERSION,
|
|
56
|
-
latest: await latest(),
|
|
57
|
-
}
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
export function isPreview() {
|
|
61
|
-
return CHANNEL !== "latest"
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
export function isLocal() {
|
|
65
|
-
return CHANNEL === "local"
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
export async function method() {
|
|
69
|
-
if (process.execPath.includes(path.join(".jonsoc", "bin"))) return "curl"
|
|
70
|
-
if (process.execPath.includes(path.join(".jonsoc", "bin"))) return "curl"
|
|
71
|
-
if (process.execPath.includes(path.join(".local", "bin"))) return "curl"
|
|
72
|
-
const exec = process.execPath.toLowerCase()
|
|
73
|
-
|
|
74
|
-
const checks = [
|
|
75
|
-
{
|
|
76
|
-
name: "npm" as const,
|
|
77
|
-
command: () => $`npm list -g --depth=0`.throws(false).quiet().text(),
|
|
78
|
-
},
|
|
79
|
-
{
|
|
80
|
-
name: "yarn" as const,
|
|
81
|
-
command: () => $`yarn global list`.throws(false).quiet().text(),
|
|
82
|
-
},
|
|
83
|
-
{
|
|
84
|
-
name: "pnpm" as const,
|
|
85
|
-
command: () => $`pnpm list -g --depth=0`.throws(false).quiet().text(),
|
|
86
|
-
},
|
|
87
|
-
{
|
|
88
|
-
name: "bun" as const,
|
|
89
|
-
command: () => $`bun pm ls -g`.throws(false).quiet().text(),
|
|
90
|
-
},
|
|
91
|
-
{
|
|
92
|
-
name: "brew" as const,
|
|
93
|
-
command: () => $`brew list --formula ${cliName}`.throws(false).quiet().text(),
|
|
94
|
-
},
|
|
95
|
-
{
|
|
96
|
-
name: "scoop" as const,
|
|
97
|
-
command: () => $`scoop list ${cliName}`.throws(false).quiet().text(),
|
|
98
|
-
},
|
|
99
|
-
{
|
|
100
|
-
name: "choco" as const,
|
|
101
|
-
command: () => $`choco list --limit-output ${cliName}`.throws(false).quiet().text(),
|
|
102
|
-
},
|
|
103
|
-
]
|
|
104
|
-
|
|
105
|
-
checks.sort((a, b) => {
|
|
106
|
-
const aMatches = exec.includes(a.name)
|
|
107
|
-
const bMatches = exec.includes(b.name)
|
|
108
|
-
if (aMatches && !bMatches) return -1
|
|
109
|
-
if (!aMatches && bMatches) return 1
|
|
110
|
-
return 0
|
|
111
|
-
})
|
|
112
|
-
|
|
113
|
-
for (const check of checks) {
|
|
114
|
-
const output = await check.command()
|
|
115
|
-
const installedNames =
|
|
116
|
-
check.name === "brew" || check.name === "choco" || check.name === "scoop"
|
|
117
|
-
? [cliName, legacyCliName]
|
|
118
|
-
: [npmPackage, legacyNpmPackage]
|
|
119
|
-
if (installedNames.some((name) => output.includes(name))) {
|
|
120
|
-
return check.name
|
|
121
|
-
}
|
|
122
|
-
}
|
|
123
|
-
|
|
124
|
-
return "unknown"
|
|
125
|
-
}
|
|
126
|
-
|
|
127
|
-
export const UpgradeFailedError = NamedError.create(
|
|
128
|
-
"UpgradeFailedError",
|
|
129
|
-
z.object({
|
|
130
|
-
stderr: z.string(),
|
|
131
|
-
}),
|
|
132
|
-
)
|
|
133
|
-
|
|
134
|
-
async function getBrewFormula() {
|
|
135
|
-
const tap = Brand.HOMEBREW_TAP
|
|
136
|
-
const tapFormula = await $`brew list --formula ${tap}/${cliName}`.throws(false).quiet().text()
|
|
137
|
-
if (tapFormula.includes(cliName)) return `${tap}/${cliName}`
|
|
138
|
-
const coreFormula = await $`brew list --formula ${cliName}`.throws(false).quiet().text()
|
|
139
|
-
if (coreFormula.includes(cliName)) return cliName
|
|
140
|
-
return cliName
|
|
141
|
-
}
|
|
142
|
-
|
|
143
|
-
export async function upgrade(method: Method, target: string) {
|
|
144
|
-
let cmd
|
|
145
|
-
switch (method) {
|
|
146
|
-
case "curl":
|
|
147
|
-
cmd = $`curl -fsSL ${installUrl} | bash`.env({
|
|
148
|
-
...process.env,
|
|
149
|
-
VERSION: target,
|
|
150
|
-
})
|
|
151
|
-
break
|
|
152
|
-
case "npm":
|
|
153
|
-
cmd = $`npm install -g ${npmPackage}@${target}`
|
|
154
|
-
break
|
|
155
|
-
case "pnpm":
|
|
156
|
-
cmd = $`pnpm install -g ${npmPackage}@${target}`
|
|
157
|
-
break
|
|
158
|
-
case "bun":
|
|
159
|
-
cmd = $`bun install -g ${npmPackage}@${target}`
|
|
160
|
-
break
|
|
161
|
-
case "brew": {
|
|
162
|
-
const formula = await getBrewFormula()
|
|
163
|
-
cmd = $`brew upgrade ${formula}`.env({
|
|
164
|
-
HOMEBREW_NO_AUTO_UPDATE: "1",
|
|
165
|
-
...process.env,
|
|
166
|
-
})
|
|
167
|
-
break
|
|
168
|
-
}
|
|
169
|
-
case "choco":
|
|
170
|
-
cmd = $`echo Y | choco upgrade ${cliName} --version=${target}`
|
|
171
|
-
break
|
|
172
|
-
case "scoop":
|
|
173
|
-
cmd = $`scoop install ${cliName}@${target}`
|
|
174
|
-
break
|
|
175
|
-
default:
|
|
176
|
-
throw new Error(`Unknown method: ${method}`)
|
|
177
|
-
}
|
|
178
|
-
const result = await cmd.quiet().throws(false)
|
|
179
|
-
if (result.exitCode !== 0) {
|
|
180
|
-
const stderr = method === "choco" ? "not running from an elevated command shell" : result.stderr.toString("utf8")
|
|
181
|
-
throw new UpgradeFailedError({
|
|
182
|
-
stderr: stderr,
|
|
183
|
-
})
|
|
184
|
-
}
|
|
185
|
-
log.info("upgraded", {
|
|
186
|
-
method,
|
|
187
|
-
target,
|
|
188
|
-
stdout: result.stdout.toString(),
|
|
189
|
-
stderr: result.stderr.toString(),
|
|
190
|
-
})
|
|
191
|
-
await $`${process.execPath} --version`.nothrow().quiet().text()
|
|
192
|
-
}
|
|
193
|
-
|
|
194
|
-
export const VERSION = typeof OPENCODE_VERSION === "string" ? OPENCODE_VERSION : "local"
|
|
195
|
-
export const CHANNEL = typeof OPENCODE_CHANNEL === "string" ? OPENCODE_CHANNEL : "local"
|
|
196
|
-
export const USER_AGENT = Brand.USER_AGENT
|
|
197
|
-
|
|
198
|
-
export async function latest(installMethod?: Method) {
|
|
199
|
-
const detectedMethod = installMethod || (await method())
|
|
200
|
-
|
|
201
|
-
if (detectedMethod === "brew") {
|
|
202
|
-
const formula = await getBrewFormula()
|
|
203
|
-
if (formula === cliName) {
|
|
204
|
-
return fetch(`https://formulae.brew.sh/api/formula/${cliName}.json`)
|
|
205
|
-
.then((res) => {
|
|
206
|
-
if (!res.ok) throw new Error(res.statusText)
|
|
207
|
-
return res.json()
|
|
208
|
-
})
|
|
209
|
-
.then((data: any) => data.versions.stable)
|
|
210
|
-
}
|
|
211
|
-
}
|
|
212
|
-
|
|
213
|
-
if (detectedMethod === "npm" || detectedMethod === "bun" || detectedMethod === "pnpm") {
|
|
214
|
-
const registry = await iife(async () => {
|
|
215
|
-
const r = (await $`npm config get registry`.quiet().nothrow().text()).trim()
|
|
216
|
-
const reg = r || "https://registry.npmjs.org"
|
|
217
|
-
return reg.endsWith("/") ? reg.slice(0, -1) : reg
|
|
218
|
-
})
|
|
219
|
-
const channel = CHANNEL
|
|
220
|
-
return fetch(`${registry}/${npmPackage}/${channel}`)
|
|
221
|
-
.then((res) => {
|
|
222
|
-
if (!res.ok) throw new Error(res.statusText)
|
|
223
|
-
return res.json()
|
|
224
|
-
})
|
|
225
|
-
.then((data: any) => data.version)
|
|
226
|
-
}
|
|
227
|
-
|
|
228
|
-
if (detectedMethod === "choco") {
|
|
229
|
-
return fetch(
|
|
230
|
-
`https://community.chocolatey.org/api/v2/Packages?$filter=Id%20eq%20%27${cliName}%27%20and%20IsLatestVersion&$select=Version`,
|
|
231
|
-
{ headers: { Accept: "application/json;odata=verbose" } },
|
|
232
|
-
)
|
|
233
|
-
.then((res) => {
|
|
234
|
-
if (!res.ok) throw new Error(res.statusText)
|
|
235
|
-
return res.json()
|
|
236
|
-
})
|
|
237
|
-
.then((data: any) => data.d.results[0].Version)
|
|
238
|
-
}
|
|
239
|
-
|
|
240
|
-
if (detectedMethod === "scoop") {
|
|
241
|
-
return fetch(`https://raw.githubusercontent.com/ScoopInstaller/Main/master/bucket/${cliName}.json`, {
|
|
242
|
-
headers: { Accept: "application/json" },
|
|
243
|
-
})
|
|
244
|
-
.then((res) => {
|
|
245
|
-
if (!res.ok) throw new Error(res.statusText)
|
|
246
|
-
return res.json()
|
|
247
|
-
})
|
|
248
|
-
.then((data: any) => data.version)
|
|
249
|
-
}
|
|
250
|
-
|
|
251
|
-
return fetch(`https://api.github.com/repos/${repo}/releases/latest`)
|
|
252
|
-
.then((res) => {
|
|
253
|
-
if (!res.ok) throw new Error(res.statusText)
|
|
254
|
-
return res.json()
|
|
255
|
-
})
|
|
256
|
-
.then((data: any) => data.tag_name.replace(/^v/, ""))
|
|
257
|
-
}
|
|
258
|
-
}
|