orbit-code-ai 0.1.9 → 0.1.11
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/dist/cli.mjs +51 -54
- package/package.json +1 -1
package/dist/cli.mjs
CHANGED
|
@@ -83668,7 +83668,7 @@ function printStartupScreen() {
|
|
|
83668
83668
|
const W2 = 62;
|
|
83669
83669
|
const out = [];
|
|
83670
83670
|
out.push("");
|
|
83671
|
-
const allLogo = [...LOGO_ORBIT, "", ...
|
|
83671
|
+
const allLogo = [...LOGO_ORBIT, "", ...LOGO_CODE];
|
|
83672
83672
|
const total = allLogo.length;
|
|
83673
83673
|
for (let i2 = 0;i2 < total; i2++) {
|
|
83674
83674
|
const t = total > 1 ? i2 / (total - 1) : 0;
|
|
@@ -83712,13 +83712,13 @@ function printStartupScreen() {
|
|
|
83712
83712
|
const sLen = ` ● ${sL} Ready — type /help to begin`.length;
|
|
83713
83713
|
out.push(boxRow(sRow, W2, sLen));
|
|
83714
83714
|
out.push(`${rgb(...BORDER)}╚${"═".repeat(W2 - 2)}╝${RESET}`);
|
|
83715
|
-
out.push(` ${DIM}${rgb(...DIMCOL)}orbit-
|
|
83715
|
+
out.push(` ${DIM}${rgb(...DIMCOL)}orbit-code ${RESET}${rgb(...ACCENT)}v${"0.1.11"}${RESET}`);
|
|
83716
83716
|
out.push("");
|
|
83717
83717
|
process.stdout.write(out.join(`
|
|
83718
83718
|
`) + `
|
|
83719
83719
|
`);
|
|
83720
83720
|
}
|
|
83721
|
-
var ESC = "\x1B[", RESET, DIM, rgb = (r, g, b) => `${ESC}38;2;${r};${g};${b}m`, BLUE_GRAD, ACCENT, CREAM, DIMCOL, BORDER, LOGO_ORBIT,
|
|
83721
|
+
var ESC = "\x1B[", RESET, DIM, rgb = (r, g, b) => `${ESC}38;2;${r};${g};${b}m`, BLUE_GRAD, ACCENT, CREAM, DIMCOL, BORDER, LOGO_ORBIT, LOGO_CODE;
|
|
83722
83722
|
var init_StartupScreen = __esm(() => {
|
|
83723
83723
|
RESET = `${ESC}0m`;
|
|
83724
83724
|
DIM = `${ESC}2m`;
|
|
@@ -83742,13 +83742,13 @@ var init_StartupScreen = __esm(() => {
|
|
|
83742
83742
|
` ╚██████╔╝ ██║ ██║ ██████╔╝ ██║ ██║ `,
|
|
83743
83743
|
` ╚═════╝ ╚═╝ ╚═╝ ╚═════╝ ╚═╝ ╚═╝ `
|
|
83744
83744
|
];
|
|
83745
|
-
|
|
83746
|
-
`
|
|
83747
|
-
` ██╔══██╗
|
|
83748
|
-
`
|
|
83749
|
-
`
|
|
83750
|
-
`
|
|
83751
|
-
`
|
|
83745
|
+
LOGO_CODE = [
|
|
83746
|
+
` ██████╗ ██████╗ ██████╗ ███████╗`,
|
|
83747
|
+
` ██╔════╝ ██╔═══██╗ ██╔══██╗ ██╔════╝`,
|
|
83748
|
+
` ██║ ██║ ██║ ██║ ██║ █████╗ `,
|
|
83749
|
+
` ██║ ██║ ██║ ██║ ██║ ██╔══╝ `,
|
|
83750
|
+
` ╚██████╗ ╚██████╔╝ ██████╔╝ ███████╗`,
|
|
83751
|
+
` ╚═════╝ ╚═════╝ ╚═════╝ ╚══════╝`
|
|
83752
83752
|
];
|
|
83753
83753
|
});
|
|
83754
83754
|
|
|
@@ -334183,7 +334183,7 @@ function getAnthropicEnvMetadata() {
|
|
|
334183
334183
|
function getBuildAgeMinutes() {
|
|
334184
334184
|
if (false)
|
|
334185
334185
|
;
|
|
334186
|
-
const buildTime = new Date("2026-06-
|
|
334186
|
+
const buildTime = new Date("2026-06-25T07:54:17.583Z").getTime();
|
|
334187
334187
|
if (isNaN(buildTime))
|
|
334188
334188
|
return;
|
|
334189
334189
|
return Math.floor((Date.now() - buildTime) / 60000);
|
|
@@ -358600,7 +358600,7 @@ function buildPrimarySection() {
|
|
|
358600
358600
|
}, undefined, false, undefined, this);
|
|
358601
358601
|
return [{
|
|
358602
358602
|
label: "Version",
|
|
358603
|
-
value: "0.1.
|
|
358603
|
+
value: "0.1.11"
|
|
358604
358604
|
}, {
|
|
358605
358605
|
label: "Session name",
|
|
358606
358606
|
value: nameValue
|
|
@@ -470842,7 +470842,7 @@ function WelcomeV2() {
|
|
|
470842
470842
|
dimColor: true,
|
|
470843
470843
|
children: [
|
|
470844
470844
|
"v",
|
|
470845
|
-
"0.1.
|
|
470845
|
+
"0.1.11",
|
|
470846
470846
|
" "
|
|
470847
470847
|
]
|
|
470848
470848
|
}, undefined, true, undefined, this)
|
|
@@ -471042,7 +471042,7 @@ function WelcomeV2() {
|
|
|
471042
471042
|
dimColor: true,
|
|
471043
471043
|
children: [
|
|
471044
471044
|
"v",
|
|
471045
|
-
"0.1.
|
|
471045
|
+
"0.1.11",
|
|
471046
471046
|
" "
|
|
471047
471047
|
]
|
|
471048
471048
|
}, undefined, true, undefined, this)
|
|
@@ -471268,7 +471268,7 @@ function AppleTerminalWelcomeV2(t0) {
|
|
|
471268
471268
|
dimColor: true,
|
|
471269
471269
|
children: [
|
|
471270
471270
|
"v",
|
|
471271
|
-
"0.1.
|
|
471271
|
+
"0.1.11",
|
|
471272
471272
|
" "
|
|
471273
471273
|
]
|
|
471274
471274
|
}, undefined, true, undefined, this);
|
|
@@ -471522,7 +471522,7 @@ function AppleTerminalWelcomeV2(t0) {
|
|
|
471522
471522
|
dimColor: true,
|
|
471523
471523
|
children: [
|
|
471524
471524
|
"v",
|
|
471525
|
-
"0.1.
|
|
471525
|
+
"0.1.11",
|
|
471526
471526
|
" "
|
|
471527
471527
|
]
|
|
471528
471528
|
}, undefined, true, undefined, this);
|
|
@@ -474988,46 +474988,43 @@ it tells you nothing about what the service actually does. The real behavior liv
|
|
|
474988
474988
|
transformation and business logic). An explanation derived only from the \`.json\` is incomplete
|
|
474989
474989
|
and wrong. If you have not read this app's msgflows and ESQL, you have not done the task.
|
|
474990
474990
|
|
|
474991
|
-
## ALWAYS draw the flow diagram
|
|
474991
|
+
## ALWAYS draw the flow diagram (indented arrow/tree style — NO boxes)
|
|
474992
474992
|
|
|
474993
|
-
Whenever the target has message flows, you MUST include
|
|
474994
|
-
|
|
474995
|
-
|
|
474996
|
-
|
|
474997
|
-
|
|
474993
|
+
Whenever the target has message flows, you MUST include a flow diagram as part of the End-to-End
|
|
474994
|
+
Walkthrough — every time. Build it from the actual nodes and connections in the
|
|
474995
|
+
\`.msgflow\`/\`.subflow\` files.
|
|
474996
|
+
|
|
474997
|
+
Use an **indented arrow/tree** style. **Do NOT draw boxes** (\`┌ ─ ┐ │ └ ┘\`) or any layout that
|
|
474998
|
+
needs characters to line up across lines — that requires alignment math and renders badly. This
|
|
474999
|
+
style needs none. Rules:
|
|
475000
|
+
- One node per line, using its **real node name** — no box around it.
|
|
475001
|
+
- Main path: a line with just \`↓\` between nodes, with the source terminal in parentheses, e.g.
|
|
475002
|
+
\`↓ (OutTerminal.out)\`.
|
|
475003
|
+
- Branches: indent under the node; use \`├─\` for each branch and \`└─\` for the last, put the
|
|
475004
|
+
branch/terminal condition in parens, and \`→\` to the next node.
|
|
475005
|
+
- Show a merge by naming the same node that multiple branches flow into.
|
|
475006
|
+
- Two entry flows (external + internal): list both at the top and note they converge.
|
|
475007
|
+
|
|
475008
|
+
Follow this style exactly:
|
|
474998
475009
|
|
|
474999
475010
|
\`\`\`
|
|
475000
|
-
|
|
475001
|
-
|
|
475002
|
-
|
|
475003
|
-
|
|
475004
|
-
|
|
475005
|
-
|
|
475006
|
-
|
|
475007
|
-
|
|
475008
|
-
|
|
475009
|
-
|
|
475010
|
-
|
|
475011
|
-
|
|
475012
|
-
|
|
475013
|
-
|
|
475014
|
-
└─────┬──────┘ │
|
|
475015
|
-
▼ │
|
|
475016
|
-
┌────────────┐ ◄──────────────────┘
|
|
475017
|
-
│ SetHeaders │
|
|
475018
|
-
└─────┬──────┘
|
|
475019
|
-
▼
|
|
475020
|
-
┌────────────┐
|
|
475021
|
-
│ Flow Order │
|
|
475022
|
-
└──┬──────┬──┘
|
|
475023
|
-
▼ ▼
|
|
475024
|
-
┌───────────┐ ┌──────────┐
|
|
475025
|
-
│ HTTPResp │ │ Get_User │
|
|
475026
|
-
└───────────┘ └──────────┘
|
|
475011
|
+
[HTTP Request — External or Internal]
|
|
475012
|
+
↓
|
|
475013
|
+
HttpRequestAdapter / InternalHTTPRequestAdapter
|
|
475014
|
+
↓ (OutTerminal.Output2)
|
|
475015
|
+
Call_DB
|
|
475016
|
+
├─ (Authorized channel) → skip eligibility → SetHeaders
|
|
475017
|
+
└─ (Standard channel) → CheckUserElig
|
|
475018
|
+
├─ (Success) → Add_ReleaseDate → SetHeaders
|
|
475019
|
+
└─ (Timeout) → TimeOut → SetHeaders
|
|
475020
|
+
SetHeaders
|
|
475021
|
+
↓
|
|
475022
|
+
Flow Order
|
|
475023
|
+
├─ (first) → HTTPResponseAdapter [returns response to caller]
|
|
475024
|
+
└─ (second) → Get_User [async SMS notification]
|
|
475027
475025
|
\`\`\`
|
|
475028
475026
|
|
|
475029
|
-
Use the real node names
|
|
475030
|
-
show both entry points converging into the shared logic, as in the example above.
|
|
475027
|
+
Use the real node names and terminal labels from THIS app.
|
|
475031
475028
|
|
|
475032
475029
|
## What to Cover
|
|
475033
475030
|
|
|
@@ -492146,7 +492143,7 @@ Usage: orbitcode --remote "your task description"`, () => gracefulShutdown(1));
|
|
|
492146
492143
|
pendingHookMessages
|
|
492147
492144
|
}, renderAndRun);
|
|
492148
492145
|
}
|
|
492149
|
-
}).version("0.1.
|
|
492146
|
+
}).version("0.1.11 (Orbit AI)", "-v, --version", "Output the version number");
|
|
492150
492147
|
program2.option("-w, --worktree [name]", "Create a new git worktree for this session (optionally specify a name)");
|
|
492151
492148
|
program2.option("--tmux", "Create a tmux session for the worktree (requires --worktree). Uses iTerm2 native panes when available; use --tmux=classic for traditional tmux.");
|
|
492152
492149
|
if (canUserConfigureAdvisor()) {
|
|
@@ -492668,7 +492665,7 @@ if (false) {}
|
|
|
492668
492665
|
async function main2() {
|
|
492669
492666
|
const args = process.argv.slice(2);
|
|
492670
492667
|
if (args.length === 1 && (args[0] === "--version" || args[0] === "-v" || args[0] === "-V")) {
|
|
492671
|
-
console.log(`${"0.1.
|
|
492668
|
+
console.log(`${"0.1.11"} (Orbit AI)`);
|
|
492672
492669
|
return;
|
|
492673
492670
|
}
|
|
492674
492671
|
if (args.includes("--provider")) {
|
|
@@ -492772,4 +492769,4 @@ async function main2() {
|
|
|
492772
492769
|
}
|
|
492773
492770
|
main2();
|
|
492774
492771
|
|
|
492775
|
-
//# debugId=
|
|
492772
|
+
//# debugId=A0CF00039A801F7064756E2164756E21
|