@arbidocs/cli 0.3.82 → 0.3.83
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 +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,55 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## v0.3.83
|
|
4
|
+
|
|
5
|
+
[compare changes](https://github.com/arbicity/ARBI-frontend/compare/v0.3.82...HEAD)
|
|
6
|
+
|
|
7
|
+
### 🚀 Enhancements
|
|
8
|
+
|
|
9
|
+
- Expand reasoning steps by default in chat messages ([e15782d7b](https://github.com/arbicity/ARBI-frontend/commit/e15782d7b))
|
|
10
|
+
- Improve workspace card and review tab UX ([12bc6c32a](https://github.com/arbicity/ARBI-frontend/commit/12bc6c32a))
|
|
11
|
+
- Add search navigation to document card, stable field heights, project tab deep-link ([59355242a](https://github.com/arbicity/ARBI-frontend/commit/59355242a))
|
|
12
|
+
- **tips:** Typed action registry + dev-only tips editor; Smart Tips on for all users ([dd3612552](https://github.com/arbicity/ARBI-frontend/commit/dd3612552))
|
|
13
|
+
- **notifications:** Per-category email-notification settings UI ([f0822d9e7](https://github.com/arbicity/ARBI-frontend/commit/f0822d9e7))
|
|
14
|
+
- **settings:** Wire Smart Tips + email-notifications toggles into User Settings ([5b8ce07a5](https://github.com/arbicity/ARBI-frontend/commit/5b8ce07a5))
|
|
15
|
+
|
|
16
|
+
### 🩹 Fixes
|
|
17
|
+
|
|
18
|
+
- Open workspaces sequentially to avoid Redis race condition in MCP session ([#870](https://github.com/arbicity/ARBI-frontend/pull/870))
|
|
19
|
+
- Remove citation hover card from message passages ([0bfd62503](https://github.com/arbicity/ARBI-frontend/commit/0bfd62503))
|
|
20
|
+
- Expand citation badge width for multi-digit numbers ([7a45d079c](https://github.com/arbicity/ARBI-frontend/commit/7a45d079c))
|
|
21
|
+
- Increase grid tooltip hide delay from 200ms to 4s ([b9a23ae6c](https://github.com/arbicity/ARBI-frontend/commit/b9a23ae6c))
|
|
22
|
+
- Remove max-w-3xl cap so chat fills full header width ([e989725c0](https://github.com/arbicity/ARBI-frontend/commit/e989725c0))
|
|
23
|
+
- Remove width caps in Smart Search bar and results ([c7fa36bae](https://github.com/arbicity/ARBI-frontend/commit/c7fa36bae))
|
|
24
|
+
- Wrap search input text and move action buttons to top of bar ([98faa4046](https://github.com/arbicity/ARBI-frontend/commit/98faa4046))
|
|
25
|
+
- Place search textarea inline with buttons on same row ([f022bc561](https://github.com/arbicity/ARBI-frontend/commit/f022bc561))
|
|
26
|
+
- Fixed width on search mode button to prevent text reflow ([552e223b7](https://github.com/arbicity/ARBI-frontend/commit/552e223b7))
|
|
27
|
+
- Move page counter to right side of document viewer header ([83c4b408d](https://github.com/arbicity/ARBI-frontend/commit/83c4b408d))
|
|
28
|
+
- Tab tooltip below header; show chunk identity label on hover in HTML view ([e9b71496a](https://github.com/arbicity/ARBI-frontend/commit/e9b71496a))
|
|
29
|
+
- Use double-rAF and instant scroll for accurate PDF page navigation ([16c3fd638](https://github.com/arbicity/ARBI-frontend/commit/16c3fd638))
|
|
30
|
+
- Show full document title in viewer header without truncation ([c5aa84397](https://github.com/arbicity/ARBI-frontend/commit/c5aa84397))
|
|
31
|
+
- Truncate long workspace name in sidebar while keeping visibility badge visible ([062006b2b](https://github.com/arbicity/ARBI-frontend/commit/062006b2b))
|
|
32
|
+
- Define AgentStepDeltaEvent locally after SDK removed the export ([d1dbd6528](https://github.com/arbicity/ARBI-frontend/commit/d1dbd6528))
|
|
33
|
+
- Always show first tab label, not just when active ([876f77943](https://github.com/arbicity/ARBI-frontend/commit/876f77943))
|
|
34
|
+
- Scroll locked during streaming, collapsible danger zone, security button labels ([b248faf9c](https://github.com/arbicity/ARBI-frontend/commit/b248faf9c))
|
|
35
|
+
- Remove duplicate scrollbar arrows — show only one arrow per end ([f72b9d11c](https://github.com/arbicity/ARBI-frontend/commit/f72b9d11c))
|
|
36
|
+
- Default skills feature to hidden (show_skills ?? false) ([07de2196e](https://github.com/arbicity/ARBI-frontend/commit/07de2196e))
|
|
37
|
+
- Remove excess vertical spacing in Change Master Password modal ([5d42ddd1b](https://github.com/arbicity/ARBI-frontend/commit/5d42ddd1b))
|
|
38
|
+
- Remove Change/Save badges, make security rows full button style with chevron ([4d35cd6ab](https://github.com/arbicity/ARBI-frontend/commit/4d35cd6ab))
|
|
39
|
+
- Remove unused isFirst param, cast referral_reward type checks for schema compat ([7dce081c5](https://github.com/arbicity/ARBI-frontend/commit/7dce081c5))
|
|
40
|
+
- **tips:** Show which tip you're editing prominently in the editor form ([d2a3b1e85](https://github.com/arbicity/ARBI-frontend/commit/d2a3b1e85))
|
|
41
|
+
|
|
42
|
+
### 💅 Refactors
|
|
43
|
+
|
|
44
|
+
- **tips:** Red "Modify" button + instant in-place save (no full reload) ([deebcd796](https://github.com/arbicity/ARBI-frontend/commit/deebcd796))
|
|
45
|
+
|
|
46
|
+
### 🏡 Chore
|
|
47
|
+
|
|
48
|
+
- Restore sidebar counter style, pin icon, skills gate, and MCP fixes from previous session ([cf0d04b33](https://github.com/arbicity/ARBI-frontend/commit/cf0d04b33))
|
|
49
|
+
- Bump version to 2026-06-02_cf0d04b3 ([ff201d0eb](https://github.com/arbicity/ARBI-frontend/commit/ff201d0eb))
|
|
50
|
+
- Merge main into branch, resolve skills comment conflicts ([89835f374](https://github.com/arbicity/ARBI-frontend/commit/89835f374))
|
|
51
|
+
- Apply prettier formatting ([c8f67260a](https://github.com/arbicity/ARBI-frontend/commit/c8f67260a))
|
|
52
|
+
|
|
3
53
|
## v0.3.82
|
|
4
54
|
|
|
5
55
|
[compare changes](https://github.com/arbicity/ARBI-frontend/compare/v0.3.81...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.83";
|
|
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.83") 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.83"} \u2192 ${latest}). Updating...`);
|
|
3754
3754
|
child_process.execSync("npm install -g @arbidocs/cli@latest", { stdio: "inherit" });
|
|
3755
|
-
showChangelog("0.3.
|
|
3755
|
+
showChangelog("0.3.83", 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.83"} \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.83") 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.83"} \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.83").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.83",
|
|
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.83",
|
|
25
|
+
"@arbidocs/client": "0.3.83",
|
|
26
|
+
"@arbidocs/tui": "0.3.83",
|
|
27
27
|
"@inquirer/prompts": "^8.4.3",
|
|
28
28
|
"chalk": "^5.6.2",
|
|
29
29
|
"commander": "^14.0.3"
|