@arbidocs/cli 0.3.95 → 0.3.97
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 +102 -0
- package/dist/index.js +8 -8
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,107 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## v0.3.97
|
|
4
|
+
|
|
5
|
+
[compare changes](https://github.com/arbicity/ARBI-frontend/compare/v0.3.96...HEAD)
|
|
6
|
+
|
|
7
|
+
### 🚀 Enhancements
|
|
8
|
+
|
|
9
|
+
- Mailbox sync UI (connect, folders, labels, date+time) ([#1016](https://github.com/arbicity/ARBI-frontend/pull/1016))
|
|
10
|
+
- **tasks:** Add Tasks page for the agent scheduler ([9272fef7](https://github.com/arbicity/ARBI-frontend/commit/9272fef7))
|
|
11
|
+
|
|
12
|
+
### 🩹 Fixes
|
|
13
|
+
|
|
14
|
+
- **tasks:** Pre-bundle @radix-ui/react-tabs to avoid duplicate-React crash ([241da03f](https://github.com/arbicity/ARBI-frontend/commit/241da03f))
|
|
15
|
+
|
|
16
|
+
## v0.3.96
|
|
17
|
+
|
|
18
|
+
[compare changes](https://github.com/arbicity/ARBI-frontend/compare/v0.3.95...HEAD)
|
|
19
|
+
|
|
20
|
+
### 🚀 Enhancements
|
|
21
|
+
|
|
22
|
+
- **documents:** Review toolbar improvements, gallery tile contrast, workspace pre-selection ([67b6e02a](https://github.com/arbicity/ARBI-frontend/commit/67b6e02a))
|
|
23
|
+
- **documents:** Show folder three-dot menu at rest opacity in gallery view ([087eb5d6](https://github.com/arbicity/ARBI-frontend/commit/087eb5d6))
|
|
24
|
+
- **documents:** Use plain search input in Review mode filter bar ([fbab38d1](https://github.com/arbicity/ARBI-frontend/commit/fbab38d1))
|
|
25
|
+
- **documents:** Move nav buttons and Hide/Show to filter bar in Review mode ([3dc95cc0](https://github.com/arbicity/ARBI-frontend/commit/3dc95cc0))
|
|
26
|
+
- **documents:** Allow selecting and moving folders with structure preservation ([b5d25f32](https://github.com/arbicity/ARBI-frontend/commit/b5d25f32))
|
|
27
|
+
- **actions:** Expand typed action registry to ~40 workflow actions ([#980](https://github.com/arbicity/ARBI-frontend/pull/980))
|
|
28
|
+
- Replace filter-bar search with document picker combobox in Review mode ([0d758143](https://github.com/arbicity/ARBI-frontend/commit/0d758143))
|
|
29
|
+
- Highlight and scroll to current document in Review mode picker ([77c18902](https://github.com/arbicity/ARBI-frontend/commit/77c18902))
|
|
30
|
+
- **error-boundary:** Developer-only View Details + Copy error ([#984](https://github.com/arbicity/ARBI-frontend/pull/984))
|
|
31
|
+
- Allow moving documents to root folder (No folder / All) in MoveToFolderModal ([c8ce18a5](https://github.com/arbicity/ARBI-frontend/commit/c8ce18a5))
|
|
32
|
+
- Match dropdown width to trigger, add label pills, highlight selected doc in NavDocumentPicker ([c46a7a35](https://github.com/arbicity/ARBI-frontend/commit/c46a7a35))
|
|
33
|
+
- Show file type icon for selected document in NavDocumentPicker trigger ([c5772ed1](https://github.com/arbicity/ARBI-frontend/commit/c5772ed1))
|
|
34
|
+
- **actions:** Chain actions into sequences with a shared run engine ([#986](https://github.com/arbicity/ARBI-frontend/pull/986))
|
|
35
|
+
- Refine documents table defaults — compact rows and spec column order ([45132ea7](https://github.com/arbicity/ARBI-frontend/commit/45132ea7))
|
|
36
|
+
- Highlight the document being viewed with a navy pill ([e178d45f](https://github.com/arbicity/ARBI-frontend/commit/e178d45f))
|
|
37
|
+
- Widen the Files-in-Chat document popup for long names ([0f22577b](https://github.com/arbicity/ARBI-frontend/commit/0f22577b))
|
|
38
|
+
- Size the Files-in-Chat popup to the chat bar width ([4d9aba44](https://github.com/arbicity/ARBI-frontend/commit/4d9aba44))
|
|
39
|
+
- **ui:** Subscription, folders, search, processing & workspace UI tweaks ([#999](https://github.com/arbicity/ARBI-frontend/pull/999))
|
|
40
|
+
- **documents:** Reveal filter-bar right actions on hover ([#1000](https://github.com/arbicity/ARBI-frontend/pull/1000))
|
|
41
|
+
- Workspace, files & projects UI refinements (dev-box-104) ([#1006](https://github.com/arbicity/ARBI-frontend/pull/1006))
|
|
42
|
+
- **documents:** Privacy guarantee modal + document-scoped chat ([#1011](https://github.com/arbicity/ARBI-frontend/pull/1011))
|
|
43
|
+
- **agents:** Reconcile create-agent + authorize UI to the unified backend ([d900bfd3](https://github.com/arbicity/ARBI-frontend/commit/d900bfd3))
|
|
44
|
+
- **agents:** One modal — configure the main system agent (non-developer) ([9ac18064](https://github.com/arbicity/ARBI-frontend/commit/9ac18064))
|
|
45
|
+
- **agents:** Ungate assistant config for non-developers ([8c0707cb](https://github.com/arbicity/ARBI-frontend/commit/8c0707cb))
|
|
46
|
+
- **agents:** Ungate assistant config for non-developers" ([03bcfbc9](https://github.com/arbicity/ARBI-frontend/commit/03bcfbc9))
|
|
47
|
+
|
|
48
|
+
### 🩹 Fixes
|
|
49
|
+
|
|
50
|
+
- **documents:** Saved views track full layout; center Status icon ([#978](https://github.com/arbicity/ARBI-frontend/pull/978))
|
|
51
|
+
- **documents:** Gallery shows all docs, view selector auto-switches on save, delete buttons always visible ([c841c44a](https://github.com/arbicity/ARBI-frontend/commit/c841c44a))
|
|
52
|
+
- **documents:** Scope 'Search document' placeholder to Review mode only ([524d7109](https://github.com/arbicity/ARBI-frontend/commit/524d7109))
|
|
53
|
+
- **documents:** Clear processing-modal task when a document is deleted ([#981](https://github.com/arbicity/ARBI-frontend/pull/981))
|
|
54
|
+
- **documents:** Include child docs in gallery folder counts ([dfd21806](https://github.com/arbicity/ARBI-frontend/commit/dfd21806))
|
|
55
|
+
- **projects:** Discard pending project when Stripe checkout is cancelled ([#982](https://github.com/arbicity/ARBI-frontend/pull/982))
|
|
56
|
+
- Focus and scroll to current document when Review mode picker opens ([f56f41ae](https://github.com/arbicity/ARBI-frontend/commit/f56f41ae))
|
|
57
|
+
- Restore search bar in Review mode, move doc picker to secondary bar below ([0b7431a6](https://github.com/arbicity/ARBI-frontend/commit/0b7431a6))
|
|
58
|
+
- Limit filter bar search input to 1/3 width in all views ([dbceaca6](https://github.com/arbicity/ARBI-frontend/commit/dbceaca6))
|
|
59
|
+
- Keep filter bar right actions pinned to far right after search width reduction ([fabf0634](https://github.com/arbicity/ARBI-frontend/commit/fabf0634))
|
|
60
|
+
- **projects:** Allow deleting a pending (unpaid) project ([#983](https://github.com/arbicity/ARBI-frontend/pull/983))
|
|
61
|
+
- Show file type icon before document name in NavDocumentPicker dropdown ([22e1abfc](https://github.com/arbicity/ARBI-frontend/commit/22e1abfc))
|
|
62
|
+
- Replace ChevronDown with SlidersHorizontal icon on search field selector ([45e75126](https://github.com/arbicity/ARBI-frontend/commit/45e75126))
|
|
63
|
+
- Include child documents when renaming a folder to prevent old folder from persisting ([939cfec2](https://github.com/arbicity/ARBI-frontend/commit/939cfec2))
|
|
64
|
+
- Use secondary (light blue) color for selected state in ViewToggle ([f9249496](https://github.com/arbicity/ARBI-frontend/commit/f9249496))
|
|
65
|
+
- **editor:** Define global Prism so MDXEditor stops crashing ([#987](https://github.com/arbicity/ARBI-frontend/pull/987))
|
|
66
|
+
- Patch child doc folder paths in cache when renaming a folder ([5fcce0f2](https://github.com/arbicity/ARBI-frontend/commit/5fcce0f2))
|
|
67
|
+
- **chat:** Restore thread scrolling broken by overflow:clip wrapper ([#989](https://github.com/arbicity/ARBI-frontend/pull/989))
|
|
68
|
+
- Keep document table cells painted on horizontal scroll in Chrome ([#993](https://github.com/arbicity/ARBI-frontend/pull/993))
|
|
69
|
+
- Anchor Documents table cells to the row top ([#994](https://github.com/arbicity/ARBI-frontend/pull/994))
|
|
70
|
+
- Unify Files-in-Chat click/hover and route Go-to-documents to the Files page ([edc8dde8](https://github.com/arbicity/ARBI-frontend/commit/edc8dde8))
|
|
71
|
+
- Update the workspace project band immediately on project rename ([c4ea0975](https://github.com/arbicity/ARBI-frontend/commit/c4ea0975))
|
|
72
|
+
- **chat:** Keep tab header and message input pinned while scrolling ([#997](https://github.com/arbicity/ARBI-frontend/pull/997))
|
|
73
|
+
- **documents,chat:** Table-view UI tweaks + chat input z-index ([#998](https://github.com/arbicity/ARBI-frontend/pull/998))
|
|
74
|
+
- **chat:** Right-size thread bottom spacing and declutter empty chat ([#1001](https://github.com/arbicity/ARBI-frontend/pull/1001))
|
|
75
|
+
- Prevent IconToggle implicit form submit + revive workspace e2e spec ([#1003](https://github.com/arbicity/ARBI-frontend/pull/1003))
|
|
76
|
+
- **api:** Use same-origin API base in test build (stop hitting box-201 in CI) ([#1005](https://github.com/arbicity/ARBI-frontend/pull/1005))
|
|
77
|
+
- **chat:** Preserve emphasis and special chars in citation text ([#1007](https://github.com/arbicity/ARBI-frontend/pull/1007))
|
|
78
|
+
- **documents:** Render explorer after first upload + size-default the view per workspace ([#1009](https://github.com/arbicity/ARBI-frontend/pull/1009))
|
|
79
|
+
- **scripts:** Update record-flow demo recorder for current UI ([#1010](https://github.com/arbicity/ARBI-frontend/pull/1010))
|
|
80
|
+
- **documents:** Allow uploads while documents are processing ([#1012](https://github.com/arbicity/ARBI-frontend/pull/1012))
|
|
81
|
+
- **sdk:** Point agent ops at /v1/agents (was stale /v1/user/agents) ([feaee512](https://github.com/arbicity/ARBI-frontend/commit/feaee512))
|
|
82
|
+
- **format:** Ignore generated openapi.json + format agent components ([1c026cf5](https://github.com/arbicity/ARBI-frontend/commit/1c026cf5))
|
|
83
|
+
|
|
84
|
+
### 💅 Refactors
|
|
85
|
+
|
|
86
|
+
- **subscription:** Share one ChangePlanDialog across entry points ([#1008](https://github.com/arbicity/ARBI-frontend/pull/1008))
|
|
87
|
+
|
|
88
|
+
### 🏡 Chore
|
|
89
|
+
|
|
90
|
+
- Update npm lockfile after install ([b5813350](https://github.com/arbicity/ARBI-frontend/commit/b5813350))
|
|
91
|
+
- Apply prettier formatting ([28e66b1d](https://github.com/arbicity/ARBI-frontend/commit/28e66b1d))
|
|
92
|
+
- Raise Documents chunk size budget to 51 kB ([7d745710](https://github.com/arbicity/ARBI-frontend/commit/7d745710))
|
|
93
|
+
- Merge main into branch, resolve conflicts ([77ad18a3](https://github.com/arbicity/ARBI-frontend/commit/77ad18a3))
|
|
94
|
+
|
|
95
|
+
### ✅ Tests
|
|
96
|
+
|
|
97
|
+
- **documents:** Mock clearTask in DocumentProcessingPanel test ([#985](https://github.com/arbicity/ARBI-frontend/pull/985))
|
|
98
|
+
- **e2e:** Create-agent flow shows signing-key CLI login (ARBI Brain) ([8568bdae](https://github.com/arbicity/ARBI-frontend/commit/8568bdae))
|
|
99
|
+
|
|
100
|
+
### 🤖 CI
|
|
101
|
+
|
|
102
|
+
- **e2e:** Use remote parser pool instead of local GPU parser-server ([#1002](https://github.com/arbicity/ARBI-frontend/pull/1002))
|
|
103
|
+
- **e2e:** Point Playwright at the deployed image instead of localhost:5173 ([#1004](https://github.com/arbicity/ARBI-frontend/pull/1004))
|
|
104
|
+
|
|
3
105
|
## v0.3.95
|
|
4
106
|
|
|
5
107
|
[compare changes](https://github.com/arbicity/ARBI-frontend/compare/v0.3.94...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.97";
|
|
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.97") 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.97"} \u2192 ${latest}). Updating...`);
|
|
3754
3754
|
child_process.execSync("npm install -g @arbidocs/cli@latest", { stdio: "inherit" });
|
|
3755
|
-
showChangelog("0.3.
|
|
3755
|
+
showChangelog("0.3.97", 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.97"} \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.97") 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.97"} \u2192 ${cached.latest}). Run "arbi update".`
|
|
3796
3796
|
);
|
|
3797
3797
|
markNagShown(cached.latest);
|
|
3798
3798
|
} catch {
|
|
@@ -10305,7 +10305,7 @@ console.info = (...args) => {
|
|
|
10305
10305
|
_origInfo(...args);
|
|
10306
10306
|
};
|
|
10307
10307
|
var program = new commander.Command();
|
|
10308
|
-
program.name("arbi").description("ARBI CLI \u2014 interact with ARBI from the terminal").version("0.3.
|
|
10308
|
+
program.name("arbi").description("ARBI CLI \u2014 interact with ARBI from the terminal").version("0.3.97").showHelpAfterError(true).showSuggestionAfterError(true);
|
|
10309
10309
|
registerConfigCommand(program);
|
|
10310
10310
|
registerLoginCommand(program);
|
|
10311
10311
|
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.97",
|
|
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.97",
|
|
25
|
+
"@arbidocs/client": "0.3.97",
|
|
26
|
+
"@arbidocs/tui": "0.3.97",
|
|
27
27
|
"@inquirer/prompts": "^8.4.3",
|
|
28
28
|
"chalk": "^5.6.2",
|
|
29
29
|
"commander": "^14.0.3"
|