@bloxystudios/bloxycode 1.0.1 → 1.0.4
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/bloxycode +11 -8
- package/package.json +16 -130
- package/postinstall.mjs +129 -0
- package/LICENSE +0 -21
- package/README.md +0 -272
- 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 -356
- package/src/agent/generate.txt +0 -75
- package/src/agent/prompt/bloxy.txt +0 -46
- 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/bloxy/event.ts +0 -41
- package/src/bloxy/index.ts +0 -5
- package/src/bloxy/parser.ts +0 -263
- package/src/bloxy/prompt.ts +0 -121
- package/src/bloxy/runner.ts +0 -193
- package/src/bloxy/state.ts +0 -246
- package/src/bun/index.ts +0 -134
- 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 -400
- package/src/cli/cmd/cmd.ts +0 -7
- package/src/cli/cmd/debug/agent.ts +0 -167
- 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 -98
- package/src/cli/cmd/mcp.ts +0 -755
- 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 -771
- 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 -148
- 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/logo.tsx +0 -102
- 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 -1138
- 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/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 -52
- 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 -46
- package/src/cli/cmd/tui/context/sdk.tsx +0 -94
- package/src/cli/cmd/tui/context/sync.tsx +0 -470
- 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/bloxycode.json +0 -245
- 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/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 -1152
- package/src/cli/cmd/tui/event.ts +0 -48
- package/src/cli/cmd/tui/routes/home.tsx +0 -140
- 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/header.tsx +0 -142
- package/src/cli/cmd/tui/routes/session/index.tsx +0 -2048
- package/src/cli/cmd/tui/routes/session/permission.tsx +0 -508
- package/src/cli/cmd/tui/routes/session/question.tsx +0 -453
- package/src/cli/cmd/tui/routes/session/sidebar.tsx +0 -313
- package/src/cli/cmd/tui/thread.ts +0 -165
- 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 -385
- package/src/cli/cmd/tui/ui/dialog.tsx +0 -167
- 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 -160
- 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 -357
- 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 -86
- package/src/cli/upgrade.ts +0 -25
- package/src/command/index.ts +0 -173
- package/src/command/template/bloxy-resume.txt +0 -15
- package/src/command/template/bloxy-status.txt +0 -25
- package/src/command/template/bloxy-validate.txt +0 -22
- package/src/command/template/bloxy.txt +0 -14
- package/src/command/template/initialize.txt +0 -10
- package/src/command/template/review.txt +0 -99
- package/src/config/config.ts +0 -1367
- 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 -415
- 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 -79
- package/src/format/formatter.ts +0 -357
- package/src/format/index.ts +0 -137
- package/src/global/index.ts +0 -55
- package/src/id/id.ts +0 -83
- package/src/ide/index.ts +0 -76
- package/src/index.ts +0 -159
- package/src/installation/index.ts +0 -246
- 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 -154
- 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/antigravity.ts +0 -378
- package/src/plugin/codex.ts +0 -506
- package/src/plugin/copilot.ts +0 -298
- package/src/plugin/index.ts +0 -136
- 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 -76
- package/src/provider/auth.ts +0 -147
- package/src/provider/models-snapshot.ts +0 -2
- package/src/provider/models.ts +0 -133
- package/src/provider/provider.ts +0 -1241
- 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 -741
- package/src/pty/index.ts +0 -241
- package/src/question/index.ts +0 -171
- 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 -197
- 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 -604
- package/src/session/compaction.ts +0 -225
- package/src/session/fallback.ts +0 -246
- package/src/session/index.ts +0 -498
- package/src/session/instruction.ts +0 -164
- package/src/session/llm.ts +0 -298
- package/src/session/message-v2.ts +0 -747
- package/src/session/message.ts +0 -189
- package/src/session/processor.ts +0 -450
- package/src/session/prompt/anthropic-20250930.txt +0 -166
- 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_header.txt +0 -79
- 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 -1822
- package/src/session/retry.ts +0 -99
- package/src/session/revert.ts +0 -121
- package/src/session/status.ts +0 -100
- package/src/session/summary.ts +0 -217
- package/src/session/system.ts +0 -52
- package/src/session/todo.ts +0 -37
- package/src/share/share-next.ts +0 -200
- package/src/share/share.ts +0 -92
- 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 -281
- 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/bloxy-control.ts +0 -123
- package/src/tool/bloxy-control.txt +0 -13
- 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/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 -211
- package/src/tool/read.txt +0 -12
- package/src/tool/registry.ts +0 -161
- package/src/tool/skill.ts +0 -82
- package/src/tool/task.ts +0 -191
- 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 -89
- package/src/tool/truncation.ts +0 -106
- package/src/tool/webfetch.ts +0 -188
- 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 -85
- package/src/tool/write.txt +0 -8
- package/src/util/archive.ts +0 -16
- package/src/util/binary.ts +0 -41
- package/src/util/color.ts +0 -19
- package/src/util/context.ts +0 -25
- package/src/util/defer.ts +0 -12
- package/src/util/error.ts +0 -54
- 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 -23
- 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/slug.ts +0 -74
- 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 -549
package/src/cli/ui.ts
DELETED
|
@@ -1,86 +0,0 @@
|
|
|
1
|
-
import z from "zod"
|
|
2
|
-
import { EOL } from "os"
|
|
3
|
-
import { NamedError } from "@/util/error"
|
|
4
|
-
|
|
5
|
-
export namespace UI {
|
|
6
|
-
const LOGO = [
|
|
7
|
-
[`██████╗ ██╗ ██████╗ ██╗ ██╗██╗ ██╗`, ` ██████╗ ██████╗ ██████╗ ███████╗`],
|
|
8
|
-
[`██╔══██╗██║ ██╔═══██╗╚██╗██╔╝╚██╗ ██╔╝`, `██╔════╝██╔═══██╗██╔══██╗██╔════╝`],
|
|
9
|
-
[`██████╔╝██║ ██║ ██║ ╚███╔╝ ╚████╔╝ `, `██║ ██║ ██║██║ ██║█████╗ `],
|
|
10
|
-
[`██╔══██╗██║ ██║ ██║ ██╔██╗ ╚██╔╝ `, `██║ ██║ ██║██║ ██║██╔══╝ `],
|
|
11
|
-
[`██████╔╝███████╗╚██████╔╝██╔╝ ██╗ ██║ `, `╚██████╗╚██████╔╝██████╔╝███████╗`],
|
|
12
|
-
[`╚═════╝ ╚══════╝ ╚═════╝ ╚═╝ ╚═╝ ╚═╝ `, ` ╚═════╝ ╚═════╝ ╚═════╝ ╚══════╝`],
|
|
13
|
-
]
|
|
14
|
-
|
|
15
|
-
export const CancelledError = NamedError.create("UICancelledError", z.void())
|
|
16
|
-
|
|
17
|
-
export const Style = {
|
|
18
|
-
TEXT_HIGHLIGHT: "\x1b[96m",
|
|
19
|
-
TEXT_HIGHLIGHT_BOLD: "\x1b[96m\x1b[1m",
|
|
20
|
-
TEXT_DIM: "\x1b[90m",
|
|
21
|
-
TEXT_DIM_BOLD: "\x1b[90m\x1b[1m",
|
|
22
|
-
TEXT_NORMAL: "\x1b[0m",
|
|
23
|
-
TEXT_NORMAL_BOLD: "\x1b[1m",
|
|
24
|
-
TEXT_WARNING: "\x1b[93m",
|
|
25
|
-
TEXT_WARNING_BOLD: "\x1b[93m\x1b[1m",
|
|
26
|
-
TEXT_DANGER: "\x1b[91m",
|
|
27
|
-
TEXT_DANGER_BOLD: "\x1b[91m\x1b[1m",
|
|
28
|
-
TEXT_SUCCESS: "\x1b[92m",
|
|
29
|
-
TEXT_SUCCESS_BOLD: "\x1b[92m\x1b[1m",
|
|
30
|
-
TEXT_INFO: "\x1b[94m",
|
|
31
|
-
TEXT_INFO_BOLD: "\x1b[94m\x1b[1m",
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
export function println(...message: string[]) {
|
|
35
|
-
print(...message)
|
|
36
|
-
Bun.stderr.write(EOL)
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
export function print(...message: string[]) {
|
|
40
|
-
blank = false
|
|
41
|
-
Bun.stderr.write(message.join(" "))
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
let blank = false
|
|
45
|
-
export function empty() {
|
|
46
|
-
if (blank) return
|
|
47
|
-
println("" + Style.TEXT_NORMAL)
|
|
48
|
-
blank = true
|
|
49
|
-
}
|
|
50
|
-
|
|
51
|
-
export function logo(pad?: string) {
|
|
52
|
-
const result = []
|
|
53
|
-
for (const row of LOGO) {
|
|
54
|
-
if (pad) result.push(pad)
|
|
55
|
-
result.push(Bun.color("gray", "ansi"))
|
|
56
|
-
result.push(row[0])
|
|
57
|
-
result.push("\x1b[0m")
|
|
58
|
-
result.push(row[1])
|
|
59
|
-
result.push(EOL)
|
|
60
|
-
}
|
|
61
|
-
return result.join("").trimEnd()
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
export async function input(prompt: string): Promise<string> {
|
|
65
|
-
const readline = require("readline")
|
|
66
|
-
const rl = readline.createInterface({
|
|
67
|
-
input: process.stdin,
|
|
68
|
-
output: process.stdout,
|
|
69
|
-
})
|
|
70
|
-
|
|
71
|
-
return new Promise((resolve) => {
|
|
72
|
-
rl.question(prompt, (answer: string) => {
|
|
73
|
-
rl.close()
|
|
74
|
-
resolve(answer.trim())
|
|
75
|
-
})
|
|
76
|
-
})
|
|
77
|
-
}
|
|
78
|
-
|
|
79
|
-
export function error(message: string) {
|
|
80
|
-
println(Style.TEXT_DANGER_BOLD + "Error: " + Style.TEXT_NORMAL + message)
|
|
81
|
-
}
|
|
82
|
-
|
|
83
|
-
export function markdown(text: string): string {
|
|
84
|
-
return text
|
|
85
|
-
}
|
|
86
|
-
}
|
package/src/cli/upgrade.ts
DELETED
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import { Bus } from "@/bus"
|
|
2
|
-
import { Config } from "@/config/config"
|
|
3
|
-
import { Flag } from "@/flag/flag"
|
|
4
|
-
import { Installation } from "@/installation"
|
|
5
|
-
|
|
6
|
-
export async function upgrade() {
|
|
7
|
-
const config = await Config.global()
|
|
8
|
-
const method = await Installation.method()
|
|
9
|
-
const latest = await Installation.latest(method).catch(() => {})
|
|
10
|
-
if (!latest) return
|
|
11
|
-
if (Installation.VERSION === latest) return
|
|
12
|
-
|
|
13
|
-
if (config.autoupdate === false || Flag.BLOXYCODE_DISABLE_AUTOUPDATE) {
|
|
14
|
-
return
|
|
15
|
-
}
|
|
16
|
-
if (config.autoupdate === "notify") {
|
|
17
|
-
await Bus.publish(Installation.Event.UpdateAvailable, { version: latest })
|
|
18
|
-
return
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
if (method === "unknown") return
|
|
22
|
-
await Installation.upgrade(method, latest)
|
|
23
|
-
.then(() => Bus.publish(Installation.Event.Updated, { version: latest }))
|
|
24
|
-
.catch(() => {})
|
|
25
|
-
}
|
package/src/command/index.ts
DELETED
|
@@ -1,173 +0,0 @@
|
|
|
1
|
-
import { BusEvent } from "@/bus/bus-event"
|
|
2
|
-
import z from "zod"
|
|
3
|
-
import { Config } from "../config/config"
|
|
4
|
-
import { Instance } from "../project/instance"
|
|
5
|
-
import { Identifier } from "../id/id"
|
|
6
|
-
import PROMPT_INITIALIZE from "./template/initialize.txt"
|
|
7
|
-
import PROMPT_REVIEW from "./template/review.txt"
|
|
8
|
-
import PROMPT_BLOXY from "./template/bloxy.txt"
|
|
9
|
-
import PROMPT_BLOXY_STATUS from "./template/bloxy-status.txt"
|
|
10
|
-
import PROMPT_BLOXY_RESUME from "./template/bloxy-resume.txt"
|
|
11
|
-
import PROMPT_BLOXY_VALIDATE from "./template/bloxy-validate.txt"
|
|
12
|
-
import { MCP } from "../mcp"
|
|
13
|
-
|
|
14
|
-
export namespace Command {
|
|
15
|
-
export const Event = {
|
|
16
|
-
Executed: BusEvent.define(
|
|
17
|
-
"command.executed",
|
|
18
|
-
z.object({
|
|
19
|
-
name: z.string(),
|
|
20
|
-
sessionID: Identifier.schema("session"),
|
|
21
|
-
arguments: z.string(),
|
|
22
|
-
messageID: Identifier.schema("message"),
|
|
23
|
-
}),
|
|
24
|
-
),
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
export const Info = z
|
|
28
|
-
.object({
|
|
29
|
-
name: z.string(),
|
|
30
|
-
description: z.string().optional(),
|
|
31
|
-
agent: z.string().optional(),
|
|
32
|
-
model: z.string().optional(),
|
|
33
|
-
mcp: z.boolean().optional(),
|
|
34
|
-
// workaround for zod not supporting async functions natively so we use getters
|
|
35
|
-
// https://zod.dev/v4/changelog?id=zfunction
|
|
36
|
-
template: z.promise(z.string()).or(z.string()),
|
|
37
|
-
subtask: z.boolean().optional(),
|
|
38
|
-
hints: z.array(z.string()),
|
|
39
|
-
})
|
|
40
|
-
.meta({
|
|
41
|
-
ref: "Command",
|
|
42
|
-
})
|
|
43
|
-
|
|
44
|
-
// for some reason zod is inferring `string` for z.promise(z.string()).or(z.string()) so we have to manually override it
|
|
45
|
-
export type Info = Omit<z.infer<typeof Info>, "template"> & { template: Promise<string> | string }
|
|
46
|
-
|
|
47
|
-
export function hints(template: string): string[] {
|
|
48
|
-
const result: string[] = []
|
|
49
|
-
const numbered = template.match(/\$\d+/g)
|
|
50
|
-
if (numbered) {
|
|
51
|
-
for (const match of [...new Set(numbered)].sort()) result.push(match)
|
|
52
|
-
}
|
|
53
|
-
if (template.includes("$ARGUMENTS")) result.push("$ARGUMENTS")
|
|
54
|
-
return result
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
export const Default = {
|
|
58
|
-
INIT: "init",
|
|
59
|
-
REVIEW: "review",
|
|
60
|
-
BLOXY: "bloxy",
|
|
61
|
-
BLOXY_STATUS: "bloxy-status",
|
|
62
|
-
BLOXY_RESUME: "bloxy-resume",
|
|
63
|
-
BLOXY_VALIDATE: "bloxy-validate",
|
|
64
|
-
} as const
|
|
65
|
-
|
|
66
|
-
const state = Instance.state(async () => {
|
|
67
|
-
const cfg = await Config.get()
|
|
68
|
-
|
|
69
|
-
const result: Record<string, Info> = {
|
|
70
|
-
[Default.INIT]: {
|
|
71
|
-
name: Default.INIT,
|
|
72
|
-
description: "create/update AGENTS.md",
|
|
73
|
-
get template() {
|
|
74
|
-
return PROMPT_INITIALIZE.replace("${path}", Instance.worktree)
|
|
75
|
-
},
|
|
76
|
-
hints: hints(PROMPT_INITIALIZE),
|
|
77
|
-
},
|
|
78
|
-
[Default.REVIEW]: {
|
|
79
|
-
name: Default.REVIEW,
|
|
80
|
-
description: "review changes [commit|branch|pr], defaults to uncommitted",
|
|
81
|
-
get template() {
|
|
82
|
-
return PROMPT_REVIEW.replace("${path}", Instance.worktree)
|
|
83
|
-
},
|
|
84
|
-
subtask: true,
|
|
85
|
-
hints: hints(PROMPT_REVIEW),
|
|
86
|
-
},
|
|
87
|
-
[Default.BLOXY]: {
|
|
88
|
-
name: Default.BLOXY,
|
|
89
|
-
description: "start autonomous task execution from PRD file [path], defaults to PRD.md",
|
|
90
|
-
agent: "bloxy",
|
|
91
|
-
get template() {
|
|
92
|
-
return PROMPT_BLOXY
|
|
93
|
-
},
|
|
94
|
-
hints: hints(PROMPT_BLOXY),
|
|
95
|
-
},
|
|
96
|
-
[Default.BLOXY_STATUS]: {
|
|
97
|
-
name: Default.BLOXY_STATUS,
|
|
98
|
-
description: "show current Bloxy task execution status",
|
|
99
|
-
get template() {
|
|
100
|
-
return PROMPT_BLOXY_STATUS
|
|
101
|
-
},
|
|
102
|
-
hints: [],
|
|
103
|
-
},
|
|
104
|
-
[Default.BLOXY_RESUME]: {
|
|
105
|
-
name: Default.BLOXY_RESUME,
|
|
106
|
-
description: "resume Bloxy from last failure [--skip-failed]",
|
|
107
|
-
agent: "bloxy",
|
|
108
|
-
get template() {
|
|
109
|
-
return PROMPT_BLOXY_RESUME
|
|
110
|
-
},
|
|
111
|
-
hints: hints(PROMPT_BLOXY_RESUME),
|
|
112
|
-
},
|
|
113
|
-
[Default.BLOXY_VALIDATE]: {
|
|
114
|
-
name: Default.BLOXY_VALIDATE,
|
|
115
|
-
description: "validate PRD file syntax without executing [path]",
|
|
116
|
-
get template() {
|
|
117
|
-
return PROMPT_BLOXY_VALIDATE
|
|
118
|
-
},
|
|
119
|
-
hints: hints(PROMPT_BLOXY_VALIDATE),
|
|
120
|
-
},
|
|
121
|
-
}
|
|
122
|
-
|
|
123
|
-
for (const [name, command] of Object.entries(cfg.command ?? {})) {
|
|
124
|
-
result[name] = {
|
|
125
|
-
name,
|
|
126
|
-
agent: command.agent,
|
|
127
|
-
model: command.model,
|
|
128
|
-
description: command.description,
|
|
129
|
-
get template() {
|
|
130
|
-
return command.template
|
|
131
|
-
},
|
|
132
|
-
subtask: command.subtask,
|
|
133
|
-
hints: hints(command.template),
|
|
134
|
-
}
|
|
135
|
-
}
|
|
136
|
-
for (const [name, prompt] of Object.entries(await MCP.prompts())) {
|
|
137
|
-
result[name] = {
|
|
138
|
-
name,
|
|
139
|
-
mcp: true,
|
|
140
|
-
description: prompt.description,
|
|
141
|
-
get template() {
|
|
142
|
-
// since a getter can't be async we need to manually return a promise here
|
|
143
|
-
return new Promise<string>(async (resolve, reject) => {
|
|
144
|
-
const template = await MCP.getPrompt(
|
|
145
|
-
prompt.client,
|
|
146
|
-
prompt.name,
|
|
147
|
-
prompt.arguments
|
|
148
|
-
? // substitute each argument with $1, $2, etc.
|
|
149
|
-
Object.fromEntries(prompt.arguments?.map((argument, i) => [argument.name, `$${i + 1}`]))
|
|
150
|
-
: {},
|
|
151
|
-
).catch(reject)
|
|
152
|
-
resolve(
|
|
153
|
-
template?.messages
|
|
154
|
-
.map((message) => (message.content.type === "text" ? message.content.text : ""))
|
|
155
|
-
.join("\n") || "",
|
|
156
|
-
)
|
|
157
|
-
})
|
|
158
|
-
},
|
|
159
|
-
hints: prompt.arguments?.map((_, i) => `$${i + 1}`) ?? [],
|
|
160
|
-
}
|
|
161
|
-
}
|
|
162
|
-
|
|
163
|
-
return result
|
|
164
|
-
})
|
|
165
|
-
|
|
166
|
-
export async function get(name: string) {
|
|
167
|
-
return state().then((x) => x[name])
|
|
168
|
-
}
|
|
169
|
-
|
|
170
|
-
export async function list() {
|
|
171
|
-
return state().then((x) => Object.values(x))
|
|
172
|
-
}
|
|
173
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
Resume the Bloxy session from the last pending or failed task.
|
|
2
|
-
|
|
3
|
-
If $1 is "--skip-failed", skip any failed tasks and continue with the next pending task.
|
|
4
|
-
|
|
5
|
-
Steps:
|
|
6
|
-
1. Load the session state from .bloxycode/bloxy-state.json
|
|
7
|
-
2. If no session exists, inform the user
|
|
8
|
-
3. Find the first actionable task:
|
|
9
|
-
- With --skip-failed: Find first "pending" task
|
|
10
|
-
- Without flag: Find first "pending" or "failed" task (for retry)
|
|
11
|
-
4. Set the session status to "running"
|
|
12
|
-
5. Begin executing from that task
|
|
13
|
-
6. Display which task is being resumed
|
|
14
|
-
|
|
15
|
-
If all tasks are already completed, inform the user that there's nothing to resume.
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
Show the current Bloxy session status.
|
|
2
|
-
|
|
3
|
-
Read the state from .bloxycode/bloxy-state.json and display:
|
|
4
|
-
|
|
5
|
-
1. **Session Overview**
|
|
6
|
-
- PRD file being executed
|
|
7
|
-
- Overall status (running/paused/completed/failed)
|
|
8
|
-
- Progress: X/Y tasks (Z%)
|
|
9
|
-
|
|
10
|
-
2. **Completed Tasks** (if any)
|
|
11
|
-
- Task title and completion summary
|
|
12
|
-
- Time taken (if available)
|
|
13
|
-
|
|
14
|
-
3. **Current Task** (if running)
|
|
15
|
-
- Task title and description
|
|
16
|
-
- Attempt number
|
|
17
|
-
|
|
18
|
-
4. **Pending Tasks** (if any)
|
|
19
|
-
- List of remaining task titles
|
|
20
|
-
|
|
21
|
-
5. **Failed Tasks** (if any)
|
|
22
|
-
- Task title and error message
|
|
23
|
-
- Number of attempts made
|
|
24
|
-
|
|
25
|
-
If no active Bloxy session exists, inform the user and suggest starting one with /bloxy PRD.md
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
Validate the PRD file at $1 without executing tasks.
|
|
2
|
-
|
|
3
|
-
If no path is provided, default to PRD.md.
|
|
4
|
-
|
|
5
|
-
Perform the following validation checks:
|
|
6
|
-
|
|
7
|
-
1. **File Exists**: Verify the PRD file exists and is readable
|
|
8
|
-
2. **Syntax Check**: Validate markdown checkbox format
|
|
9
|
-
- `- [ ]` for pending tasks
|
|
10
|
-
- `- [x]` for completed tasks
|
|
11
|
-
- `- [~]` for deferred tasks
|
|
12
|
-
3. **Task Count**: Ensure at least one task is defined
|
|
13
|
-
4. **Task Titles**: Each task must have a title
|
|
14
|
-
5. **No Duplicates**: Check for duplicate task IDs
|
|
15
|
-
6. **Config Validation**: If YAML frontmatter or config section exists, validate it
|
|
16
|
-
|
|
17
|
-
Report:
|
|
18
|
-
- Total tasks found (pending, completed, deferred)
|
|
19
|
-
- Any validation errors or warnings
|
|
20
|
-
- Whether the PRD is ready for execution
|
|
21
|
-
|
|
22
|
-
Do NOT start executing tasks. This is a dry-run validation only.
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
Start autonomous task execution from PRD file: $1
|
|
2
|
-
|
|
3
|
-
First, parse the PRD file and load all tasks. Display a summary of what tasks will be executed.
|
|
4
|
-
|
|
5
|
-
Then, begin executing tasks sequentially. For each task:
|
|
6
|
-
1. Read and understand the task requirements
|
|
7
|
-
2. Implement the task completely
|
|
8
|
-
3. Run tests if configured
|
|
9
|
-
4. Commit changes if auto-commit is enabled
|
|
10
|
-
5. Signal completion using the bloxy_control tool
|
|
11
|
-
|
|
12
|
-
Continue until all tasks are complete or an unrecoverable error occurs.
|
|
13
|
-
|
|
14
|
-
If no PRD path is specified, default to PRD.md in the current directory.
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
Please analyze this codebase and create an AGENTS.md file containing:
|
|
2
|
-
1. Build/lint/test commands - especially for running a single test
|
|
3
|
-
2. Code style guidelines including imports, formatting, types, naming conventions, error handling, etc.
|
|
4
|
-
|
|
5
|
-
The file you create will be given to agentic coding agents (such as yourself) that operate in this repository. Make it about 150 lines long.
|
|
6
|
-
If there are Cursor rules (in .cursor/rules/ or .cursorrules) or Copilot rules (in .github/copilot-instructions.md), make sure to include them.
|
|
7
|
-
|
|
8
|
-
If there's already an AGENTS.md, improve it if it's located in ${path}
|
|
9
|
-
|
|
10
|
-
$ARGUMENTS
|
|
@@ -1,99 +0,0 @@
|
|
|
1
|
-
You are a code reviewer. Your job is to review code changes and provide actionable feedback.
|
|
2
|
-
|
|
3
|
-
---
|
|
4
|
-
|
|
5
|
-
Input: $ARGUMENTS
|
|
6
|
-
|
|
7
|
-
---
|
|
8
|
-
|
|
9
|
-
## Determining What to Review
|
|
10
|
-
|
|
11
|
-
Based on the input provided, determine which type of review to perform:
|
|
12
|
-
|
|
13
|
-
1. **No arguments (default)**: Review all uncommitted changes
|
|
14
|
-
- Run: `git diff` for unstaged changes
|
|
15
|
-
- Run: `git diff --cached` for staged changes
|
|
16
|
-
- Run: `git status --short` to identify untracked (net new) files
|
|
17
|
-
|
|
18
|
-
2. **Commit hash** (40-char SHA or short hash): Review that specific commit
|
|
19
|
-
- Run: `git show $ARGUMENTS`
|
|
20
|
-
|
|
21
|
-
3. **Branch name**: Compare current branch to the specified branch
|
|
22
|
-
- Run: `git diff $ARGUMENTS...HEAD`
|
|
23
|
-
|
|
24
|
-
4. **PR URL or number** (contains "github.com" or "pull" or looks like a PR number): Review the pull request
|
|
25
|
-
- Run: `gh pr view $ARGUMENTS` to get PR context
|
|
26
|
-
- Run: `gh pr diff $ARGUMENTS` to get the diff
|
|
27
|
-
|
|
28
|
-
Use best judgement when processing input.
|
|
29
|
-
|
|
30
|
-
---
|
|
31
|
-
|
|
32
|
-
## Gathering Context
|
|
33
|
-
|
|
34
|
-
**Diffs alone are not enough.** After getting the diff, read the entire file(s) being modified to understand the full context. Code that looks wrong in isolation may be correct given surrounding logic—and vice versa.
|
|
35
|
-
|
|
36
|
-
- Use the diff to identify which files changed
|
|
37
|
-
- Use `git status --short` to identify untracked files, then read their full contents
|
|
38
|
-
- Read the full file to understand existing patterns, control flow, and error handling
|
|
39
|
-
- Check for existing style guide or conventions files (CONVENTIONS.md, AGENTS.md, .editorconfig, etc.)
|
|
40
|
-
|
|
41
|
-
---
|
|
42
|
-
|
|
43
|
-
## What to Look For
|
|
44
|
-
|
|
45
|
-
**Bugs** - Your primary focus.
|
|
46
|
-
- Logic errors, off-by-one mistakes, incorrect conditionals
|
|
47
|
-
- If-else guards: missing guards, incorrect branching, unreachable code paths
|
|
48
|
-
- Edge cases: null/empty/undefined inputs, error conditions, race conditions
|
|
49
|
-
- Security issues: injection, auth bypass, data exposure
|
|
50
|
-
- Broken error handling that swallows failures, throws unexpectedly or returns error types that are not caught.
|
|
51
|
-
|
|
52
|
-
**Structure** - Does the code fit the codebase?
|
|
53
|
-
- Does it follow existing patterns and conventions?
|
|
54
|
-
- Are there established abstractions it should use but doesn't?
|
|
55
|
-
- Excessive nesting that could be flattened with early returns or extraction
|
|
56
|
-
|
|
57
|
-
**Performance** - Only flag if obviously problematic.
|
|
58
|
-
- O(n²) on unbounded data, N+1 queries, blocking I/O on hot paths
|
|
59
|
-
|
|
60
|
-
---
|
|
61
|
-
|
|
62
|
-
## Before You Flag Something
|
|
63
|
-
|
|
64
|
-
**Be certain.** If you're going to call something a bug, you need to be confident it actually is one.
|
|
65
|
-
|
|
66
|
-
- Only review the changes - do not review pre-existing code that wasn't modified
|
|
67
|
-
- Don't flag something as a bug if you're unsure - investigate first
|
|
68
|
-
- Don't invent hypothetical problems - if an edge case matters, explain the realistic scenario where it breaks
|
|
69
|
-
- If you need more context to be sure, use the tools below to get it
|
|
70
|
-
|
|
71
|
-
**Don't be a zealot about style.** When checking code against conventions:
|
|
72
|
-
|
|
73
|
-
- Verify the code is *actually* in violation. Don't complain about else statements if early returns are already being used correctly.
|
|
74
|
-
- Some "violations" are acceptable when they're the simplest option. A `let` statement is fine if the alternative is convoluted.
|
|
75
|
-
- Excessive nesting is a legitimate concern regardless of other style choices.
|
|
76
|
-
- Don't flag style preferences as issues unless they clearly violate established project conventions.
|
|
77
|
-
|
|
78
|
-
---
|
|
79
|
-
|
|
80
|
-
## Tools
|
|
81
|
-
|
|
82
|
-
Use these to inform your review:
|
|
83
|
-
|
|
84
|
-
- **Explore agent** - Find how existing code handles similar problems. Check patterns, conventions, and prior art before claiming something doesn't fit.
|
|
85
|
-
- **Exa Code Context** - Verify correct usage of libraries/APIs before flagging something as wrong.
|
|
86
|
-
- **Exa Web Search** - Research best practices if you're unsure about a pattern.
|
|
87
|
-
|
|
88
|
-
If you're uncertain about something and can't verify it with these tools, say "I'm not sure about X" rather than flagging it as a definite issue.
|
|
89
|
-
|
|
90
|
-
---
|
|
91
|
-
|
|
92
|
-
## Output
|
|
93
|
-
|
|
94
|
-
1. If there is a bug, be direct and clear about why it is a bug.
|
|
95
|
-
2. Clearly communicate severity of issues. Do not overstate severity.
|
|
96
|
-
3. Critiques should clearly and explicitly communicate the scenarios, environments, or inputs that are necessary for the bug to arise. The comment should immediately indicate that the issue's severity depends on these factors.
|
|
97
|
-
4. Your tone should be matter-of-fact and not accusatory or overly positive. It should read as a helpful AI assistant suggestion without sounding too much like a human reviewer.
|
|
98
|
-
5. Write so the reader can quickly understand the issue without reading too closely.
|
|
99
|
-
6. AVOID flattery, do not give any comments that are not helpful to the reader. Avoid phrasing like "Great job ...", "Thanks for ...".
|