@arbidocs/cli 0.3.122 → 0.3.124
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/CHANGELOG.md +65 -0
- package/dist/index.js +8 -8
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,70 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## v0.3.124
|
|
4
|
+
|
|
5
|
+
[compare changes](https://github.com/arbicity/ARBI-frontend/compare/v0.3.123...HEAD)
|
|
6
|
+
|
|
7
|
+
### 🚀 Enhancements
|
|
8
|
+
|
|
9
|
+
- Add ARBI Docs title beside logo on auth pages ([ad473ab22](https://github.com/arbicity/ARBI-frontend/commit/ad473ab22))
|
|
10
|
+
- Add processing-status tooltips and clarify Cancel all as delete ([#1111](https://github.com/arbicity/ARBI-frontend/pull/1111))
|
|
11
|
+
- Rename MCP Connectors to Connectors, default on, per-provider sub-toggles ([#1112](https://github.com/arbicity/ARBI-frontend/pull/1112))
|
|
12
|
+
|
|
13
|
+
### 🏡 Chore
|
|
14
|
+
|
|
15
|
+
- Add Google Search Console verification file for www.arbidocs.com ([#1109](https://github.com/arbicity/ARBI-frontend/pull/1109))
|
|
16
|
+
|
|
17
|
+
## v0.3.123
|
|
18
|
+
|
|
19
|
+
[compare changes](https://github.com/arbicity/ARBI-frontend/compare/v0.3.122...HEAD)
|
|
20
|
+
|
|
21
|
+
### 🚀 Enhancements
|
|
22
|
+
|
|
23
|
+
- **messages:** Fold sub-agent steps and number what's left ([fcefbd75](https://github.com/arbicity/ARBI-frontend/commit/fcefbd75))
|
|
24
|
+
- OneDrive document sync UI on the Microsoft connector ([#1098](https://github.com/arbicity/ARBI-frontend/pull/1098))
|
|
25
|
+
- Agent Builder — persona-first agent creation, avatars, task assignment ([0f68f9f9](https://github.com/arbicity/ARBI-frontend/commit/0f68f9f9))
|
|
26
|
+
- **agent-builder:** Bake the agent's name into its persona ([3f4735ce](https://github.com/arbicity/ARBI-frontend/commit/3f4735ce))
|
|
27
|
+
- **agents:** Watch a background run live + grant workspace access on assign ([0cd25aa6](https://github.com/arbicity/ARBI-frontend/commit/0cd25aa6))
|
|
28
|
+
- **watch:** Goal-convergence banner, answer tab, and DCF sub-agent demo ([7b17407a](https://github.com/arbicity/ARBI-frontend/commit/7b17407a))
|
|
29
|
+
- **agent:** Watch a background run in the conversation view as a tab ([55cdb835](https://github.com/arbicity/ARBI-frontend/commit/55cdb835))
|
|
30
|
+
- **agent-steps:** Goal outcome lives in the steps; in-progress reads orange ([f3137580](https://github.com/arbicity/ARBI-frontend/commit/f3137580))
|
|
31
|
+
- **agent-steps:** Render concurrently-running sub-agents as live lanes ([72213a9d](https://github.com/arbicity/ARBI-frontend/commit/72213a9d))
|
|
32
|
+
- **agent-bar:** Live run-stats chips + live sub-agent lane activity ([3e4f3ed9](https://github.com/arbicity/ARBI-frontend/commit/3e4f3ed9))
|
|
33
|
+
- **agent-bar:** Running sub-agents as job-named lines in the main bar ([e0756c0b](https://github.com/arbicity/ARBI-frontend/commit/e0756c0b))
|
|
34
|
+
- **agent-bar:** De-duplicate live view — expander shows only earlier steps ([4095efd3](https://github.com/arbicity/ARBI-frontend/commit/4095efd3))
|
|
35
|
+
- **agent-bar:** Clearer sub-agent lines — full-width label, calmer motion ([8ffcfaca](https://github.com/arbicity/ARBI-frontend/commit/8ffcfaca))
|
|
36
|
+
- **agent-bar:** "Waiting on <sub-agents>" status + expander scroll-to-bottom ([d696aa0f](https://github.com/arbicity/ARBI-frontend/commit/d696aa0f))
|
|
37
|
+
- **agent-bar:** SUB-AGENT badge instead of the generic robot icon ([5380898a](https://github.com/arbicity/ARBI-frontend/commit/5380898a))
|
|
38
|
+
|
|
39
|
+
### 🩹 Fixes
|
|
40
|
+
|
|
41
|
+
- **messages:** Stop dropping the step detail the backend sends ([7e11c003](https://github.com/arbicity/ARBI-frontend/commit/7e11c003))
|
|
42
|
+
- **messages:** Align step labels with the backend, flag failed outcomes ([aad42f15](https://github.com/arbicity/ARBI-frontend/commit/aad42f15))
|
|
43
|
+
- **messages:** Never render a negative step duration ([55ab19e7](https://github.com/arbicity/ARBI-frontend/commit/55ab19e7))
|
|
44
|
+
- **agent-builder:** Seed the editor once — a refetch must not clobber typing ([21656839](https://github.com/arbicity/ARBI-frontend/commit/21656839))
|
|
45
|
+
- **agent-steps:** Auto-scroll the timeline to follow the run ([57734168](https://github.com/arbicity/ARBI-frontend/commit/57734168))
|
|
46
|
+
- **agent-bar:** Main status line shows the agent's own step, not a child's ([f1342866](https://github.com/arbicity/ARBI-frontend/commit/f1342866))
|
|
47
|
+
- **cli-test:** Wait for the DOCX to finish processing before reprocess-filtering it ([294ece75](https://github.com/arbicity/ARBI-frontend/commit/294ece75))
|
|
48
|
+
|
|
49
|
+
### 💅 Refactors
|
|
50
|
+
|
|
51
|
+
- **agent-builder:** Rebuild on the shared design system, deliberate avatar ([64348191](https://github.com/arbicity/ARBI-frontend/commit/64348191))
|
|
52
|
+
- **watch:** Unify on one reconnectable run stream, keyed by message status ([4b73cf54](https://github.com/arbicity/ARBI-frontend/commit/4b73cf54))
|
|
53
|
+
|
|
54
|
+
### 🏡 Chore
|
|
55
|
+
|
|
56
|
+
- Bootstrap agent-builder-ui branch ([fc78f1c4](https://github.com/arbicity/ARBI-frontend/commit/fc78f1c4))
|
|
57
|
+
|
|
58
|
+
### ✅ Tests
|
|
59
|
+
|
|
60
|
+
- **e2e:** Expect sub-agent steps folded, not inline ([416af41f](https://github.com/arbicity/ARBI-frontend/commit/416af41f))
|
|
61
|
+
- **agent-builder:** Make the avatar step non-blocking in the flow e2e ([36f1f5d8](https://github.com/arbicity/ARBI-frontend/commit/36f1f5d8))
|
|
62
|
+
- **e2e:** Assert the FINAL goal-check step (multi-pass runs check per pass) ([d9719c1d](https://github.com/arbicity/ARBI-frontend/commit/d9719c1d))
|
|
63
|
+
- **e2e:** Live capture of concurrent sub-agent lanes + run-stats chip ([a4113977](https://github.com/arbicity/ARBI-frontend/commit/a4113977))
|
|
64
|
+
- **e2e:** Gate the live sub-agent demo behind E2E_VIDEO ([a0788b27](https://github.com/arbicity/ARBI-frontend/commit/a0788b27))
|
|
65
|
+
- **e2e:** Research-shaped prompt + assert de-duplicated expander ([085d21e2](https://github.com/arbicity/ARBI-frontend/commit/085d21e2))
|
|
66
|
+
- **e2e:** Handle-agnostic sub-agent assertions + longer settle timeout ([50ddcd25](https://github.com/arbicity/ARBI-frontend/commit/50ddcd25))
|
|
67
|
+
|
|
3
68
|
## v0.3.122
|
|
4
69
|
|
|
5
70
|
[compare changes](https://github.com/arbicity/ARBI-frontend/compare/v0.3.121...HEAD)
|
package/dist/index.js
CHANGED
|
@@ -3694,7 +3694,7 @@ function getLatestVersion(skipCache = false) {
|
|
|
3694
3694
|
}
|
|
3695
3695
|
}
|
|
3696
3696
|
function getCurrentVersion() {
|
|
3697
|
-
return "0.3.
|
|
3697
|
+
return "0.3.124";
|
|
3698
3698
|
}
|
|
3699
3699
|
function readChangelog(fromVersion, toVersion) {
|
|
3700
3700
|
try {
|
|
@@ -3747,17 +3747,17 @@ function showChangelog(fromVersion, toVersion) {
|
|
|
3747
3747
|
async function checkForUpdates(autoUpdate) {
|
|
3748
3748
|
try {
|
|
3749
3749
|
const latest = getLatestVersion();
|
|
3750
|
-
if (!latest || latest === "0.3.
|
|
3750
|
+
if (!latest || latest === "0.3.124") return;
|
|
3751
3751
|
if (autoUpdate) {
|
|
3752
3752
|
warn(`
|
|
3753
|
-
Your arbi version is out of date (${"0.3.
|
|
3753
|
+
Your arbi version is out of date (${"0.3.124"} \u2192 ${latest}). Updating...`);
|
|
3754
3754
|
child_process.execSync("npm install -g @arbidocs/cli@latest", { stdio: "inherit" });
|
|
3755
|
-
showChangelog("0.3.
|
|
3755
|
+
showChangelog("0.3.124", latest);
|
|
3756
3756
|
console.log(`Updated to ${latest}.`);
|
|
3757
3757
|
} else {
|
|
3758
3758
|
warn(
|
|
3759
3759
|
`
|
|
3760
|
-
Your arbi version is out of date (${"0.3.
|
|
3760
|
+
Your arbi version is out of date (${"0.3.124"} \u2192 ${latest}).
|
|
3761
3761
|
Run "arbi update" to upgrade, or "arbi update auto" to always stay up to date.`
|
|
3762
3762
|
);
|
|
3763
3763
|
}
|
|
@@ -3789,10 +3789,10 @@ function markNagShown(latest) {
|
|
|
3789
3789
|
function hintUpdateOnError() {
|
|
3790
3790
|
try {
|
|
3791
3791
|
const cached = readCache();
|
|
3792
|
-
if (!cached || cached.latest === "0.3.
|
|
3792
|
+
if (!cached || cached.latest === "0.3.124") return;
|
|
3793
3793
|
if (!shouldShowNag(cached.latest)) return;
|
|
3794
3794
|
warn(
|
|
3795
|
-
`Your arbi version is out of date (${"0.3.
|
|
3795
|
+
`Your arbi version is out of date (${"0.3.124"} \u2192 ${cached.latest}). Run "arbi update".`
|
|
3796
3796
|
);
|
|
3797
3797
|
markNagShown(cached.latest);
|
|
3798
3798
|
} catch {
|
|
@@ -10480,7 +10480,7 @@ console.info = (...args) => {
|
|
|
10480
10480
|
_origInfo(...args);
|
|
10481
10481
|
};
|
|
10482
10482
|
var program = new commander.Command();
|
|
10483
|
-
program.name("arbi").description("ARBI CLI \u2014 interact with ARBI from the terminal").version("0.3.
|
|
10483
|
+
program.name("arbi").description("ARBI CLI \u2014 interact with ARBI from the terminal").version("0.3.124").showHelpAfterError(true).showSuggestionAfterError(true);
|
|
10484
10484
|
registerConfigCommand(program);
|
|
10485
10485
|
registerLoginCommand(program);
|
|
10486
10486
|
registerRegisterCommand(program);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@arbidocs/cli",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.124",
|
|
4
4
|
"description": "CLI tool for interacting with ARBI — login, manage workspaces, upload documents, query the RAG assistant",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"bin": {
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"preuninstall": "node scripts/preuninstall.js"
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@arbidocs/sdk": "0.3.
|
|
25
|
-
"@arbidocs/client": "0.3.
|
|
26
|
-
"@arbidocs/tui": "0.3.
|
|
24
|
+
"@arbidocs/sdk": "0.3.124",
|
|
25
|
+
"@arbidocs/client": "0.3.124",
|
|
26
|
+
"@arbidocs/tui": "0.3.124",
|
|
27
27
|
"@inquirer/prompts": "^8.5.2",
|
|
28
28
|
"chalk": "^5.6.2",
|
|
29
29
|
"commander": "^15.0.0"
|