@arbidocs/cli 0.3.90 → 0.3.92

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 CHANGED
@@ -1,5 +1,72 @@
1
1
  # Changelog
2
2
 
3
+ ## v0.3.92
4
+
5
+ [compare changes](https://github.com/arbicity/ARBI-frontend/compare/v0.3.91...HEAD)
6
+
7
+ ### 🚀 Enhancements
8
+
9
+ - **sidebar:** Shield icon and user-count pill on workspace card, drop type badge ([64d74f3cd](https://github.com/arbicity/ARBI-frontend/commit/64d74f3cd))
10
+ - **documents:** Add bottom padding under the bulk-actions toolbar ([3406e432c](https://github.com/arbicity/ARBI-frontend/commit/3406e432c))
11
+ - **documents:** Clear button for custom fields, AI-only results modal, no stale create form ([c09d7275c](https://github.com/arbicity/ARBI-frontend/commit/c09d7275c))
12
+ - **viewer:** Keep audio/video playing while on the HTML transcript tab ([e9b82f83f](https://github.com/arbicity/ARBI-frontend/commit/e9b82f83f))
13
+ - Add .pst/.ost Outlook archive upload support ([8e9625f19](https://github.com/arbicity/ARBI-frontend/commit/8e9625f19))
14
+
15
+ ### 🩹 Fixes
16
+
17
+ - **usage:** Span Daily Credits chart over the full billing period with 3-letter month labels ([439a00bcd](https://github.com/arbicity/ARBI-frontend/commit/439a00bcd))
18
+ - **ui:** Animate dock panel open/close width to remove flicker ([4191c3252](https://github.com/arbicity/ARBI-frontend/commit/4191c3252))
19
+ - **ui:** Preload overlay panel chunks to avoid first-open LoadingScreen flash ([1c73dab16](https://github.com/arbicity/ARBI-frontend/commit/1c73dab16))
20
+ - **ui:** Delay Suspense loading screen by 1s and preload page chunks ([1aae33c57](https://github.com/arbicity/ARBI-frontend/commit/1aae33c57))
21
+ - **ui:** Snap dock zone closed instead of animating an empty strip ([6b89986a8](https://github.com/arbicity/ARBI-frontend/commit/6b89986a8))
22
+ - **documents:** Stop remounting card navigator when fields panel toggles ([587b9f677](https://github.com/arbicity/ARBI-frontend/commit/587b9f677))
23
+ - **ui:** Hold overlay exit end-state to stop close-animation flicker ([46264ce97](https://github.com/arbicity/ARBI-frontend/commit/46264ce97))
24
+ - **ui:** Start overlay exit during render so panel never unmounts before animating ([99e29f589](https://github.com/arbicity/ARBI-frontend/commit/99e29f589))
25
+ - **documents:** Clear button left of apply, full width, labelled with doc count ([d60b123e3](https://github.com/arbicity/ARBI-frontend/commit/d60b123e3))
26
+ - **documents:** Include field count in clear button label ([d47b73ee9](https://github.com/arbicity/ARBI-frontend/commit/d47b73ee9))
27
+ - **documents:** Drop hover-only trash icon from custom field rows ([449431acf](https://github.com/arbicity/ARBI-frontend/commit/449431acf))
28
+ - **chat:** Keep user-selected model after message round-trip in agentic mode ([1ee62c679](https://github.com/arbicity/ARBI-frontend/commit/1ee62c679))
29
+ - **usage:** Unclipped non-overlapping chart date labels + quota % on Credits Used ([2c08a8d8b](https://github.com/arbicity/ARBI-frontend/commit/2c08a8d8b))
30
+ - **usage:** Hide quota percentage when it rounds to 0% ([93ab6d5d0](https://github.com/arbicity/ARBI-frontend/commit/93ab6d5d0))
31
+ - **workspace:** Default member-table column widths fit their header names ([cc05d4eb6](https://github.com/arbicity/ARBI-frontend/commit/cc05d4eb6))
32
+ - Update rejection message test to match new Outlook archive wording ([aa315f645](https://github.com/arbicity/ARBI-frontend/commit/aa315f645))
33
+
34
+ ## v0.3.91
35
+
36
+ [compare changes](https://github.com/arbicity/ARBI-frontend/compare/v0.3.90...HEAD)
37
+
38
+ ### 🚀 Enhancements
39
+
40
+ - **documents:** OneDrive-style file-explorer view ([65af60d6](https://github.com/arbicity/ARBI-frontend/commit/65af60d6))
41
+ - **documents:** Borderless explorer tiles with checkbox, kebab menu, click-to-rename ([cc81bd0e](https://github.com/arbicity/ARBI-frontend/commit/cc81bd0e))
42
+ - **documents:** Horizontal file menu, Open-in-Review, hover summary tooltip ([6848a4fc](https://github.com/arbicity/ARBI-frontend/commit/6848a4fc))
43
+ - **documents:** Show first-page thumbnails behind explorer tile icons ([ced2f8df](https://github.com/arbicity/ARBI-frontend/commit/ced2f8df))
44
+ - **documents:** Portrait thumbnail tiles, windowed batch fetch, experimental gating ([ec777811](https://github.com/arbicity/ARBI-frontend/commit/ec777811))
45
+ - **documents:** Tile status badge, zoom slider, standard sort dropdown ([26d10bc9](https://github.com/arbicity/ARBI-frontend/commit/26d10bc9))
46
+ - **documents:** Cleaner, more legible grid default view ([bb1e62a5](https://github.com/arbicity/ARBI-frontend/commit/bb1e62a5))
47
+ - **documents:** Create placeholder folders in the explorer ([0dd4c1d7](https://github.com/arbicity/ARBI-frontend/commit/0dd4c1d7))
48
+ - **conversation:** Subtle add-documents drop area in the empty chat state ([89915677](https://github.com/arbicity/ARBI-frontend/commit/89915677))
49
+ - **documents:** Keep the folder picker visible at the base in the explorer ([6d198cf7](https://github.com/arbicity/ARBI-frontend/commit/6d198cf7))
50
+
51
+ ### 🩹 Fixes
52
+
53
+ - **documents:** Fit landscape thumbnails whole instead of cropping ([2e913361](https://github.com/arbicity/ARBI-frontend/commit/2e913361))
54
+ - **documents:** Quick Filters as a filter icon on the Files tab ([e7192efa](https://github.com/arbicity/ARBI-frontend/commit/e7192efa))
55
+ - **documents:** Keep explorer drag-to-folder working alongside tile tooltips ([7eb9e6ae](https://github.com/arbicity/ARBI-frontend/commit/7eb9e6ae))
56
+
57
+ ### 💅 Refactors
58
+
59
+ - **documents:** Align explorer tiles with the AG Grid theme (DRY) ([ffbb27d4](https://github.com/arbicity/ARBI-frontend/commit/ffbb27d4))
60
+ - **documents:** Folder dropdown in explorer + move view toggle to the filter row ([6c68ff6e](https://github.com/arbicity/ARBI-frontend/commit/6c68ff6e))
61
+ - **documents:** Standard view toggle + folder dropdown as home ([9f7d5426](https://github.com/arbicity/ARBI-frontend/commit/9f7d5426))
62
+ - **documents:** View toggle in the tab header + consistent second row ([dea99e33](https://github.com/arbicity/ARBI-frontend/commit/dea99e33))
63
+ - **documents:** Quick Filters in the tab header, drop the filter-row badges ([b5d8ac9f](https://github.com/arbicity/ARBI-frontend/commit/b5d8ac9f))
64
+
65
+ ### 🏡 Chore
66
+
67
+ - **build:** Raise Documents chunk size budget for the explorer view ([55d49498](https://github.com/arbicity/ARBI-frontend/commit/55d49498))
68
+ - **scripts:** Add explorer demo recording flow and video ([a4af18ea](https://github.com/arbicity/ARBI-frontend/commit/a4af18ea))
69
+
3
70
  ## v0.3.90
4
71
 
5
72
  [compare changes](https://github.com/arbicity/ARBI-frontend/compare/v0.3.89...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.90";
3697
+ return "0.3.92";
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.90") return;
3750
+ if (!latest || latest === "0.3.92") return;
3751
3751
  if (autoUpdate) {
3752
3752
  warn(`
3753
- Your arbi version is out of date (${"0.3.90"} \u2192 ${latest}). Updating...`);
3753
+ Your arbi version is out of date (${"0.3.92"} \u2192 ${latest}). Updating...`);
3754
3754
  child_process.execSync("npm install -g @arbidocs/cli@latest", { stdio: "inherit" });
3755
- showChangelog("0.3.90", latest);
3755
+ showChangelog("0.3.92", 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.90"} \u2192 ${latest}).
3760
+ Your arbi version is out of date (${"0.3.92"} \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.90") return;
3792
+ if (!cached || cached.latest === "0.3.92") return;
3793
3793
  if (!shouldShowNag(cached.latest)) return;
3794
3794
  warn(
3795
- `Your arbi version is out of date (${"0.3.90"} \u2192 ${cached.latest}). Run "arbi update".`
3795
+ `Your arbi version is out of date (${"0.3.92"} \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.90").showHelpAfterError(true).showSuggestionAfterError(true);
10308
+ program.name("arbi").description("ARBI CLI \u2014 interact with ARBI from the terminal").version("0.3.92").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.90",
3
+ "version": "0.3.92",
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.90",
25
- "@arbidocs/client": "0.3.90",
26
- "@arbidocs/tui": "0.3.90",
24
+ "@arbidocs/sdk": "0.3.92",
25
+ "@arbidocs/client": "0.3.92",
26
+ "@arbidocs/tui": "0.3.92",
27
27
  "@inquirer/prompts": "^8.4.3",
28
28
  "chalk": "^5.6.2",
29
29
  "commander": "^14.0.3"