@arbidocs/cli 0.3.86 → 0.3.88
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 +117 -0
- package/dist/index.js +8 -8
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,122 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## v0.3.88
|
|
4
|
+
|
|
5
|
+
[compare changes](https://github.com/arbicity/ARBI-frontend/compare/v0.3.87...HEAD)
|
|
6
|
+
|
|
7
|
+
### 🚀 Enhancements
|
|
8
|
+
|
|
9
|
+
- **auth:** Static login/register card height and single source of truth product card ([23084d82e](https://github.com/arbicity/ARBI-frontend/commit/23084d82e))
|
|
10
|
+
- **documents:** Guided AI Review modal; drop the panel's review mode ([e613bc275](https://github.com/arbicity/ARBI-frontend/commit/e613bc275))
|
|
11
|
+
- **contacts:** Unified directory + assistants gated behind experiment ([127dda847](https://github.com/arbicity/ARBI-frontend/commit/127dda847))
|
|
12
|
+
- **smart-search:** Add clear button, relocate Apply label, single-line totals ([458253ac7](https://github.com/arbicity/ARBI-frontend/commit/458253ac7))
|
|
13
|
+
- **contacts:** De-emphasize agent connect entry; developer-only beta ([e6d797a2b](https://github.com/arbicity/ARBI-frontend/commit/e6d797a2b))
|
|
14
|
+
- **documents:** AI Review completion toast re-opens the modal on its results ([dec60f277](https://github.com/arbicity/ARBI-frontend/commit/dec60f277))
|
|
15
|
+
- **notifications:** Render the action button on activity-log entries ([863752c9a](https://github.com/arbicity/ARBI-frontend/commit/863752c9a))
|
|
16
|
+
- **documents:** Standalone Processing modal for indexing/doctag status ([c5da16332](https://github.com/arbicity/ARBI-frontend/commit/c5da16332))
|
|
17
|
+
- **notifications:** Merge the two tabs into one filterable list ([54f13f2d4](https://github.com/arbicity/ARBI-frontend/commit/54f13f2d4))
|
|
18
|
+
- **documents:** Custom Fields sidebar — apply fields to the selected docs ([813776b48](https://github.com/arbicity/ARBI-frontend/commit/813776b48))
|
|
19
|
+
- **documents:** AI Review modal — View in table, copy, question chip ([65fedcced](https://github.com/arbicity/ARBI-frontend/commit/65fedcced))
|
|
20
|
+
- **upload:** Show every processing category as a collapsible heading ([dec3856ef](https://github.com/arbicity/ARBI-frontend/commit/dec3856ef))
|
|
21
|
+
- **documents:** Open the Processing modal from a Files sidebar button ([b4fe5f482](https://github.com/arbicity/ARBI-frontend/commit/b4fe5f482))
|
|
22
|
+
- **documents:** Generate AI fields on apply, warn before overwrite, confirm field delete ([9c6718fa4](https://github.com/arbicity/ARBI-frontend/commit/9c6718fa4))
|
|
23
|
+
- **documents:** Land in the shared results modal after applying fields ([23fb65947](https://github.com/arbicity/ARBI-frontend/commit/23fb65947))
|
|
24
|
+
- **workspace:** TabHeader leading slot + workspace icon, TabHeader-as-header for Processing modal ([7352c5177](https://github.com/arbicity/ARBI-frontend/commit/7352c5177))
|
|
25
|
+
- **workspace:** Put the sidebar open/close toggle in the TabHeader leading slot ([59bf57643](https://github.com/arbicity/ARBI-frontend/commit/59bf57643))
|
|
26
|
+
- **citations:** Rework model citation popover and chat bar UX ([#905](https://github.com/arbicity/ARBI-frontend/pull/905))
|
|
27
|
+
- **sidebar:** Mute and shrink secondary row buttons to match the panel toggle ([a5e6f53c5](https://github.com/arbicity/ARBI-frontend/commit/a5e6f53c5))
|
|
28
|
+
- **sidebar:** Reveal a row's secondary button only on hover/focus or when selected ([006f163f7](https://github.com/arbicity/ARBI-frontend/commit/006f163f7))
|
|
29
|
+
- **processing:** Distinct status icons, "Active" section, workspace shield in modal header ([98f9949f0](https://github.com/arbicity/ARBI-frontend/commit/98f9949f0))
|
|
30
|
+
- **sidebar:** Pulse the processing button while documents are actively indexing ([f54e15173](https://github.com/arbicity/ARBI-frontend/commit/f54e15173))
|
|
31
|
+
- **onboarding:** Clearer step count + current step in the welcome tour, no duplication ([50cc3ce09](https://github.com/arbicity/ARBI-frontend/commit/50cc3ce09))
|
|
32
|
+
- **sidebar:** Colour-code the processing pulse — green when done, red on failure ([ebebed476](https://github.com/arbicity/ARBI-frontend/commit/ebebed476))
|
|
33
|
+
- **processing:** Center Clear-history, hide it when empty, always show status sections ([6b3074d81](https://github.com/arbicity/ARBI-frontend/commit/6b3074d81))
|
|
34
|
+
- **tips:** Fast-forward through tips instead of dismissing, end on Reset/Close ([a1304b4e3](https://github.com/arbicity/ARBI-frontend/commit/a1304b4e3))
|
|
35
|
+
- **onboarding:** Lead the first welcome-tour step with "First" instead of "Next" ([1c94dfa7c](https://github.com/arbicity/ARBI-frontend/commit/1c94dfa7c))
|
|
36
|
+
- **projects:** Show per-project credit-usage meters in the Workspaces header ([5393d3f87](https://github.com/arbicity/ARBI-frontend/commit/5393d3f87))
|
|
37
|
+
- **projects:** Frame the usage badges as a button, reveal on project-band hover ([6e15ae9de](https://github.com/arbicity/ARBI-frontend/commit/6e15ae9de))
|
|
38
|
+
- **projects:** Plan action for every owned project + non-Stripe usage without bars ([150869653](https://github.com/arbicity/ARBI-frontend/commit/150869653))
|
|
39
|
+
- **subscription:** Tidy referral-credit summary and responsive plan-selector header ([aa3011337](https://github.com/arbicity/ARBI-frontend/commit/aa3011337))
|
|
40
|
+
- **rewards:** Show the reward-balance pill in the account row, only when there's credit ([a6b622d3a](https://github.com/arbicity/ARBI-frontend/commit/a6b622d3a))
|
|
41
|
+
- **billing:** Present subscriptions as named tiers (Free, Pro, Pro 2x, Pro 10x) ([#914](https://github.com/arbicity/ARBI-frontend/pull/914))
|
|
42
|
+
- **panels:** Give overlay its own slot; open Projects & Settings as overlay ([#917](https://github.com/arbicity/ARBI-frontend/pull/917))
|
|
43
|
+
- **panels:** Mode switcher offers popout/docked/overlay, not main ([#918](https://github.com/arbicity/ARBI-frontend/pull/918))
|
|
44
|
+
- **panels:** Utility panels default to overlay; rename 'dock' to 'split screen' ([#920](https://github.com/arbicity/ARBI-frontend/pull/920))
|
|
45
|
+
- **notifications:** Simplify to 3 columns; visible label; filter-aware count ([#921](https://github.com/arbicity/ARBI-frontend/pull/921))
|
|
46
|
+
- **settings:** Split Preferences into Privacy, Chat and Experimental tabs ([#922](https://github.com/arbicity/ARBI-frontend/pull/922))
|
|
47
|
+
- **notifications:** One 'Session log' category for non-notification activity ([#926](https://github.com/arbicity/ARBI-frontend/pull/926))
|
|
48
|
+
- **dev-config:** Render schema config as clean fields, not raw JSON ([#930](https://github.com/arbicity/ARBI-frontend/pull/930))
|
|
49
|
+
- **upload:** Accept .mpeg/.mpg and close audio add-more gap ([#915](https://github.com/arbicity/ARBI-frontend/pull/915))
|
|
50
|
+
|
|
51
|
+
### 🩹 Fixes
|
|
52
|
+
|
|
53
|
+
- Format demo .cjs scripts and cover .cjs in lint-staged ([#898](https://github.com/arbicity/ARBI-frontend/pull/898))
|
|
54
|
+
- **documents:** Show docs as processing while AI Review generates doctags ([b6cf0e7c1](https://github.com/arbicity/ARBI-frontend/commit/b6cf0e7c1))
|
|
55
|
+
- **documents:** Make Custom Fields apply idempotent ([77097958c](https://github.com/arbicity/ARBI-frontend/commit/77097958c))
|
|
56
|
+
- **documents:** Move AI Review copy button into the footer ([a6f1a5acf](https://github.com/arbicity/ARBI-frontend/commit/a6f1a5acf))
|
|
57
|
+
- **notifications:** Label referral rewards "Reward earned" ([daa215d17](https://github.com/arbicity/ARBI-frontend/commit/daa215d17))
|
|
58
|
+
- **documents:** Use the processing clock icon for the Files processing button ([f7b90f53b](https://github.com/arbicity/ARBI-frontend/commit/f7b90f53b))
|
|
59
|
+
- **ui:** Pin bulk toolbars, single-row icon mode, sidebar/notifications polish ([d63bdfb4d](https://github.com/arbicity/ARBI-frontend/commit/d63bdfb4d))
|
|
60
|
+
- **chats:** Restore conversation list — revert grid to fixed height ([46049177a](https://github.com/arbicity/ARBI-frontend/commit/46049177a))
|
|
61
|
+
- **tips:** Use the two-triangle FastForward icon for the next-tip control ([5a9a0f238](https://github.com/arbicity/ARBI-frontend/commit/5a9a0f238))
|
|
62
|
+
- **tips:** Place the dev Modify button next to the tip text, not pinned right ([dbc8b885d](https://github.com/arbicity/ARBI-frontend/commit/dbc8b885d))
|
|
63
|
+
- **projects:** Move the credit-usage meter into each project box, not the header ([c3c2fdb73](https://github.com/arbicity/ARBI-frontend/commit/c3c2fdb73))
|
|
64
|
+
- **projects:** Use the existing QuotaBadges unit in the project box, clickable ([cee1e8fd6](https://github.com/arbicity/ARBI-frontend/commit/cee1e8fd6))
|
|
65
|
+
- **projects:** One combined tooltip on the usage badges, not two ([bd63e54e2](https://github.com/arbicity/ARBI-frontend/commit/bd63e54e2))
|
|
66
|
+
- Render modeSwitcher in Help/DeveloperConfig and repair stale WS handler test mock ([5eba3441d](https://github.com/arbicity/ARBI-frontend/commit/5eba3441d))
|
|
67
|
+
- Eliminate sidebar hover layout shift and hard-cut collapse ([08db2cf77](https://github.com/arbicity/ARBI-frontend/commit/08db2cf77))
|
|
68
|
+
- Smooth sidebar retract — delay item layout switch during animation ([8ffaada51](https://github.com/arbicity/ARBI-frontend/commit/8ffaada51))
|
|
69
|
+
- Remove floating open-sidebar toggle button ([ecb552768](https://github.com/arbicity/ARBI-frontend/commit/ecb552768))
|
|
70
|
+
- Remove sidebar toggle button from Files, Smart Search and Chats tab headers ([6929bc4dc](https://github.com/arbicity/ARBI-frontend/commit/6929bc4dc))
|
|
71
|
+
- Keep sidebar expanded when clicking a tab while mouse is still over it ([0c2d6884b](https://github.com/arbicity/ARBI-frontend/commit/0c2d6884b))
|
|
72
|
+
- Hide processing dot on Files sidebar item when already on Files page ([278a789f1](https://github.com/arbicity/ARBI-frontend/commit/278a789f1))
|
|
73
|
+
- Hide processing clock button when pinned and nothing is processing ([19e3ea6b5](https://github.com/arbicity/ARBI-frontend/commit/19e3ea6b5))
|
|
74
|
+
- Show processing clock button on hover (isHovering) or when processing ([28072bb99](https://github.com/arbicity/ARBI-frontend/commit/28072bb99))
|
|
75
|
+
- Prevent duplicate citation badges from cross-boundary bold spans ([#908](https://github.com/arbicity/ARBI-frontend/pull/908))
|
|
76
|
+
- **ci:** Activate postgres, qdrant, minio profiles in integration-test compose up ([#909](https://github.com/arbicity/ARBI-frontend/pull/909))
|
|
77
|
+
- Keep finished documents visible in processing modal for the session ([#911](https://github.com/arbicity/ARBI-frontend/pull/911))
|
|
78
|
+
- Say "passages" not "chunks" in saved-search loading/empty states ([#912](https://github.com/arbicity/ARBI-frontend/pull/912))
|
|
79
|
+
- **chat:** Start the bottom message fade lower so more text is readable ([#913](https://github.com/arbicity/ARBI-frontend/pull/913))
|
|
80
|
+
- **panels:** Route overlay through PanelPortal so popout works from overlay ([#919](https://github.com/arbicity/ARBI-frontend/pull/919))
|
|
81
|
+
- **settings:** Merge premium model cost columns so the grid fits the panel ([#923](https://github.com/arbicity/ARBI-frontend/pull/923))
|
|
82
|
+
- **settings:** Premium cost column — credit-symbol header + dash in/out values ([#924](https://github.com/arbicity/ARBI-frontend/pull/924))
|
|
83
|
+
- **settings:** Restore sort on the premium cost column ([#925](https://github.com/arbicity/ARBI-frontend/pull/925))
|
|
84
|
+
- **panels:** Inset grid panels so content isn't flush against the border ([#927](https://github.com/arbicity/ARBI-frontend/pull/927))
|
|
85
|
+
- **auth:** Stop new registration/login from logging the user out ([#928](https://github.com/arbicity/ARBI-frontend/pull/928))
|
|
86
|
+
- **onboarding:** Make the getting-started tour coherent end-to-end ([#929](https://github.com/arbicity/ARBI-frontend/pull/929))
|
|
87
|
+
|
|
88
|
+
### 💅 Refactors
|
|
89
|
+
|
|
90
|
+
- **rewards:** Use generic "Rewards" wording over "referral credit" ([856041e53](https://github.com/arbicity/ARBI-frontend/commit/856041e53))
|
|
91
|
+
- **upload:** Drop the redundant Processing tab from the upload modal ([9bdc8e63e](https://github.com/arbicity/ARBI-frontend/commit/9bdc8e63e))
|
|
92
|
+
|
|
93
|
+
### 🏡 Chore
|
|
94
|
+
|
|
95
|
+
- **dependabot:** Stop grouping majors; ignore peer-blocked major bumps ([#899](https://github.com/arbicity/ARBI-frontend/pull/899))
|
|
96
|
+
- **recorder:** Drive the new AI Review modal in the review flow ([2d21edcf3](https://github.com/arbicity/ARBI-frontend/commit/2d21edcf3))
|
|
97
|
+
- **scripts:** Add an "apply" flow to the demo recorder ([062a7a5bb](https://github.com/arbicity/ARBI-frontend/commit/062a7a5bb))
|
|
98
|
+
- Add sidebar hover recording script and update version stamp ([568e4e17f](https://github.com/arbicity/ARBI-frontend/commit/568e4e17f))
|
|
99
|
+
- Remove sidebar hover recording script ([82c5b74c5](https://github.com/arbicity/ARBI-frontend/commit/82c5b74c5))
|
|
100
|
+
- Drop the welcome-toast greeting (modal greets now) ([#916](https://github.com/arbicity/ARBI-frontend/pull/916))
|
|
101
|
+
|
|
102
|
+
## v0.3.87
|
|
103
|
+
|
|
104
|
+
[compare changes](https://github.com/arbicity/ARBI-frontend/compare/v0.3.86...HEAD)
|
|
105
|
+
|
|
106
|
+
### 🚀 Enhancements
|
|
107
|
+
|
|
108
|
+
- **upload:** Simplify upload settings — promote Auto-rename, hide AI fields, workspace-level sharing ([#896](https://github.com/arbicity/ARBI-frontend/pull/896))
|
|
109
|
+
- **onboarding:** First-run getting-started checklist + simpler home ([#895](https://github.com/arbicity/ARBI-frontend/pull/895))
|
|
110
|
+
|
|
111
|
+
### 🩹 Fixes
|
|
112
|
+
|
|
113
|
+
- **auth:** Clearer register password feedback + arbicity link ([#892](https://github.com/arbicity/ARBI-frontend/pull/892))
|
|
114
|
+
- **auth:** Keep session when login races the 401 auto-relogin cleanup ([#893](https://github.com/arbicity/ARBI-frontend/pull/893))
|
|
115
|
+
|
|
116
|
+
### ✅ Tests
|
|
117
|
+
|
|
118
|
+
- **auth:** Cover the wired 401 relogin race cleanup end-to-end ([#894](https://github.com/arbicity/ARBI-frontend/pull/894))
|
|
119
|
+
|
|
3
120
|
## v0.3.86
|
|
4
121
|
|
|
5
122
|
[compare changes](https://github.com/arbicity/ARBI-frontend/compare/v0.3.85...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.88";
|
|
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.88") 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.88"} \u2192 ${latest}). Updating...`);
|
|
3754
3754
|
child_process.execSync("npm install -g @arbidocs/cli@latest", { stdio: "inherit" });
|
|
3755
|
-
showChangelog("0.3.
|
|
3755
|
+
showChangelog("0.3.88", 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.88"} \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.88") 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.88"} \u2192 ${cached.latest}). Run "arbi update".`
|
|
3796
3796
|
);
|
|
3797
3797
|
markNagShown(cached.latest);
|
|
3798
3798
|
} catch {
|
|
@@ -10273,7 +10273,7 @@ console.info = (...args) => {
|
|
|
10273
10273
|
_origInfo(...args);
|
|
10274
10274
|
};
|
|
10275
10275
|
var program = new commander.Command();
|
|
10276
|
-
program.name("arbi").description("ARBI CLI \u2014 interact with ARBI from the terminal").version("0.3.
|
|
10276
|
+
program.name("arbi").description("ARBI CLI \u2014 interact with ARBI from the terminal").version("0.3.88").showHelpAfterError(true).showSuggestionAfterError(true);
|
|
10277
10277
|
registerConfigCommand(program);
|
|
10278
10278
|
registerLoginCommand(program);
|
|
10279
10279
|
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.88",
|
|
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.88",
|
|
25
|
+
"@arbidocs/client": "0.3.88",
|
|
26
|
+
"@arbidocs/tui": "0.3.88",
|
|
27
27
|
"@inquirer/prompts": "^8.4.3",
|
|
28
28
|
"chalk": "^5.6.2",
|
|
29
29
|
"commander": "^14.0.3"
|