@arbidocs/cli 0.3.177 → 0.3.180

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,61 @@
1
1
  # Changelog
2
2
 
3
+ ## v0.3.180
4
+
5
+ [compare changes](https://github.com/arbicity/ARBI-frontend/compare/v0.3.179...HEAD)
6
+
7
+ ### 🚀 Enhancements
8
+
9
+ - **workspace:** Quick-action dialogs for research, timeline and annotation ([#1292](https://github.com/arbicity/ARBI-frontend/pull/1292))
10
+
11
+ ### 🤖 CI
12
+
13
+ - **e2e:** Log into the local registry before starting the stack ([#1291](https://github.com/arbicity/ARBI-frontend/pull/1291))
14
+
15
+ ## v0.3.179
16
+
17
+ [compare changes](https://github.com/arbicity/ARBI-frontend/compare/v0.3.177...HEAD)
18
+
19
+ ### 🚀 Enhancements
20
+
21
+ - **topbar:** Workspace-name switcher dropdown ([#1266](https://github.com/arbicity/ARBI-frontend/pull/1266))
22
+ - Topbar workspace indicators, files-table views, and scanned-PDF rendering fix ([#1267](https://github.com/arbicity/ARBI-frontend/pull/1267))
23
+ - **documents:** Checkbox-first default columns, full Status header, direct URL upload, label permission feedback ([#1268](https://github.com/arbicity/ARBI-frontend/pull/1268))
24
+ - **workspace:** Always show delete control above add-member button ([#1269](https://github.com/arbicity/ARBI-frontend/pull/1269))
25
+ - **facts:** Pick a year directly in the fact date calendar (click the caption) ([#1275](https://github.com/arbicity/ARBI-frontend/pull/1275))
26
+ - **facts:** Add Shared and Verified toggles to the fact composer ([#1270](https://github.com/arbicity/ARBI-frontend/pull/1270))
27
+ - **facts:** Resizable timeline event column, full-text hover, and delete-in-editor ([#1271](https://github.com/arbicity/ARBI-frontend/pull/1271))
28
+ - **facts:** Verified column as a toggle + click-to-open/checkbox-select in doc picker ([#1272](https://github.com/arbicity/ARBI-frontend/pull/1272))
29
+ - **facts:** Add Verified to the facts quick filters ([#1273](https://github.com/arbicity/ARBI-frontend/pull/1273))
30
+ - **facts:** Source citations, smart search, calendar & timeline views ([#1276](https://github.com/arbicity/ARBI-frontend/pull/1276))
31
+ - **facts:** Refine timeline/calendar, citations, and tab-state; fix workspace scoping & bulk pin ([#1277](https://github.com/arbicity/ARBI-frontend/pull/1277))
32
+ - **facts:** Citation highlights + in-doc passage toggling, timeline/table/source refinements ([#1279](https://github.com/arbicity/ARBI-frontend/pull/1279))
33
+ - Smart search totals carry the Apply label button; full document titles ([5e8fd70c1](https://github.com/arbicity/ARBI-frontend/commit/5e8fd70c1))
34
+ - Facts smart search matches Files — narrower bar, totals type, selected hit ([86b080eab](https://github.com/arbicity/ARBI-frontend/commit/86b080eab))
35
+ - Facts smart search keeps its query and results across views ([7763e756b](https://github.com/arbicity/ARBI-frontend/commit/7763e756b))
36
+ - OAuth connect returns to where it started, not Settings ([a9667d91c](https://github.com/arbicity/ARBI-frontend/commit/a9667d91c))
37
+ - **facts:** Toolbar row + navigators, Files Source filter, smart search polish, "Create chronology" shortcut ([#1281](https://github.com/arbicity/ARBI-frontend/pull/1281))
38
+ - **citations:** Document-grouped sources; empty chunks = whole document ([#1283](https://github.com/arbicity/ARBI-frontend/pull/1283))
39
+ - **fields:** Separate labels from annotations (panel tabs, Label/Annotate actions, bulk delete) ([#1282](https://github.com/arbicity/ARBI-frontend/pull/1282))
40
+ - **workspace:** Quick actions, facts in chat, and files/facts navigation ([#1286](https://github.com/arbicity/ARBI-frontend/pull/1286))
41
+
42
+ ### 🩹 Fixes
43
+
44
+ - **facts:** Calendar hid events past the first 10 years ([#1274](https://github.com/arbicity/ARBI-frontend/pull/1274))
45
+ - Document pills lose the hover eye; smart search hover/selection tweaks ([caaa02366](https://github.com/arbicity/ARBI-frontend/commit/caaa02366))
46
+ - Always centre the clicked passage in the document viewer ([92ab6ad9a](https://github.com/arbicity/ARBI-frontend/commit/92ab6ad9a))
47
+ - Slimmer document-title rows in smart search results ([e0ca89bd4](https://github.com/arbicity/ARBI-frontend/commit/e0ca89bd4))
48
+ - Close the fact sources popup when its last source is removed ([160260cd8](https://github.com/arbicity/ARBI-frontend/commit/160260cd8))
49
+ - No top-left flash when the last fact source is removed from the popup ([cdfd60346](https://github.com/arbicity/ARBI-frontend/commit/cdfd60346))
50
+ - Sources popup shuts the document picker; Facts keeps its last view ([9561930bb](https://github.com/arbicity/ARBI-frontend/commit/9561930bb))
51
+ - AI review answers keep one value per line in the grid ([5530bdb32](https://github.com/arbicity/ARBI-frontend/commit/5530bdb32))
52
+ - **workspace:** One-screen dashboard, two-line identity bar, facts rows never cut ([#1287](https://github.com/arbicity/ARBI-frontend/pull/1287))
53
+
54
+ ### 🤖 CI
55
+
56
+ - Publish @arbidocs packages with npm trusted publishing instead of NPM_TOKEN ([#1288](https://github.com/arbicity/ARBI-frontend/pull/1288))
57
+ - **publish:** Install dependencies before upgrading npm ([#1289](https://github.com/arbicity/ARBI-frontend/pull/1289))
58
+
3
59
  ## v0.3.177
4
60
 
5
61
  [compare changes](https://github.com/arbicity/ARBI-frontend/compare/v0.3.176...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.177";
3697
+ return "0.3.180";
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.177") return;
3750
+ if (!latest || latest === "0.3.180") return;
3751
3751
  if (autoUpdate) {
3752
3752
  warn(`
3753
- Your arbi version is out of date (${"0.3.177"} \u2192 ${latest}). Updating...`);
3753
+ Your arbi version is out of date (${"0.3.180"} \u2192 ${latest}). Updating...`);
3754
3754
  child_process.execSync("npm install -g @arbidocs/cli@latest", { stdio: "inherit" });
3755
- showChangelog("0.3.177", latest);
3755
+ showChangelog("0.3.180", 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.177"} \u2192 ${latest}).
3760
+ Your arbi version is out of date (${"0.3.180"} \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.177") return;
3792
+ if (!cached || cached.latest === "0.3.180") return;
3793
3793
  if (!shouldShowNag(cached.latest)) return;
3794
3794
  warn(
3795
- `Your arbi version is out of date (${"0.3.177"} \u2192 ${cached.latest}). Run "arbi update".`
3795
+ `Your arbi version is out of date (${"0.3.180"} \u2192 ${cached.latest}). Run "arbi update".`
3796
3796
  );
3797
3797
  markNagShown(cached.latest);
3798
3798
  } catch {
@@ -10653,7 +10653,7 @@ console.info = (...args) => {
10653
10653
  _origInfo(...args);
10654
10654
  };
10655
10655
  var program = new commander.Command();
10656
- program.name("arbi").description("ARBI CLI \u2014 interact with ARBI from the terminal").version("0.3.177").showHelpAfterError(true).showSuggestionAfterError(true);
10656
+ program.name("arbi").description("ARBI CLI \u2014 interact with ARBI from the terminal").version("0.3.180").showHelpAfterError(true).showSuggestionAfterError(true);
10657
10657
  registerConfigCommand(program);
10658
10658
  registerLoginCommand(program);
10659
10659
  registerRegisterCommand(program);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arbidocs/cli",
3
- "version": "0.3.177",
3
+ "version": "0.3.180",
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.177",
25
- "@arbidocs/client": "0.3.177",
26
- "@arbidocs/tui": "0.3.177",
24
+ "@arbidocs/sdk": "0.3.180",
25
+ "@arbidocs/client": "0.3.180",
26
+ "@arbidocs/tui": "0.3.180",
27
27
  "@inquirer/prompts": "^8.5.2",
28
28
  "chalk": "^5.6.2",
29
29
  "commander": "^15.0.0"