chad-code 1.3.1 → 1.3.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +55 -6
- package/package.json +36 -98
- package/AGENTS.md +0 -27
- package/Dockerfile +0 -18
- package/README.npm.md +0 -64
- package/bunfig.toml +0 -7
- package/eslint.config.js +0 -29
- package/parsers-config.ts +0 -253
- package/script/build.ts +0 -167
- package/script/publish-registries.ts +0 -187
- package/script/publish.ts +0 -93
- package/script/schema.ts +0 -47
- package/src/acp/README.md +0 -164
- package/src/acp/agent.ts +0 -1086
- package/src/acp/session.ts +0 -101
- package/src/acp/types.ts +0 -22
- package/src/agent/agent.ts +0 -253
- 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 -36
- package/src/auth/index.ts +0 -70
- package/src/bun/index.ts +0 -130
- 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 -132
- package/src/cli/cmd/cmd.ts +0 -7
- package/src/cli/cmd/debug/agent.ts +0 -28
- package/src/cli/cmd/debug/config.ts +0 -15
- package/src/cli/cmd/debug/file.ts +0 -91
- package/src/cli/cmd/debug/index.ts +0 -45
- package/src/cli/cmd/debug/lsp.ts +0 -48
- package/src/cli/cmd/debug/ripgrep.ts +0 -83
- 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 -48
- package/src/cli/cmd/export.ts +0 -88
- package/src/cli/cmd/generate.ts +0 -38
- package/src/cli/cmd/github.ts +0 -32
- package/src/cli/cmd/import.ts +0 -98
- package/src/cli/cmd/mcp.ts +0 -670
- package/src/cli/cmd/models.ts +0 -42
- package/src/cli/cmd/pr.ts +0 -112
- package/src/cli/cmd/run.ts +0 -374
- package/src/cli/cmd/serve.ts +0 -16
- package/src/cli/cmd/session.ts +0 -135
- package/src/cli/cmd/stats.ts +0 -402
- package/src/cli/cmd/tui/app.tsx +0 -705
- package/src/cli/cmd/tui/attach.ts +0 -32
- 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 -124
- package/src/cli/cmd/tui/component/dialog-mcp.tsx +0 -86
- package/src/cli/cmd/tui/component/dialog-model.tsx +0 -232
- package/src/cli/cmd/tui/component/dialog-provider.tsx +0 -228
- package/src/cli/cmd/tui/component/dialog-session-list.tsx +0 -115
- package/src/cli/cmd/tui/component/dialog-session-rename.tsx +0 -31
- package/src/cli/cmd/tui/component/dialog-stash.tsx +0 -86
- package/src/cli/cmd/tui/component/dialog-status.tsx +0 -162
- 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/did-you-know.tsx +0 -85
- package/src/cli/cmd/tui/component/logo.tsx +0 -43
- package/src/cli/cmd/tui/component/prompt/autocomplete.tsx +0 -654
- package/src/cli/cmd/tui/component/prompt/history.tsx +0 -108
- package/src/cli/cmd/tui/component/prompt/index.tsx +0 -1078
- 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.ts +0 -92
- 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/exit.tsx +0 -23
- package/src/cli/cmd/tui/context/helper.tsx +0 -25
- package/src/cli/cmd/tui/context/keybind.tsx +0 -101
- package/src/cli/cmd/tui/context/kv.tsx +0 -49
- package/src/cli/cmd/tui/context/local.tsx +0 -392
- package/src/cli/cmd/tui/context/prompt.tsx +0 -18
- package/src/cli/cmd/tui/context/route.tsx +0 -46
- package/src/cli/cmd/tui/context/sdk.tsx +0 -75
- package/src/cli/cmd/tui/context/sync.tsx +0 -384
- 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/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/chad.json +0 -245
- 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 -95
- package/src/cli/cmd/tui/context/theme/kanagawa.json +0 -77
- package/src/cli/cmd/tui/context/theme/lucent-orng.json +0 -227
- 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 -245
- 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 -1137
- package/src/cli/cmd/tui/event.ts +0 -46
- package/src/cli/cmd/tui/routes/home.tsx +0 -138
- 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 -88
- package/src/cli/cmd/tui/routes/session/header.tsx +0 -125
- package/src/cli/cmd/tui/routes/session/index.tsx +0 -1814
- package/src/cli/cmd/tui/routes/session/permission.tsx +0 -416
- package/src/cli/cmd/tui/routes/session/sidebar.tsx +0 -318
- package/src/cli/cmd/tui/spawn.ts +0 -48
- package/src/cli/cmd/tui/thread.ts +0 -111
- package/src/cli/cmd/tui/ui/dialog-alert.tsx +0 -57
- 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 -345
- package/src/cli/cmd/tui/ui/dialog.tsx +0 -171
- package/src/cli/cmd/tui/ui/link.tsx +0 -28
- package/src/cli/cmd/tui/ui/spinner.ts +0 -368
- package/src/cli/cmd/tui/ui/toast.tsx +0 -100
- package/src/cli/cmd/tui/util/clipboard.ts +0 -127
- 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 -68
- package/src/cli/cmd/uninstall.ts +0 -344
- package/src/cli/cmd/upgrade.ts +0 -67
- package/src/cli/cmd/web.ts +0 -73
- package/src/cli/error.ts +0 -56
- package/src/cli/network.ts +0 -53
- package/src/cli/ui.ts +0 -87
- 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 -97
- package/src/config/config.ts +0 -1124
- package/src/config/markdown.ts +0 -41
- package/src/env/index.ts +0 -26
- package/src/file/ignore.ts +0 -83
- package/src/file/index.ts +0 -411
- package/src/file/ripgrep.ts +0 -402
- package/src/file/time.ts +0 -64
- package/src/file/watcher.ts +0 -117
- package/src/flag/flag.ts +0 -52
- package/src/format/formatter.ts +0 -359
- package/src/format/index.ts +0 -137
- package/src/global/index.ts +0 -55
- package/src/id/id.ts +0 -73
- package/src/ide/index.ts +0 -77
- package/src/index.ts +0 -159
- package/src/installation/index.ts +0 -198
- 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 -2023
- package/src/mcp/auth.ts +0 -135
- package/src/mcp/index.ts +0 -874
- package/src/mcp/oauth-callback.ts +0 -200
- package/src/mcp/oauth-provider.ts +0 -154
- package/src/patch/index.ts +0 -622
- package/src/permission/arity.ts +0 -163
- package/src/permission/index.ts +0 -210
- package/src/permission/next.ts +0 -268
- package/src/plugin/index.ts +0 -106
- package/src/project/bootstrap.ts +0 -31
- package/src/project/instance.ts +0 -78
- package/src/project/project.ts +0 -263
- package/src/project/state.ts +0 -65
- package/src/project/vcs.ts +0 -76
- package/src/provider/auth.ts +0 -143
- package/src/provider/models-macro.ts +0 -4
- package/src/provider/models.ts +0 -77
- package/src/provider/provider.ts +0 -516
- package/src/provider/transform.ts +0 -114
- package/src/pty/index.ts +0 -212
- package/src/server/error.ts +0 -36
- package/src/server/mdns.ts +0 -57
- package/src/server/project.ts +0 -79
- package/src/server/server.ts +0 -2866
- package/src/server/tui.ts +0 -71
- package/src/session/compaction.ts +0 -225
- package/src/session/index.ts +0 -469
- package/src/session/llm.ts +0 -213
- package/src/session/message-v2.ts +0 -742
- package/src/session/message.ts +0 -189
- package/src/session/processor.ts +0 -402
- package/src/session/prompt/anthropic-20250930.txt +0 -166
- package/src/session/prompt/anthropic.txt +0 -105
- package/src/session/prompt/anthropic_spoof.txt +0 -1
- package/src/session/prompt/beast.txt +0 -147
- package/src/session/prompt/build-switch.txt +0 -5
- package/src/session/prompt/codex.txt +0 -318
- package/src/session/prompt/copilot-gpt-5.txt +0 -143
- package/src/session/prompt/gemini.txt +0 -155
- 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 -109
- package/src/session/prompt.ts +0 -1621
- package/src/session/retry.ts +0 -90
- package/src/session/revert.ts +0 -108
- package/src/session/status.ts +0 -76
- package/src/session/summary.ts +0 -194
- package/src/session/system.ts +0 -108
- package/src/session/todo.ts +0 -37
- package/src/share/share-next.ts +0 -194
- package/src/share/share.ts +0 -23
- package/src/shell/shell.ts +0 -67
- package/src/skill/index.ts +0 -1
- package/src/skill/skill.ts +0 -124
- package/src/snapshot/index.ts +0 -197
- package/src/storage/storage.ts +0 -226
- package/src/tool/bash.ts +0 -262
- package/src/tool/bash.txt +0 -116
- 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 -655
- package/src/tool/edit.txt +0 -10
- package/src/tool/glob.ts +0 -75
- package/src/tool/glob.txt +0 -6
- package/src/tool/grep.ts +0 -132
- package/src/tool/grep.txt +0 -8
- package/src/tool/invalid.ts +0 -17
- package/src/tool/ls.ts +0 -119
- package/src/tool/ls.txt +0 -1
- package/src/tool/lsp.ts +0 -94
- package/src/tool/lsp.txt +0 -19
- package/src/tool/multiedit.ts +0 -46
- package/src/tool/multiedit.txt +0 -41
- package/src/tool/patch.ts +0 -210
- package/src/tool/patch.txt +0 -1
- package/src/tool/read.ts +0 -191
- package/src/tool/read.txt +0 -12
- package/src/tool/registry.ts +0 -137
- package/src/tool/skill.ts +0 -77
- package/src/tool/task.ts +0 -167
- 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 -73
- package/src/tool/webfetch.ts +0 -182
- package/src/tool/webfetch.txt +0 -13
- package/src/tool/websearch.ts +0 -144
- package/src/tool/websearch.txt +0 -11
- package/src/tool/write.ts +0 -84
- 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 -83
- package/src/util/fn.ts +0 -11
- package/src/util/iife.ts +0 -3
- package/src/util/keybind.ts +0 -102
- 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 -42
- 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 -54
- package/src/worktree/index.ts +0 -217
- package/sst-env.d.ts +0 -9
- package/test/agent/agent.test.ts +0 -448
- package/test/bun.test.ts +0 -53
- package/test/cli/github-action.test.ts +0 -129
- package/test/cli/github-remote.test.ts +0 -80
- package/test/cli/tui/transcript.test.ts +0 -297
- package/test/config/agent-color.test.ts +0 -66
- package/test/config/config.test.ts +0 -870
- package/test/config/markdown.test.ts +0 -89
- package/test/file/ignore.test.ts +0 -10
- package/test/file/path-traversal.test.ts +0 -115
- 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/patch/patch.test.ts +0 -348
- package/test/permission/arity.test.ts +0 -33
- package/test/permission/next.test.ts +0 -652
- package/test/preload.ts +0 -63
- package/test/project/project.test.ts +0 -120
- package/test/provider/amazon-bedrock.test.ts +0 -236
- package/test/provider/provider.test.ts +0 -2127
- package/test/provider/transform.test.ts +0 -980
- package/test/server/session-select.test.ts +0 -78
- package/test/session/compaction.test.ts +0 -251
- package/test/session/message-v2.test.ts +0 -570
- 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/bash.test.ts +0 -232
- package/test/tool/grep.test.ts +0 -109
- package/test/tool/patch.test.ts +0 -261
- package/test/tool/read.test.ts +0 -167
- package/test/util/iife.test.ts +0 -36
- package/test/util/lazy.test.ts +0 -50
- package/test/util/timeout.test.ts +0 -21
- package/test/util/wildcard.test.ts +0 -55
- package/tsconfig.json +0 -16
- /package/{script/postinstall.mjs → postinstall.mjs} +0 -0
package/src/plugin/index.ts
DELETED
|
@@ -1,106 +0,0 @@
|
|
|
1
|
-
import type { Hooks, PluginInput, Plugin as PluginInstance } from "@opencode-ai/plugin"
|
|
2
|
-
import { Config } from "../config/config"
|
|
3
|
-
import { Bus } from "../bus"
|
|
4
|
-
import { Log } from "../util/log"
|
|
5
|
-
import { createOpencodeClient } from "@opencode-ai/sdk"
|
|
6
|
-
import { Server } from "../server/server"
|
|
7
|
-
import { BunProc } from "../bun"
|
|
8
|
-
import { Instance } from "../project/instance"
|
|
9
|
-
import { Flag } from "../flag/flag"
|
|
10
|
-
|
|
11
|
-
export namespace Plugin {
|
|
12
|
-
const log = Log.create({ service: "plugin" })
|
|
13
|
-
|
|
14
|
-
// CoreThink doesn't need external auth plugins
|
|
15
|
-
const BUILTIN: string[] = []
|
|
16
|
-
|
|
17
|
-
const state = Instance.state(async () => {
|
|
18
|
-
const client = createOpencodeClient({
|
|
19
|
-
baseUrl: "http://localhost:4096",
|
|
20
|
-
// @ts-ignore - fetch type incompatibility
|
|
21
|
-
fetch: async (...args) => Server.App().fetch(...args),
|
|
22
|
-
})
|
|
23
|
-
const config = await Config.get()
|
|
24
|
-
const hooks = []
|
|
25
|
-
const input: PluginInput = {
|
|
26
|
-
client,
|
|
27
|
-
project: Instance.project,
|
|
28
|
-
worktree: Instance.worktree,
|
|
29
|
-
directory: Instance.directory,
|
|
30
|
-
serverUrl: Server.url(),
|
|
31
|
-
$: Bun.$,
|
|
32
|
-
}
|
|
33
|
-
const plugins = [...(config.plugin ?? [])]
|
|
34
|
-
if (!Flag.OPENCODE_DISABLE_DEFAULT_PLUGINS) {
|
|
35
|
-
plugins.push(...BUILTIN)
|
|
36
|
-
}
|
|
37
|
-
for (let plugin of plugins) {
|
|
38
|
-
log.info("loading plugin", { path: plugin })
|
|
39
|
-
if (!plugin.startsWith("file://")) {
|
|
40
|
-
const lastAtIndex = plugin.lastIndexOf("@")
|
|
41
|
-
const pkg = lastAtIndex > 0 ? plugin.substring(0, lastAtIndex) : plugin
|
|
42
|
-
const version = lastAtIndex > 0 ? plugin.substring(lastAtIndex + 1) : "latest"
|
|
43
|
-
const builtin = BUILTIN.some((x) => x.startsWith(pkg + "@"))
|
|
44
|
-
plugin = await BunProc.install(pkg, version).catch((err) => {
|
|
45
|
-
if (builtin) return ""
|
|
46
|
-
throw err
|
|
47
|
-
})
|
|
48
|
-
if (!plugin) continue
|
|
49
|
-
}
|
|
50
|
-
const mod = await import(plugin)
|
|
51
|
-
// Prevent duplicate initialization when plugins export the same function
|
|
52
|
-
// as both a named export and default export (e.g., `export const X` and `export default X`).
|
|
53
|
-
// Object.entries(mod) would return both entries pointing to the same function reference.
|
|
54
|
-
const seen = new Set<PluginInstance>()
|
|
55
|
-
for (const [_name, fn] of Object.entries<PluginInstance>(mod)) {
|
|
56
|
-
if (seen.has(fn)) continue
|
|
57
|
-
seen.add(fn)
|
|
58
|
-
const init = await fn(input)
|
|
59
|
-
hooks.push(init)
|
|
60
|
-
}
|
|
61
|
-
}
|
|
62
|
-
|
|
63
|
-
return {
|
|
64
|
-
hooks,
|
|
65
|
-
input,
|
|
66
|
-
}
|
|
67
|
-
})
|
|
68
|
-
|
|
69
|
-
export async function trigger<
|
|
70
|
-
Name extends Exclude<keyof Required<Hooks>, "auth" | "event" | "tool">,
|
|
71
|
-
Input = Parameters<Required<Hooks>[Name]>[0],
|
|
72
|
-
Output = Parameters<Required<Hooks>[Name]>[1],
|
|
73
|
-
>(name: Name, input: Input, output: Output): Promise<Output> {
|
|
74
|
-
if (!name) return output
|
|
75
|
-
for (const hook of await state().then((x) => x.hooks)) {
|
|
76
|
-
const fn = hook[name]
|
|
77
|
-
if (!fn) continue
|
|
78
|
-
// @ts-expect-error if you feel adventurous, please fix the typing, make sure to bump the try-counter if you
|
|
79
|
-
// give up.
|
|
80
|
-
// try-counter: 2
|
|
81
|
-
await fn(input, output)
|
|
82
|
-
}
|
|
83
|
-
return output
|
|
84
|
-
}
|
|
85
|
-
|
|
86
|
-
export async function list() {
|
|
87
|
-
return state().then((x) => x.hooks)
|
|
88
|
-
}
|
|
89
|
-
|
|
90
|
-
export async function init() {
|
|
91
|
-
const hooks = await state().then((x) => x.hooks)
|
|
92
|
-
const config = await Config.get()
|
|
93
|
-
for (const hook of hooks) {
|
|
94
|
-
// @ts-expect-error this is because we haven't moved plugin to sdk v2
|
|
95
|
-
await hook.config?.(config)
|
|
96
|
-
}
|
|
97
|
-
Bus.subscribeAll(async (input) => {
|
|
98
|
-
const hooks = await state().then((x) => x.hooks)
|
|
99
|
-
for (const hook of hooks) {
|
|
100
|
-
hook["event"]?.({
|
|
101
|
-
event: input,
|
|
102
|
-
})
|
|
103
|
-
}
|
|
104
|
-
})
|
|
105
|
-
}
|
|
106
|
-
}
|
package/src/project/bootstrap.ts
DELETED
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
import { Plugin } from "../plugin"
|
|
2
|
-
import { Share } from "../share/share"
|
|
3
|
-
import { Format } from "../format"
|
|
4
|
-
import { LSP } from "../lsp"
|
|
5
|
-
import { FileWatcher } from "../file/watcher"
|
|
6
|
-
import { File } from "../file"
|
|
7
|
-
import { Project } from "./project"
|
|
8
|
-
import { Bus } from "../bus"
|
|
9
|
-
import { Command } from "../command"
|
|
10
|
-
import { Instance } from "./instance"
|
|
11
|
-
import { Vcs } from "./vcs"
|
|
12
|
-
import { Log } from "@/util/log"
|
|
13
|
-
import { ShareNext } from "@/share/share-next"
|
|
14
|
-
|
|
15
|
-
export async function InstanceBootstrap() {
|
|
16
|
-
Log.Default.info("bootstrapping", { directory: Instance.directory })
|
|
17
|
-
await Plugin.init()
|
|
18
|
-
Share.init()
|
|
19
|
-
ShareNext.init()
|
|
20
|
-
Format.init()
|
|
21
|
-
await LSP.init()
|
|
22
|
-
FileWatcher.init()
|
|
23
|
-
File.init()
|
|
24
|
-
Vcs.init()
|
|
25
|
-
|
|
26
|
-
Bus.subscribe(Command.Event.Executed, async (payload) => {
|
|
27
|
-
if (payload.properties.name === Command.Default.INIT) {
|
|
28
|
-
await Project.setInitialized(Instance.project.id)
|
|
29
|
-
}
|
|
30
|
-
})
|
|
31
|
-
}
|
package/src/project/instance.ts
DELETED
|
@@ -1,78 +0,0 @@
|
|
|
1
|
-
import { Log } from "@/util/log"
|
|
2
|
-
import { Context } from "../util/context"
|
|
3
|
-
import { Project } from "./project"
|
|
4
|
-
import { State } from "./state"
|
|
5
|
-
import { iife } from "@/util/iife"
|
|
6
|
-
import { GlobalBus } from "@/bus/global"
|
|
7
|
-
|
|
8
|
-
interface Context {
|
|
9
|
-
directory: string
|
|
10
|
-
worktree: string
|
|
11
|
-
project: Project.Info
|
|
12
|
-
}
|
|
13
|
-
const context = Context.create<Context>("instance")
|
|
14
|
-
const cache = new Map<string, Promise<Context>>()
|
|
15
|
-
|
|
16
|
-
export const Instance = {
|
|
17
|
-
async provide<R>(input: { directory: string; init?: () => Promise<any>; fn: () => R }): Promise<R> {
|
|
18
|
-
let existing = cache.get(input.directory)
|
|
19
|
-
if (!existing) {
|
|
20
|
-
Log.Default.info("creating instance", { directory: input.directory })
|
|
21
|
-
existing = iife(async () => {
|
|
22
|
-
const { project, sandbox } = await Project.fromDirectory(input.directory)
|
|
23
|
-
const ctx = {
|
|
24
|
-
directory: input.directory,
|
|
25
|
-
worktree: sandbox,
|
|
26
|
-
project,
|
|
27
|
-
}
|
|
28
|
-
await context.provide(ctx, async () => {
|
|
29
|
-
await input.init?.()
|
|
30
|
-
})
|
|
31
|
-
return ctx
|
|
32
|
-
})
|
|
33
|
-
cache.set(input.directory, existing)
|
|
34
|
-
}
|
|
35
|
-
const ctx = await existing
|
|
36
|
-
return context.provide(ctx, async () => {
|
|
37
|
-
return input.fn()
|
|
38
|
-
})
|
|
39
|
-
},
|
|
40
|
-
get directory() {
|
|
41
|
-
return context.use().directory
|
|
42
|
-
},
|
|
43
|
-
get worktree() {
|
|
44
|
-
return context.use().worktree
|
|
45
|
-
},
|
|
46
|
-
get project() {
|
|
47
|
-
return context.use().project
|
|
48
|
-
},
|
|
49
|
-
state<S>(init: () => S, dispose?: (state: Awaited<S>) => Promise<void>): () => S {
|
|
50
|
-
return State.create(() => Instance.directory, init, dispose)
|
|
51
|
-
},
|
|
52
|
-
async dispose() {
|
|
53
|
-
Log.Default.info("disposing instance", { directory: Instance.directory })
|
|
54
|
-
await State.dispose(Instance.directory)
|
|
55
|
-
cache.delete(Instance.directory)
|
|
56
|
-
GlobalBus.emit("event", {
|
|
57
|
-
directory: Instance.directory,
|
|
58
|
-
payload: {
|
|
59
|
-
type: "server.instance.disposed",
|
|
60
|
-
properties: {
|
|
61
|
-
directory: Instance.directory,
|
|
62
|
-
},
|
|
63
|
-
},
|
|
64
|
-
})
|
|
65
|
-
},
|
|
66
|
-
async disposeAll() {
|
|
67
|
-
Log.Default.info("disposing all instances")
|
|
68
|
-
for (const [_key, value] of cache) {
|
|
69
|
-
const awaited = await value.catch(() => {})
|
|
70
|
-
if (awaited) {
|
|
71
|
-
await context.provide(await value, async () => {
|
|
72
|
-
await Instance.dispose()
|
|
73
|
-
})
|
|
74
|
-
}
|
|
75
|
-
}
|
|
76
|
-
cache.clear()
|
|
77
|
-
},
|
|
78
|
-
}
|
package/src/project/project.ts
DELETED
|
@@ -1,263 +0,0 @@
|
|
|
1
|
-
import z from "zod"
|
|
2
|
-
import fs from "fs/promises"
|
|
3
|
-
import { Filesystem } from "../util/filesystem"
|
|
4
|
-
import path from "path"
|
|
5
|
-
import { $ } from "bun"
|
|
6
|
-
import { Storage } from "../storage/storage"
|
|
7
|
-
import { Log } from "../util/log"
|
|
8
|
-
import { Flag } from "@/flag/flag"
|
|
9
|
-
import { Session } from "../session"
|
|
10
|
-
import { work } from "../util/queue"
|
|
11
|
-
import { fn } from "@opencode-ai/util/fn"
|
|
12
|
-
import { BusEvent } from "@/bus/bus-event"
|
|
13
|
-
import { iife } from "@/util/iife"
|
|
14
|
-
import { GlobalBus } from "@/bus/global"
|
|
15
|
-
|
|
16
|
-
export namespace Project {
|
|
17
|
-
const log = Log.create({ service: "project" })
|
|
18
|
-
export const Info = z
|
|
19
|
-
.object({
|
|
20
|
-
id: z.string(),
|
|
21
|
-
worktree: z.string(),
|
|
22
|
-
vcs: z.literal("git").optional(),
|
|
23
|
-
name: z.string().optional(),
|
|
24
|
-
icon: z
|
|
25
|
-
.object({
|
|
26
|
-
url: z.string().optional(),
|
|
27
|
-
color: z.string().optional(),
|
|
28
|
-
})
|
|
29
|
-
.optional(),
|
|
30
|
-
time: z.object({
|
|
31
|
-
created: z.number(),
|
|
32
|
-
updated: z.number(),
|
|
33
|
-
initialized: z.number().optional(),
|
|
34
|
-
}),
|
|
35
|
-
sandboxes: z.array(z.string()),
|
|
36
|
-
})
|
|
37
|
-
.meta({
|
|
38
|
-
ref: "Project",
|
|
39
|
-
})
|
|
40
|
-
export type Info = z.infer<typeof Info>
|
|
41
|
-
|
|
42
|
-
export const Event = {
|
|
43
|
-
Updated: BusEvent.define("project.updated", Info),
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
export async function fromDirectory(directory: string) {
|
|
47
|
-
log.info("fromDirectory", { directory })
|
|
48
|
-
|
|
49
|
-
const { id, sandbox, worktree, vcs } = await iife(async () => {
|
|
50
|
-
const matches = Filesystem.up({ targets: [".git"], start: directory })
|
|
51
|
-
const git = await matches.next().then((x) => x.value)
|
|
52
|
-
await matches.return()
|
|
53
|
-
if (git) {
|
|
54
|
-
let sandbox = path.dirname(git)
|
|
55
|
-
|
|
56
|
-
// cached id calculation
|
|
57
|
-
let id = await Bun.file(path.join(git, "opencode"))
|
|
58
|
-
.text()
|
|
59
|
-
.then((x) => x.trim())
|
|
60
|
-
.catch(() => {})
|
|
61
|
-
|
|
62
|
-
// generate id from root commit
|
|
63
|
-
if (!id) {
|
|
64
|
-
const roots = await $`git rev-list --max-parents=0 --all`
|
|
65
|
-
.quiet()
|
|
66
|
-
.nothrow()
|
|
67
|
-
.cwd(sandbox)
|
|
68
|
-
.text()
|
|
69
|
-
.then((x) =>
|
|
70
|
-
x
|
|
71
|
-
.split("\n")
|
|
72
|
-
.filter(Boolean)
|
|
73
|
-
.map((x) => x.trim())
|
|
74
|
-
.toSorted(),
|
|
75
|
-
)
|
|
76
|
-
id = roots[0]
|
|
77
|
-
if (id) Bun.file(path.join(git, "opencode")).write(id)
|
|
78
|
-
}
|
|
79
|
-
|
|
80
|
-
if (!id)
|
|
81
|
-
return {
|
|
82
|
-
id: "global",
|
|
83
|
-
worktree: sandbox,
|
|
84
|
-
sandbox: sandbox,
|
|
85
|
-
vcs: "git",
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
sandbox = await $`git rev-parse --show-toplevel`
|
|
89
|
-
.quiet()
|
|
90
|
-
.nothrow()
|
|
91
|
-
.cwd(sandbox)
|
|
92
|
-
.text()
|
|
93
|
-
.then((x) => path.resolve(sandbox, x.trim()))
|
|
94
|
-
const worktree = await $`git rev-parse --git-common-dir`
|
|
95
|
-
.quiet()
|
|
96
|
-
.nothrow()
|
|
97
|
-
.cwd(sandbox)
|
|
98
|
-
.text()
|
|
99
|
-
.then((x) => {
|
|
100
|
-
const dirname = path.dirname(x.trim())
|
|
101
|
-
if (dirname === ".") return sandbox
|
|
102
|
-
return dirname
|
|
103
|
-
})
|
|
104
|
-
return {
|
|
105
|
-
id,
|
|
106
|
-
sandbox,
|
|
107
|
-
worktree,
|
|
108
|
-
vcs: "git",
|
|
109
|
-
}
|
|
110
|
-
}
|
|
111
|
-
|
|
112
|
-
return {
|
|
113
|
-
id: "global",
|
|
114
|
-
worktree: "/",
|
|
115
|
-
sandbox: "/",
|
|
116
|
-
vcs: Info.shape.vcs.parse(Flag.OPENCODE_FAKE_VCS),
|
|
117
|
-
}
|
|
118
|
-
})
|
|
119
|
-
|
|
120
|
-
let existing = await Storage.read<Info>(["project", id]).catch(() => undefined)
|
|
121
|
-
if (!existing) {
|
|
122
|
-
existing = {
|
|
123
|
-
id,
|
|
124
|
-
worktree,
|
|
125
|
-
vcs: vcs as Info["vcs"],
|
|
126
|
-
sandboxes: [],
|
|
127
|
-
time: {
|
|
128
|
-
created: Date.now(),
|
|
129
|
-
updated: Date.now(),
|
|
130
|
-
},
|
|
131
|
-
}
|
|
132
|
-
if (id !== "global") {
|
|
133
|
-
await migrateFromGlobal(id, worktree)
|
|
134
|
-
}
|
|
135
|
-
}
|
|
136
|
-
|
|
137
|
-
// migrate old projects before sandboxes
|
|
138
|
-
if (!existing.sandboxes) existing.sandboxes = []
|
|
139
|
-
|
|
140
|
-
if (Flag.OPENCODE_EXPERIMENTAL_ICON_DISCOVERY) discover(existing)
|
|
141
|
-
const result: Info = {
|
|
142
|
-
...existing,
|
|
143
|
-
worktree,
|
|
144
|
-
vcs: vcs as Info["vcs"],
|
|
145
|
-
time: {
|
|
146
|
-
...existing.time,
|
|
147
|
-
updated: Date.now(),
|
|
148
|
-
},
|
|
149
|
-
}
|
|
150
|
-
if (sandbox !== result.worktree && !result.sandboxes.includes(sandbox)) result.sandboxes.push(sandbox)
|
|
151
|
-
await Storage.write<Info>(["project", id], result)
|
|
152
|
-
GlobalBus.emit("event", {
|
|
153
|
-
payload: {
|
|
154
|
-
type: Event.Updated.type,
|
|
155
|
-
properties: result,
|
|
156
|
-
},
|
|
157
|
-
})
|
|
158
|
-
return { project: result, sandbox }
|
|
159
|
-
}
|
|
160
|
-
|
|
161
|
-
export async function discover(input: Info) {
|
|
162
|
-
if (input.vcs !== "git") return
|
|
163
|
-
if (input.icon?.url) return
|
|
164
|
-
const glob = new Bun.Glob("**/{favicon}.{ico,png,svg,jpg,jpeg,webp}")
|
|
165
|
-
const matches = await Array.fromAsync(
|
|
166
|
-
glob.scan({
|
|
167
|
-
cwd: input.worktree,
|
|
168
|
-
absolute: true,
|
|
169
|
-
onlyFiles: true,
|
|
170
|
-
followSymlinks: false,
|
|
171
|
-
dot: false,
|
|
172
|
-
}),
|
|
173
|
-
)
|
|
174
|
-
const shortest = matches.sort((a, b) => a.length - b.length)[0]
|
|
175
|
-
if (!shortest) return
|
|
176
|
-
const file = Bun.file(shortest)
|
|
177
|
-
const buffer = await file.arrayBuffer()
|
|
178
|
-
const base64 = Buffer.from(buffer).toString("base64")
|
|
179
|
-
const mime = file.type || "image/png"
|
|
180
|
-
const url = `data:${mime};base64,${base64}`
|
|
181
|
-
await update({
|
|
182
|
-
projectID: input.id,
|
|
183
|
-
icon: {
|
|
184
|
-
url,
|
|
185
|
-
},
|
|
186
|
-
})
|
|
187
|
-
return
|
|
188
|
-
}
|
|
189
|
-
|
|
190
|
-
async function migrateFromGlobal(newProjectID: string, worktree: string) {
|
|
191
|
-
const globalProject = await Storage.read<Info>(["project", "global"]).catch(() => undefined)
|
|
192
|
-
if (!globalProject) return
|
|
193
|
-
|
|
194
|
-
const globalSessions = await Storage.list(["session", "global"]).catch(() => [])
|
|
195
|
-
if (globalSessions.length === 0) return
|
|
196
|
-
|
|
197
|
-
log.info("migrating sessions from global", { newProjectID, worktree, count: globalSessions.length })
|
|
198
|
-
|
|
199
|
-
await work(10, globalSessions, async (key) => {
|
|
200
|
-
const sessionID = key[key.length - 1]
|
|
201
|
-
const session = await Storage.read<Session.Info>(key).catch(() => undefined)
|
|
202
|
-
if (!session) return
|
|
203
|
-
if (session.directory && session.directory !== worktree) return
|
|
204
|
-
|
|
205
|
-
session.projectID = newProjectID
|
|
206
|
-
log.info("migrating session", { sessionID, from: "global", to: newProjectID })
|
|
207
|
-
await Storage.write(["session", newProjectID, sessionID], session)
|
|
208
|
-
await Storage.remove(key)
|
|
209
|
-
}).catch((error) => {
|
|
210
|
-
log.error("failed to migrate sessions from global to project", { error, projectId: newProjectID })
|
|
211
|
-
})
|
|
212
|
-
}
|
|
213
|
-
|
|
214
|
-
export async function setInitialized(projectID: string) {
|
|
215
|
-
await Storage.update<Info>(["project", projectID], (draft) => {
|
|
216
|
-
draft.time.initialized = Date.now()
|
|
217
|
-
})
|
|
218
|
-
}
|
|
219
|
-
|
|
220
|
-
export async function list() {
|
|
221
|
-
const keys = await Storage.list(["project"])
|
|
222
|
-
return await Promise.all(keys.map((x) => Storage.read<Info>(x)))
|
|
223
|
-
}
|
|
224
|
-
|
|
225
|
-
export const update = fn(
|
|
226
|
-
z.object({
|
|
227
|
-
projectID: z.string(),
|
|
228
|
-
name: z.string().optional(),
|
|
229
|
-
icon: Info.shape.icon.optional(),
|
|
230
|
-
}),
|
|
231
|
-
async (input) => {
|
|
232
|
-
const result = await Storage.update<Info>(["project", input.projectID], (draft) => {
|
|
233
|
-
if (input.name !== undefined) draft.name = input.name
|
|
234
|
-
if (input.icon !== undefined) {
|
|
235
|
-
draft.icon = {
|
|
236
|
-
...draft.icon,
|
|
237
|
-
}
|
|
238
|
-
if (input.icon.url !== undefined) draft.icon.url = input.icon.url
|
|
239
|
-
if (input.icon.color !== undefined) draft.icon.color = input.icon.color
|
|
240
|
-
}
|
|
241
|
-
draft.time.updated = Date.now()
|
|
242
|
-
})
|
|
243
|
-
GlobalBus.emit("event", {
|
|
244
|
-
payload: {
|
|
245
|
-
type: Event.Updated.type,
|
|
246
|
-
properties: result,
|
|
247
|
-
},
|
|
248
|
-
})
|
|
249
|
-
return result
|
|
250
|
-
},
|
|
251
|
-
)
|
|
252
|
-
|
|
253
|
-
export async function sandboxes(projectID: string) {
|
|
254
|
-
const project = await Storage.read<Info>(["project", projectID]).catch(() => undefined)
|
|
255
|
-
if (!project?.sandboxes) return []
|
|
256
|
-
const valid: string[] = []
|
|
257
|
-
for (const dir of project.sandboxes) {
|
|
258
|
-
const stat = await fs.stat(dir).catch(() => undefined)
|
|
259
|
-
if (stat?.isDirectory()) valid.push(dir)
|
|
260
|
-
}
|
|
261
|
-
return valid
|
|
262
|
-
}
|
|
263
|
-
}
|
package/src/project/state.ts
DELETED
|
@@ -1,65 +0,0 @@
|
|
|
1
|
-
import { Log } from "@/util/log"
|
|
2
|
-
|
|
3
|
-
export namespace State {
|
|
4
|
-
interface Entry {
|
|
5
|
-
state: any
|
|
6
|
-
dispose?: (state: any) => Promise<void>
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
const log = Log.create({ service: "state" })
|
|
10
|
-
const recordsByKey = new Map<string, Map<any, Entry>>()
|
|
11
|
-
|
|
12
|
-
export function create<S>(root: () => string, init: () => S, dispose?: (state: Awaited<S>) => Promise<void>) {
|
|
13
|
-
return () => {
|
|
14
|
-
const key = root()
|
|
15
|
-
let entries = recordsByKey.get(key)
|
|
16
|
-
if (!entries) {
|
|
17
|
-
entries = new Map<string, Entry>()
|
|
18
|
-
recordsByKey.set(key, entries)
|
|
19
|
-
}
|
|
20
|
-
const exists = entries.get(init)
|
|
21
|
-
if (exists) return exists.state as S
|
|
22
|
-
const state = init()
|
|
23
|
-
entries.set(init, {
|
|
24
|
-
state,
|
|
25
|
-
dispose,
|
|
26
|
-
})
|
|
27
|
-
return state
|
|
28
|
-
}
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
export async function dispose(key: string) {
|
|
32
|
-
const entries = recordsByKey.get(key)
|
|
33
|
-
if (!entries) return
|
|
34
|
-
|
|
35
|
-
log.info("waiting for state disposal to complete", { key })
|
|
36
|
-
|
|
37
|
-
let disposalFinished = false
|
|
38
|
-
|
|
39
|
-
setTimeout(() => {
|
|
40
|
-
if (!disposalFinished) {
|
|
41
|
-
log.warn(
|
|
42
|
-
"state disposal is taking an unusually long time - if it does not complete in a reasonable time, please report this as a bug",
|
|
43
|
-
{ key },
|
|
44
|
-
)
|
|
45
|
-
}
|
|
46
|
-
}, 10000).unref()
|
|
47
|
-
|
|
48
|
-
const tasks: Promise<void>[] = []
|
|
49
|
-
for (const entry of entries.values()) {
|
|
50
|
-
if (!entry.dispose) continue
|
|
51
|
-
|
|
52
|
-
const task = Promise.resolve(entry.state)
|
|
53
|
-
.then((state) => entry.dispose!(state))
|
|
54
|
-
.catch((error) => {
|
|
55
|
-
log.error("Error while disposing state:", { error, key })
|
|
56
|
-
})
|
|
57
|
-
|
|
58
|
-
tasks.push(task)
|
|
59
|
-
}
|
|
60
|
-
entries.clear()
|
|
61
|
-
await Promise.all(tasks)
|
|
62
|
-
disposalFinished = true
|
|
63
|
-
log.info("state disposal completed", { key })
|
|
64
|
-
}
|
|
65
|
-
}
|
package/src/project/vcs.ts
DELETED
|
@@ -1,76 +0,0 @@
|
|
|
1
|
-
import { BusEvent } from "@/bus/bus-event"
|
|
2
|
-
import { Bus } from "@/bus"
|
|
3
|
-
import { $ } from "bun"
|
|
4
|
-
import path from "path"
|
|
5
|
-
import z from "zod"
|
|
6
|
-
import { Log } from "@/util/log"
|
|
7
|
-
import { Instance } from "./instance"
|
|
8
|
-
import { FileWatcher } from "@/file/watcher"
|
|
9
|
-
|
|
10
|
-
const log = Log.create({ service: "vcs" })
|
|
11
|
-
|
|
12
|
-
export namespace Vcs {
|
|
13
|
-
export const Event = {
|
|
14
|
-
BranchUpdated: BusEvent.define(
|
|
15
|
-
"vcs.branch.updated",
|
|
16
|
-
z.object({
|
|
17
|
-
branch: z.string().optional(),
|
|
18
|
-
}),
|
|
19
|
-
),
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
export const Info = z
|
|
23
|
-
.object({
|
|
24
|
-
branch: z.string(),
|
|
25
|
-
})
|
|
26
|
-
.meta({
|
|
27
|
-
ref: "VcsInfo",
|
|
28
|
-
})
|
|
29
|
-
export type Info = z.infer<typeof Info>
|
|
30
|
-
|
|
31
|
-
async function currentBranch() {
|
|
32
|
-
return $`git rev-parse --abbrev-ref HEAD`
|
|
33
|
-
.quiet()
|
|
34
|
-
.nothrow()
|
|
35
|
-
.cwd(Instance.worktree)
|
|
36
|
-
.text()
|
|
37
|
-
.then((x) => x.trim())
|
|
38
|
-
.catch(() => undefined)
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
const state = Instance.state(
|
|
42
|
-
async () => {
|
|
43
|
-
if (Instance.project.vcs !== "git") {
|
|
44
|
-
return { branch: async () => undefined, unsubscribe: undefined }
|
|
45
|
-
}
|
|
46
|
-
let current = await currentBranch()
|
|
47
|
-
log.info("initialized", { branch: current })
|
|
48
|
-
|
|
49
|
-
const unsubscribe = Bus.subscribe(FileWatcher.Event.Updated, async (evt) => {
|
|
50
|
-
if (evt.properties.file.endsWith("HEAD")) return
|
|
51
|
-
const next = await currentBranch()
|
|
52
|
-
if (next !== current) {
|
|
53
|
-
log.info("branch changed", { from: current, to: next })
|
|
54
|
-
current = next
|
|
55
|
-
Bus.publish(Event.BranchUpdated, { branch: next })
|
|
56
|
-
}
|
|
57
|
-
})
|
|
58
|
-
|
|
59
|
-
return {
|
|
60
|
-
branch: async () => current,
|
|
61
|
-
unsubscribe,
|
|
62
|
-
}
|
|
63
|
-
},
|
|
64
|
-
async (state) => {
|
|
65
|
-
state.unsubscribe?.()
|
|
66
|
-
},
|
|
67
|
-
)
|
|
68
|
-
|
|
69
|
-
export async function init() {
|
|
70
|
-
return state()
|
|
71
|
-
}
|
|
72
|
-
|
|
73
|
-
export async function branch() {
|
|
74
|
-
return await state().then((s) => s.branch())
|
|
75
|
-
}
|
|
76
|
-
}
|