@arbidocs/cli 0.3.58 → 0.3.60
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 +50 -0
- package/dist/index.js +8 -8
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,55 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## v0.3.60
|
|
4
|
+
|
|
5
|
+
[compare changes](https://github.com/arbicity/ARBI-frontend/compare/v0.3.59...HEAD)
|
|
6
|
+
|
|
7
|
+
### 🚀 Enhancements
|
|
8
|
+
|
|
9
|
+
- **uploads:** Block guests from uploading documents ([02e38d341](https://github.com/arbicity/ARBI-frontend/commit/02e38d341))
|
|
10
|
+
- **ui:** Move Projects & User Settings into docked panels ([#714](https://github.com/arbicity/ARBI-frontend/pull/714))
|
|
11
|
+
- **docs:** Stage-specific icons for failed document ingestion ([#647](https://github.com/arbicity/ARBI-frontend/pull/647))
|
|
12
|
+
- **settings:** Editable profile name and email change flow ([#725](https://github.com/arbicity/ARBI-frontend/pull/725))
|
|
13
|
+
- **account:** Account tab redesign + picture upload + SSO/recovery fixes + workspace pill polish ([#727](https://github.com/arbicity/ARBI-frontend/pull/727))
|
|
14
|
+
|
|
15
|
+
### 🩹 Fixes
|
|
16
|
+
|
|
17
|
+
- Remove overzealous relogin circuit-breaker (false-tripped on cold-start 401 burst) ([#712](https://github.com/arbicity/ARBI-frontend/pull/712))
|
|
18
|
+
- **conversation:** Send the selected config so artifacts aren't silently disabled ([#711](https://github.com/arbicity/ARBI-frontend/pull/711))
|
|
19
|
+
- Resolve Dashboard crash and TS errors after Vite 8 + pdfjs-dist 5.7 upgrade ([9c90f026c](https://github.com/arbicity/ARBI-frontend/commit/9c90f026c))
|
|
20
|
+
- Work around rolldown CJS interop breaking react-use-websocket ([#723](https://github.com/arbicity/ARBI-frontend/pull/723))
|
|
21
|
+
|
|
22
|
+
### 🏡 Chore
|
|
23
|
+
|
|
24
|
+
- Add Dependabot config ([#716](https://github.com/arbicity/ARBI-frontend/pull/716))
|
|
25
|
+
- Ignore dependabot.yml in prettier checks ([#720](https://github.com/arbicity/ARBI-frontend/pull/720))
|
|
26
|
+
|
|
27
|
+
## v0.3.59
|
|
28
|
+
|
|
29
|
+
[compare changes](https://github.com/arbicity/ARBI-frontend/compare/v0.3.58...HEAD)
|
|
30
|
+
|
|
31
|
+
### 🚀 Enhancements
|
|
32
|
+
|
|
33
|
+
- **skills:** Add Skills Library UI ([2961cacd](https://github.com/arbicity/ARBI-frontend/commit/2961cacd))
|
|
34
|
+
- **skills:** Enable in-place skill editing ([8bd9f715](https://github.com/arbicity/ARBI-frontend/commit/8bd9f715))
|
|
35
|
+
- **skills:** Add skill import and export ([ba7c2ab7](https://github.com/arbicity/ARBI-frontend/commit/ba7c2ab7))
|
|
36
|
+
- **skills:** Cross-device skill favorites via user settings ([#709](https://github.com/arbicity/ARBI-frontend/pull/709))
|
|
37
|
+
|
|
38
|
+
### 🩹 Fixes
|
|
39
|
+
|
|
40
|
+
- **ui:** Clean ARBI Phase 2 — shell polish + authed-shell crash-cascade fix ([#707](https://github.com/arbicity/ARBI-frontend/pull/707))
|
|
41
|
+
|
|
42
|
+
### 💅 Refactors
|
|
43
|
+
|
|
44
|
+
- **skills:** Reuse shared zip worker + download primitive ([9b92294a](https://github.com/arbicity/ARBI-frontend/commit/9b92294a))
|
|
45
|
+
- Styling system overhaul + mobile shell drawer ([#702](https://github.com/arbicity/ARBI-frontend/pull/702))
|
|
46
|
+
- **skills:** Align SkillCard radius with post-overhaul design token ([eaa8bea1](https://github.com/arbicity/ARBI-frontend/commit/eaa8bea1))
|
|
47
|
+
- **ui:** Clean ARBI Phase 1 — foundation tokens + chat declutter ([#705](https://github.com/arbicity/ARBI-frontend/pull/705))
|
|
48
|
+
|
|
49
|
+
### 🎨 Styles
|
|
50
|
+
|
|
51
|
+
- **skills:** Apply Prettier formatting to skills files ([4ae8c407](https://github.com/arbicity/ARBI-frontend/commit/4ae8c407))
|
|
52
|
+
|
|
3
53
|
## v0.3.58
|
|
4
54
|
|
|
5
55
|
[compare changes](https://github.com/arbicity/ARBI-frontend/compare/v0.3.56...HEAD)
|
package/dist/index.js
CHANGED
|
@@ -3641,7 +3641,7 @@ function getLatestVersion(skipCache = false) {
|
|
|
3641
3641
|
}
|
|
3642
3642
|
}
|
|
3643
3643
|
function getCurrentVersion() {
|
|
3644
|
-
return "0.3.
|
|
3644
|
+
return "0.3.60";
|
|
3645
3645
|
}
|
|
3646
3646
|
function readChangelog(fromVersion, toVersion) {
|
|
3647
3647
|
try {
|
|
@@ -3694,17 +3694,17 @@ function showChangelog(fromVersion, toVersion) {
|
|
|
3694
3694
|
async function checkForUpdates(autoUpdate) {
|
|
3695
3695
|
try {
|
|
3696
3696
|
const latest = getLatestVersion();
|
|
3697
|
-
if (!latest || latest === "0.3.
|
|
3697
|
+
if (!latest || latest === "0.3.60") return;
|
|
3698
3698
|
if (autoUpdate) {
|
|
3699
3699
|
warn(`
|
|
3700
|
-
Your arbi version is out of date (${"0.3.
|
|
3700
|
+
Your arbi version is out of date (${"0.3.60"} \u2192 ${latest}). Updating...`);
|
|
3701
3701
|
child_process.execSync("npm install -g @arbidocs/cli@latest", { stdio: "inherit" });
|
|
3702
|
-
showChangelog("0.3.
|
|
3702
|
+
showChangelog("0.3.60", latest);
|
|
3703
3703
|
console.log(`Updated to ${latest}.`);
|
|
3704
3704
|
} else {
|
|
3705
3705
|
warn(
|
|
3706
3706
|
`
|
|
3707
|
-
Your arbi version is out of date (${"0.3.
|
|
3707
|
+
Your arbi version is out of date (${"0.3.60"} \u2192 ${latest}).
|
|
3708
3708
|
Run "arbi update" to upgrade, or "arbi update auto" to always stay up to date.`
|
|
3709
3709
|
);
|
|
3710
3710
|
}
|
|
@@ -3714,9 +3714,9 @@ Run "arbi update" to upgrade, or "arbi update auto" to always stay up to date.`
|
|
|
3714
3714
|
function hintUpdateOnError() {
|
|
3715
3715
|
try {
|
|
3716
3716
|
const cached = readCache();
|
|
3717
|
-
if (cached && cached.latest !== "0.3.
|
|
3717
|
+
if (cached && cached.latest !== "0.3.60") {
|
|
3718
3718
|
warn(
|
|
3719
|
-
`Your arbi version is out of date (${"0.3.
|
|
3719
|
+
`Your arbi version is out of date (${"0.3.60"} \u2192 ${cached.latest}). Run "arbi update".`
|
|
3720
3720
|
);
|
|
3721
3721
|
}
|
|
3722
3722
|
} catch {
|
|
@@ -8753,7 +8753,7 @@ console.info = (...args) => {
|
|
|
8753
8753
|
_origInfo(...args);
|
|
8754
8754
|
};
|
|
8755
8755
|
var program = new commander.Command();
|
|
8756
|
-
program.name("arbi").description("ARBI CLI \u2014 interact with ARBI from the terminal").version("0.3.
|
|
8756
|
+
program.name("arbi").description("ARBI CLI \u2014 interact with ARBI from the terminal").version("0.3.60");
|
|
8757
8757
|
registerConfigCommand(program);
|
|
8758
8758
|
registerLoginCommand(program);
|
|
8759
8759
|
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.60",
|
|
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,17 +21,17 @@
|
|
|
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.
|
|
27
|
-
"@inquirer/prompts": "^8.
|
|
24
|
+
"@arbidocs/sdk": "0.3.60",
|
|
25
|
+
"@arbidocs/client": "0.3.60",
|
|
26
|
+
"@arbidocs/tui": "0.3.60",
|
|
27
|
+
"@inquirer/prompts": "^8.4.3",
|
|
28
28
|
"chalk": "^5.6.2",
|
|
29
|
-
"commander": "^
|
|
29
|
+
"commander": "^14.0.3"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@types/node": "^
|
|
32
|
+
"@types/node": "^25.9.0",
|
|
33
33
|
"tsup": "^8.4.0",
|
|
34
|
-
"typescript": "^
|
|
34
|
+
"typescript": "^6.0.3",
|
|
35
35
|
"vitest": "^4.0.18"
|
|
36
36
|
},
|
|
37
37
|
"license": "MIT",
|