@arbidocs/cli 0.3.57 โ†’ 0.3.59

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,12 +1,83 @@
1
1
  # Changelog
2
2
 
3
- ## v0.3.57
3
+ ## v0.3.59
4
+
5
+ [compare changes](https://github.com/arbicity/ARBI-frontend/compare/v0.3.58...HEAD)
6
+
7
+ ### ๐Ÿš€ Enhancements
8
+
9
+ - **skills:** Add Skills Library UI ([2961cacd](https://github.com/arbicity/ARBI-frontend/commit/2961cacd))
10
+ - **skills:** Enable in-place skill editing ([8bd9f715](https://github.com/arbicity/ARBI-frontend/commit/8bd9f715))
11
+ - **skills:** Add skill import and export ([ba7c2ab7](https://github.com/arbicity/ARBI-frontend/commit/ba7c2ab7))
12
+ - **skills:** Cross-device skill favorites via user settings ([#709](https://github.com/arbicity/ARBI-frontend/pull/709))
13
+
14
+ ### ๐Ÿฉน Fixes
15
+
16
+ - **ui:** Clean ARBI Phase 2 โ€” shell polish + authed-shell crash-cascade fix ([#707](https://github.com/arbicity/ARBI-frontend/pull/707))
17
+
18
+ ### ๐Ÿ’… Refactors
19
+
20
+ - **skills:** Reuse shared zip worker + download primitive ([9b92294a](https://github.com/arbicity/ARBI-frontend/commit/9b92294a))
21
+ - Styling system overhaul + mobile shell drawer ([#702](https://github.com/arbicity/ARBI-frontend/pull/702))
22
+ - **skills:** Align SkillCard radius with post-overhaul design token ([eaa8bea1](https://github.com/arbicity/ARBI-frontend/commit/eaa8bea1))
23
+ - **ui:** Clean ARBI Phase 1 โ€” foundation tokens + chat declutter ([#705](https://github.com/arbicity/ARBI-frontend/pull/705))
24
+
25
+ ### ๐ŸŽจ Styles
26
+
27
+ - **skills:** Apply Prettier formatting to skills files ([4ae8c407](https://github.com/arbicity/ARBI-frontend/commit/4ae8c407))
28
+
29
+ ## v0.3.58
4
30
 
5
31
  [compare changes](https://github.com/arbicity/ARBI-frontend/compare/v0.3.56...HEAD)
6
32
 
33
+ ### ๐Ÿš€ Enhancements
34
+
35
+ - **quota:** Open upgrade modal when AI Review hits 402 QUOTA_EXCEEDED ([d9b1804f](https://github.com/arbicity/ARBI-frontend/commit/d9b1804f))
36
+ - **quota-modal:** Show usage in AI credits, not USD ([8fef67b6](https://github.com/arbicity/ARBI-frontend/commit/8fef67b6))
37
+ - Add SEO meta tags and noscript landing content ([ea8bbc9c](https://github.com/arbicity/ARBI-frontend/commit/ea8bbc9c))
38
+ - **auth:** Click-to-recover URL recovery file ([#698](https://github.com/arbicity/ARBI-frontend/pull/698))
39
+ - **openclaw:** Default-open Assistants panel + multitenancy listen tests ([#700](https://github.com/arbicity/ARBI-frontend/pull/700))
40
+
41
+ ### ๐Ÿ”ฅ Performance
42
+
43
+ - **chat:** Reduce flicker during long streaming generations ([#693](https://github.com/arbicity/ARBI-frontend/pull/693))
44
+
45
+ ### ๐Ÿฉน Fixes
46
+
47
+ - **e2e:** Stabilize navigator render, citation/upload races, pin cleanup ([#691](https://github.com/arbicity/ARBI-frontend/pull/691))
48
+ - **subscription:** Say 'for others' instead of 'non-owner' in spend cap copy ([#692](https://github.com/arbicity/ARBI-frontend/pull/692))
49
+ - **conversation:** Patch list cache on conversation.title_updated WS event ([#694](https://github.com/arbicity/ARBI-frontend/pull/694))
50
+ - **shared-styles:** Manifest missed 5 CSS files imported from index.css ([583c8ad2](https://github.com/arbicity/ARBI-frontend/commit/583c8ad2))
51
+ - **chat:** Bump doc thresholds, dedupe agent step rows, strip leaked think tags ([#695](https://github.com/arbicity/ARBI-frontend/pull/695))
52
+ - **chat:** Mark fresh user message as in-flight to stop orphan-alert flash ([#696](https://github.com/arbicity/ARBI-frontend/pull/696))
53
+ - **auth:** Stop bouncing to /login on change-password 401; distinct recovery credential id ([#699](https://github.com/arbicity/ARBI-frontend/pull/699))
54
+
55
+ ## v0.3.56
56
+
57
+ [compare changes](https://github.com/arbicity/ARBI-frontend/compare/v0.3.55...HEAD)
58
+
59
+ ### ๐Ÿš€ Enhancements
60
+
61
+ - **e2e:** Static drift audit + fast-fail auth fixture ([#681](https://github.com/arbicity/ARBI-frontend/pull/681))
62
+ - **model-selector:** Tag-driven two-tier picker with pill toggle ([#684](https://github.com/arbicity/ARBI-frontend/pull/684))
63
+ - **quota:** Wire up upgrade modal for AI credits exhaustion ([ca5a9ab90](https://github.com/arbicity/ARBI-frontend/commit/ca5a9ab90))
64
+ - **sidebar:** Pin sidebar by default for new users ([d9e03709b](https://github.com/arbicity/ARBI-frontend/commit/d9e03709b))
65
+ - **upload:** Widen modal, default-open AI panel, rename toggle to Skip duplicates ([e8baeefd6](https://github.com/arbicity/ARBI-frontend/commit/e8baeefd6))
66
+ - **billing:** Per-user daily AI credit cap UI ([#690](https://github.com/arbicity/ARBI-frontend/pull/690))
67
+
68
+ ### ๐Ÿฉน Fixes
69
+
70
+ - **e2e:** Cluster substrate fixes for navigation, hover, locator races ([#685](https://github.com/arbicity/ARBI-frontend/pull/685))
71
+ - **subscription:** Align credits display with new backend (1 credit = 1ยข, integers) ([#686](https://github.com/arbicity/ARBI-frontend/pull/686))
72
+ - **workspace:** Clicking current workspace from home navigates to documents ([#687](https://github.com/arbicity/ARBI-frontend/pull/687))
73
+
7
74
  ### ๐Ÿก Chore
8
75
 
9
- - Release v0.3.56 [skip ci] ([008caa2f](https://github.com/arbicity/ARBI-frontend/commit/008caa2f))
76
+ - **ci:** Auto-merge frontend image-bump PRs in ARBI ([040af17a7](https://github.com/arbicity/ARBI-frontend/commit/040af17a7))
77
+
78
+ ### โœ… Tests
79
+
80
+ - Update tests for new defaults (sidebar pinned, AI panel open, subscriptionFocus) ([74cdb70a0](https://github.com/arbicity/ARBI-frontend/commit/74cdb70a0))
10
81
 
11
82
  ## v0.3.55
12
83
 
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.57";
3644
+ return "0.3.59";
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.57") return;
3697
+ if (!latest || latest === "0.3.59") return;
3698
3698
  if (autoUpdate) {
3699
3699
  warn(`
3700
- Your arbi version is out of date (${"0.3.57"} \u2192 ${latest}). Updating...`);
3700
+ Your arbi version is out of date (${"0.3.59"} \u2192 ${latest}). Updating...`);
3701
3701
  child_process.execSync("npm install -g @arbidocs/cli@latest", { stdio: "inherit" });
3702
- showChangelog("0.3.57", latest);
3702
+ showChangelog("0.3.59", 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.57"} \u2192 ${latest}).
3707
+ Your arbi version is out of date (${"0.3.59"} \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.57") {
3717
+ if (cached && cached.latest !== "0.3.59") {
3718
3718
  warn(
3719
- `Your arbi version is out of date (${"0.3.57"} \u2192 ${cached.latest}). Run "arbi update".`
3719
+ `Your arbi version is out of date (${"0.3.59"} \u2192 ${cached.latest}). Run "arbi update".`
3720
3720
  );
3721
3721
  }
3722
3722
  } catch {
@@ -4018,10 +4018,13 @@ function installSkill(backend) {
4018
4018
  }
4019
4019
  }
4020
4020
  }
4021
- function createOrchestrator(backend, sessionId) {
4021
+ function createOrchestrator(backend, sessionId, agentId) {
4022
4022
  if (backend === "claude")
4023
4023
  return new sdk.ClaudeOrchestrator({ sessionId, skillPrompt: loadSkillContent() });
4024
- if (backend === "openclaw") return new sdk.OpenClawOrchestrator({ sessionId });
4024
+ if (backend === "openclaw") {
4025
+ const spawnHome = process.env.ARBI_OPENCLAW_HOME;
4026
+ return new sdk.OpenClawOrchestrator({ sessionId, agentId, spawnHome });
4027
+ }
4025
4028
  throw new Error(`Unknown backend: ${backend}`);
4026
4029
  }
4027
4030
  async function setupAgent(agentName, config) {
@@ -4057,7 +4060,8 @@ async function startListening(agentName, config) {
4057
4060
  const { arbi, crypto: crypto2 } = await resolveDmCrypto();
4058
4061
  const fullConfig = resolveConfig();
4059
4062
  const sessionId = arbi.session.getState().userExtId ?? "default";
4060
- const orchestrator = createOrchestrator(backend, sessionId);
4063
+ const agentId = backend === "openclaw" ? sessionId.toLowerCase() : void 0;
4064
+ const orchestrator = createOrchestrator(backend, sessionId, agentId);
4061
4065
  const accessToken = arbi.session.getState().accessToken;
4062
4066
  if (!accessToken) {
4063
4067
  error("No access token \u2014 run `arbi login` first.");
@@ -8749,7 +8753,7 @@ console.info = (...args) => {
8749
8753
  _origInfo(...args);
8750
8754
  };
8751
8755
  var program = new commander.Command();
8752
- program.name("arbi").description("ARBI CLI \u2014 interact with ARBI from the terminal").version("0.3.57");
8756
+ program.name("arbi").description("ARBI CLI \u2014 interact with ARBI from the terminal").version("0.3.59");
8753
8757
  registerConfigCommand(program);
8754
8758
  registerLoginCommand(program);
8755
8759
  registerRegisterCommand(program);