@arbidocs/cli 0.3.57 โ 0.3.58
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 +47 -2
- package/dist/index.js +15 -11
- package/dist/index.js.map +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,57 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
## v0.3.
|
|
3
|
+
## v0.3.58
|
|
4
4
|
|
|
5
5
|
[compare changes](https://github.com/arbicity/ARBI-frontend/compare/v0.3.56...HEAD)
|
|
6
6
|
|
|
7
|
+
### ๐ Enhancements
|
|
8
|
+
|
|
9
|
+
- **quota:** Open upgrade modal when AI Review hits 402 QUOTA_EXCEEDED ([d9b1804f](https://github.com/arbicity/ARBI-frontend/commit/d9b1804f))
|
|
10
|
+
- **quota-modal:** Show usage in AI credits, not USD ([8fef67b6](https://github.com/arbicity/ARBI-frontend/commit/8fef67b6))
|
|
11
|
+
- Add SEO meta tags and noscript landing content ([ea8bbc9c](https://github.com/arbicity/ARBI-frontend/commit/ea8bbc9c))
|
|
12
|
+
- **auth:** Click-to-recover URL recovery file ([#698](https://github.com/arbicity/ARBI-frontend/pull/698))
|
|
13
|
+
- **openclaw:** Default-open Assistants panel + multitenancy listen tests ([#700](https://github.com/arbicity/ARBI-frontend/pull/700))
|
|
14
|
+
|
|
15
|
+
### ๐ฅ Performance
|
|
16
|
+
|
|
17
|
+
- **chat:** Reduce flicker during long streaming generations ([#693](https://github.com/arbicity/ARBI-frontend/pull/693))
|
|
18
|
+
|
|
19
|
+
### ๐ฉน Fixes
|
|
20
|
+
|
|
21
|
+
- **e2e:** Stabilize navigator render, citation/upload races, pin cleanup ([#691](https://github.com/arbicity/ARBI-frontend/pull/691))
|
|
22
|
+
- **subscription:** Say 'for others' instead of 'non-owner' in spend cap copy ([#692](https://github.com/arbicity/ARBI-frontend/pull/692))
|
|
23
|
+
- **conversation:** Patch list cache on conversation.title_updated WS event ([#694](https://github.com/arbicity/ARBI-frontend/pull/694))
|
|
24
|
+
- **shared-styles:** Manifest missed 5 CSS files imported from index.css ([583c8ad2](https://github.com/arbicity/ARBI-frontend/commit/583c8ad2))
|
|
25
|
+
- **chat:** Bump doc thresholds, dedupe agent step rows, strip leaked think tags ([#695](https://github.com/arbicity/ARBI-frontend/pull/695))
|
|
26
|
+
- **chat:** Mark fresh user message as in-flight to stop orphan-alert flash ([#696](https://github.com/arbicity/ARBI-frontend/pull/696))
|
|
27
|
+
- **auth:** Stop bouncing to /login on change-password 401; distinct recovery credential id ([#699](https://github.com/arbicity/ARBI-frontend/pull/699))
|
|
28
|
+
|
|
29
|
+
## v0.3.56
|
|
30
|
+
|
|
31
|
+
[compare changes](https://github.com/arbicity/ARBI-frontend/compare/v0.3.55...HEAD)
|
|
32
|
+
|
|
33
|
+
### ๐ Enhancements
|
|
34
|
+
|
|
35
|
+
- **e2e:** Static drift audit + fast-fail auth fixture ([#681](https://github.com/arbicity/ARBI-frontend/pull/681))
|
|
36
|
+
- **model-selector:** Tag-driven two-tier picker with pill toggle ([#684](https://github.com/arbicity/ARBI-frontend/pull/684))
|
|
37
|
+
- **quota:** Wire up upgrade modal for AI credits exhaustion ([ca5a9ab90](https://github.com/arbicity/ARBI-frontend/commit/ca5a9ab90))
|
|
38
|
+
- **sidebar:** Pin sidebar by default for new users ([d9e03709b](https://github.com/arbicity/ARBI-frontend/commit/d9e03709b))
|
|
39
|
+
- **upload:** Widen modal, default-open AI panel, rename toggle to Skip duplicates ([e8baeefd6](https://github.com/arbicity/ARBI-frontend/commit/e8baeefd6))
|
|
40
|
+
- **billing:** Per-user daily AI credit cap UI ([#690](https://github.com/arbicity/ARBI-frontend/pull/690))
|
|
41
|
+
|
|
42
|
+
### ๐ฉน Fixes
|
|
43
|
+
|
|
44
|
+
- **e2e:** Cluster substrate fixes for navigation, hover, locator races ([#685](https://github.com/arbicity/ARBI-frontend/pull/685))
|
|
45
|
+
- **subscription:** Align credits display with new backend (1 credit = 1ยข, integers) ([#686](https://github.com/arbicity/ARBI-frontend/pull/686))
|
|
46
|
+
- **workspace:** Clicking current workspace from home navigates to documents ([#687](https://github.com/arbicity/ARBI-frontend/pull/687))
|
|
47
|
+
|
|
7
48
|
### ๐ก Chore
|
|
8
49
|
|
|
9
|
-
-
|
|
50
|
+
- **ci:** Auto-merge frontend image-bump PRs in ARBI ([040af17a7](https://github.com/arbicity/ARBI-frontend/commit/040af17a7))
|
|
51
|
+
|
|
52
|
+
### โ
Tests
|
|
53
|
+
|
|
54
|
+
- Update tests for new defaults (sidebar pinned, AI panel open, subscriptionFocus) ([74cdb70a0](https://github.com/arbicity/ARBI-frontend/commit/74cdb70a0))
|
|
10
55
|
|
|
11
56
|
## v0.3.55
|
|
12
57
|
|
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.58";
|
|
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.58") 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.58"} \u2192 ${latest}). Updating...`);
|
|
3701
3701
|
child_process.execSync("npm install -g @arbidocs/cli@latest", { stdio: "inherit" });
|
|
3702
|
-
showChangelog("0.3.
|
|
3702
|
+
showChangelog("0.3.58", 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.58"} \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.58") {
|
|
3718
3718
|
warn(
|
|
3719
|
-
`Your arbi version is out of date (${"0.3.
|
|
3719
|
+
`Your arbi version is out of date (${"0.3.58"} \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")
|
|
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
|
|
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.
|
|
8756
|
+
program.name("arbi").description("ARBI CLI \u2014 interact with ARBI from the terminal").version("0.3.58");
|
|
8753
8757
|
registerConfigCommand(program);
|
|
8754
8758
|
registerLoginCommand(program);
|
|
8755
8759
|
registerRegisterCommand(program);
|