orbit-code-ai 0.1.26 → 0.1.27
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 +13 -13
- package/package.json +1 -1
package/dist/cli.mjs
CHANGED
|
@@ -83759,7 +83759,7 @@ async function printStartupScreen() {
|
|
|
83759
83759
|
const sLen = ` ● ${sL} Ready — type /help to begin`.length;
|
|
83760
83760
|
out.push(boxRow(sRow, W2, sLen));
|
|
83761
83761
|
out.push(`${rgb(...BORDER)}╚${"═".repeat(W2 - 2)}╝${RESET}`);
|
|
83762
|
-
out.push(` ${DIM}${rgb(...DIMCOL)}orbit-code ${RESET}${rgb(...ACCENT)}v${"0.1.
|
|
83762
|
+
out.push(` ${DIM}${rgb(...DIMCOL)}orbit-code ${RESET}${rgb(...ACCENT)}v${"0.1.27"}${RESET}`);
|
|
83763
83763
|
out.push("");
|
|
83764
83764
|
process.stdout.write(out.join(`
|
|
83765
83765
|
`) + `
|
|
@@ -334241,7 +334241,7 @@ function getAnthropicEnvMetadata() {
|
|
|
334241
334241
|
function getBuildAgeMinutes() {
|
|
334242
334242
|
if (false)
|
|
334243
334243
|
;
|
|
334244
|
-
const buildTime = new Date("2026-06-
|
|
334244
|
+
const buildTime = new Date("2026-06-28T13:07:48.618Z").getTime();
|
|
334245
334245
|
if (isNaN(buildTime))
|
|
334246
334246
|
return;
|
|
334247
334247
|
return Math.floor((Date.now() - buildTime) / 60000);
|
|
@@ -358658,7 +358658,7 @@ function buildPrimarySection() {
|
|
|
358658
358658
|
}, undefined, false, undefined, this);
|
|
358659
358659
|
return [{
|
|
358660
358660
|
label: "Version",
|
|
358661
|
-
value: "0.1.
|
|
358661
|
+
value: "0.1.27"
|
|
358662
358662
|
}, {
|
|
358663
358663
|
label: "Session name",
|
|
358664
358664
|
value: nameValue
|
|
@@ -410516,7 +410516,7 @@ function getSimpleIntroSection(outputStyleConfig) {
|
|
|
410516
410516
|
return `
|
|
410517
410517
|
You are an interactive agent that helps users ${outputStyleConfig !== null ? 'according to your "Output Style" below, which describes how you should respond to user queries.' : "with software engineering tasks."} Use the instructions below and the tools available to you to assist the user.
|
|
410518
410518
|
|
|
410519
|
-
Your identity: You are Orbit AI, an AI-powered IBM App Connect Enterprise (ACE) coding companion developed by Inspire. If anyone asks who built, made, created, trained, or owns you, or what you are, answer that you are Orbit AI, developed by Inspire. If asked specifically who the engineer or developer behind you is, say "Mohammad Nawaf from Inspire". NEVER state or imply that you were built or created by, or are "powered by", Anthropic, Google, OpenAI, or any model/AI provider, and never name the underlying model or its vendor. Present yourself solely as Orbit AI.
|
|
410519
|
+
Your identity: You are Orbit AI, an AI-powered IBM App Connect Enterprise (ACE) coding companion developed by Inspire. If anyone asks who built, made, created, trained, or owns you, or what you are, answer that you are Orbit AI, developed by Inspire. If asked specifically who the engineer or developer behind you is, say "Mohammad Nawaf from Inspire". NEVER state or imply that you were built or created by, or are "powered by", Anthropic, Google, OpenAI, or any model/AI provider, and never name the underlying model or its vendor. Present yourself solely as Orbit AI. For feedback, support, or business/licensing/commercial/partnership inquiries about Orbit AI, direct users to Inspire — website https://inspirejo.com/ and email mohammad.nawaf@inspirejo.com (lead engineer Mohammad Nawaf). NEVER refer users to GitHub, Anthropic, or any external issue tracker as the home or contact point for Orbit AI.
|
|
410520
410520
|
|
|
410521
410521
|
${CYBER_RISK_INSTRUCTION}
|
|
410522
410522
|
IMPORTANT: You must NEVER generate or guess URLs for the user unless you are confident that the URLs are for helping the user with programming. You may use URLs provided by the user in their messages or local files.`;
|
|
@@ -410547,7 +410547,7 @@ function getSimpleDoingTasksSection() {
|
|
|
410547
410547
|
];
|
|
410548
410548
|
const userHelpSubitems = [
|
|
410549
410549
|
`/help: Get help with using Orbit AI`,
|
|
410550
|
-
`
|
|
410550
|
+
`For feedback, support, or business/commercial inquiries about Orbit AI, contact Inspire — https://inspirejo.com/ or mohammad.nawaf@inspirejo.com (lead engineer Mohammad Nawaf). Do not point users to GitHub or any external issue tracker for Orbit AI.`
|
|
410551
410551
|
];
|
|
410552
410552
|
const items = [
|
|
410553
410553
|
`The user will primarily request you to perform software engineering tasks. These may include solving bugs, adding new functionality, refactoring code, explaining code, and more. When given an unclear or generic instruction, consider it in the context of these software engineering tasks and the current working directory. For example, if the user asks you to change "methodName" to snake case, do not reply with just "method_name", instead find the method in the code and modify the code.`,
|
|
@@ -410678,7 +410678,7 @@ function getSimpleToneAndStyleSection() {
|
|
|
410678
410678
|
`Only use emojis if the user explicitly requests it. Avoid using emojis in all communication unless asked.`,
|
|
410679
410679
|
process.env.USER_TYPE === "ant" ? null : `Your responses should be short and concise.`,
|
|
410680
410680
|
`When referencing specific functions or pieces of code include the pattern file_path:line_number to allow the user to easily navigate to the source code location.`,
|
|
410681
|
-
`When referencing GitHub issues or pull requests, use the owner/repo#123 format (e.g.
|
|
410681
|
+
`When referencing GitHub issues or pull requests, use the owner/repo#123 format (e.g. octo-org/example#123) so they render as clickable links.`,
|
|
410682
410682
|
`Do not use a colon before tool calls. Your tool calls may not be shown directly in the output, so text like "Let me read the file:" followed by a read tool call should just be "Let me read the file." with a period.`
|
|
410683
410683
|
].filter((item) => item !== null);
|
|
410684
410684
|
return [`# Tone and style`, ...prependBullets(items)].join(`
|
|
@@ -470738,7 +470738,7 @@ function WelcomeV2() {
|
|
|
470738
470738
|
dimColor: true,
|
|
470739
470739
|
children: [
|
|
470740
470740
|
"v",
|
|
470741
|
-
"0.1.
|
|
470741
|
+
"0.1.27",
|
|
470742
470742
|
" "
|
|
470743
470743
|
]
|
|
470744
470744
|
}, undefined, true, undefined, this)
|
|
@@ -470938,7 +470938,7 @@ function WelcomeV2() {
|
|
|
470938
470938
|
dimColor: true,
|
|
470939
470939
|
children: [
|
|
470940
470940
|
"v",
|
|
470941
|
-
"0.1.
|
|
470941
|
+
"0.1.27",
|
|
470942
470942
|
" "
|
|
470943
470943
|
]
|
|
470944
470944
|
}, undefined, true, undefined, this)
|
|
@@ -471164,7 +471164,7 @@ function AppleTerminalWelcomeV2(t0) {
|
|
|
471164
471164
|
dimColor: true,
|
|
471165
471165
|
children: [
|
|
471166
471166
|
"v",
|
|
471167
|
-
"0.1.
|
|
471167
|
+
"0.1.27",
|
|
471168
471168
|
" "
|
|
471169
471169
|
]
|
|
471170
471170
|
}, undefined, true, undefined, this);
|
|
@@ -471418,7 +471418,7 @@ function AppleTerminalWelcomeV2(t0) {
|
|
|
471418
471418
|
dimColor: true,
|
|
471419
471419
|
children: [
|
|
471420
471420
|
"v",
|
|
471421
|
-
"0.1.
|
|
471421
|
+
"0.1.27",
|
|
471422
471422
|
" "
|
|
471423
471423
|
]
|
|
471424
471424
|
}, undefined, true, undefined, this);
|
|
@@ -492055,7 +492055,7 @@ Usage: orbit --remote "your task description"`, () => gracefulShutdown(1));
|
|
|
492055
492055
|
pendingHookMessages
|
|
492056
492056
|
}, renderAndRun);
|
|
492057
492057
|
}
|
|
492058
|
-
}).version("0.1.
|
|
492058
|
+
}).version("0.1.27 (Orbit AI)", "-v, --version", "Output the version number");
|
|
492059
492059
|
program2.option("-w, --worktree [name]", "Create a new git worktree for this session (optionally specify a name)");
|
|
492060
492060
|
program2.option("--tmux", "Create a tmux session for the worktree (requires --worktree). Uses iTerm2 native panes when available; use --tmux=classic for traditional tmux.");
|
|
492061
492061
|
if (canUserConfigureAdvisor()) {
|
|
@@ -492577,7 +492577,7 @@ if (false) {}
|
|
|
492577
492577
|
async function main2() {
|
|
492578
492578
|
const args = process.argv.slice(2);
|
|
492579
492579
|
if (args.length === 1 && (args[0] === "--version" || args[0] === "-v" || args[0] === "-V")) {
|
|
492580
|
-
console.log(`${"0.1.
|
|
492580
|
+
console.log(`${"0.1.27"} (Orbit AI)`);
|
|
492581
492581
|
return;
|
|
492582
492582
|
}
|
|
492583
492583
|
if (args.includes("--provider")) {
|
|
@@ -492681,4 +492681,4 @@ async function main2() {
|
|
|
492681
492681
|
}
|
|
492682
492682
|
main2();
|
|
492683
492683
|
|
|
492684
|
-
//# debugId=
|
|
492684
|
+
//# debugId=F484A70727EF642364756E2164756E21
|