@arbidocs/cli 0.3.20 → 0.3.21
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 +65 -0
- package/dist/index.js +8 -8
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,70 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## v0.3.21
|
|
4
|
+
|
|
5
|
+
[compare changes](https://github.com/arbicity/ARBI-frontend/compare/v0.3.20...HEAD)
|
|
6
|
+
|
|
7
|
+
### 🚀 Enhancements
|
|
8
|
+
|
|
9
|
+
- UI improvements - markdown DMs, agent doc editing, sidebar badges, workspace cards ([57dc8c51](https://github.com/arbicity/ARBI-frontend/commit/57dc8c51))
|
|
10
|
+
- Bulk actions toolbar, agent permissions, single-session logout, UI polish ([edfbc544](https://github.com/arbicity/ARBI-frontend/commit/edfbc544))
|
|
11
|
+
- DM modal, contacts, floating panel, and entity improvements ([5340ef9f](https://github.com/arbicity/ARBI-frontend/commit/5340ef9f))
|
|
12
|
+
- Move DM conversations to inline tabs in Agents/Contacts pages ([b25f2f68](https://github.com/arbicity/ARBI-frontend/commit/b25f2f68))
|
|
13
|
+
- Add dock/popout mode switcher to Contacts and Agents pages ([9ea00da8](https://github.com/arbicity/ARBI-frontend/commit/9ea00da8))
|
|
14
|
+
- Make inConversationDocuments per-conversation ([d69175d1](https://github.com/arbicity/ARBI-frontend/commit/d69175d1))
|
|
15
|
+
- Add conversation tabs with contextual currentConversationId ([d59e2941](https://github.com/arbicity/ARBI-frontend/commit/d59e2941))
|
|
16
|
+
- Panel UX improvements — shared components, focus tracking, popout fixes ([cae153f9](https://github.com/arbicity/ARBI-frontend/commit/cae153f9))
|
|
17
|
+
- Browser-style folder tabs with inverted corner curves ([f37ba681](https://github.com/arbicity/ARBI-frontend/commit/f37ba681))
|
|
18
|
+
- Background conversation support with completion notifications ([c800ec39](https://github.com/arbicity/ARBI-frontend/commit/c800ec39))
|
|
19
|
+
- Add Status column to conversation list showing last_message_status ([a2aba95c](https://github.com/arbicity/ARBI-frontend/commit/a2aba95c))
|
|
20
|
+
- Model selector redesign, premium settings, orphan detection fix ([45ac0f95](https://github.com/arbicity/ARBI-frontend/commit/45ac0f95))
|
|
21
|
+
|
|
22
|
+
### 🩹 Fixes
|
|
23
|
+
|
|
24
|
+
- Panel mode switcher position and remount reset bug ([959542a9](https://github.com/arbicity/ARBI-frontend/commit/959542a9))
|
|
25
|
+
- Page mode switcher — dock padding, popout stability, remove float option ([1b6a2101](https://github.com/arbicity/ARBI-frontend/commit/1b6a2101))
|
|
26
|
+
- Ensure a conversation tab always exists ([7bee2682](https://github.com/arbicity/ARBI-frontend/commit/7bee2682))
|
|
27
|
+
- Remove unused variable warning in migrateConversationDocuments ([6f946152](https://github.com/arbicity/ARBI-frontend/commit/6f946152))
|
|
28
|
+
- Use onClickCapture instead of onMouseDown for focus tracking ([5271d09e](https://github.com/arbicity/ARBI-frontend/commit/5271d09e))
|
|
29
|
+
- Use onClick bubble phase for focus tracking instead of capture ([4cfc0102](https://github.com/arbicity/ARBI-frontend/commit/4cfc0102))
|
|
30
|
+
- Clicking history tab now clears activeConversationTabId ([b677f4fc](https://github.com/arbicity/ARBI-frontend/commit/b677f4fc))
|
|
31
|
+
- Compact folder tabs — reduce padding, truncation, inline close button ([dabb5396](https://github.com/arbicity/ARBI-frontend/commit/dabb5396))
|
|
32
|
+
- Restore flush tab-to-border contact and default font size ([e83d0f4f](https://github.com/arbicity/ARBI-frontend/commit/e83d0f4f))
|
|
33
|
+
- Move close button and actions inside the tab button ([2f941d72](https://github.com/arbicity/ARBI-frontend/commit/2f941d72))
|
|
34
|
+
- Compact buttons and toggles in tab header right section ([eb179c9e](https://github.com/arbicity/ARBI-frontend/commit/eb179c9e))
|
|
35
|
+
- Compact filter buttons and toggles inside folder tabs ([c33ee2fd](https://github.com/arbicity/ARBI-frontend/commit/c33ee2fd))
|
|
36
|
+
- Override all padding on buttons inside tab headers ([451cde1d](https://github.com/arbicity/ARBI-frontend/commit/451cde1d))
|
|
37
|
+
- Larger close button on tabs, exclude from compact CSS rules ([0bd3a070](https://github.com/arbicity/ARBI-frontend/commit/0bd3a070))
|
|
38
|
+
- Apply compact sizing to center section (filters, toggles) ([bf511a18](https://github.com/arbicity/ARBI-frontend/commit/bf511a18))
|
|
39
|
+
- Align center section vertically with right section buttons ([ae8dc043](https://github.com/arbicity/ARBI-frontend/commit/ae8dc043))
|
|
40
|
+
- Add bottom padding below tab header divider ([f4cc6997](https://github.com/arbicity/ARBI-frontend/commit/f4cc6997))
|
|
41
|
+
- Align buttons to bottom of tab header, match tab font ([75384c25](https://github.com/arbicity/ARBI-frontend/commit/75384c25))
|
|
42
|
+
- Match tab height to button height (h-7) for aligned tops and text ([06f92443](https://github.com/arbicity/ARBI-frontend/commit/06f92443))
|
|
43
|
+
- Taller tab outline (h-9), restore button spacing from previous layout ([f201813e](https://github.com/arbicity/ARBI-frontend/commit/f201813e))
|
|
44
|
+
- Continuous border around tab content and straight left edge on first tab ([2f297ff1](https://github.com/arbicity/ARBI-frontend/commit/2f297ff1))
|
|
45
|
+
- Remove border around chat content areas ([f9087b1d](https://github.com/arbicity/ARBI-frontend/commit/f9087b1d))
|
|
46
|
+
- First tab keeps rounded top-left corner, only removes bottom curve ([dc8fd17d](https://github.com/arbicity/ARBI-frontend/commit/dc8fd17d))
|
|
47
|
+
- Show close button on all tabs, smaller and tighter, hide when solo ([7b2dfd2b](https://github.com/arbicity/ARBI-frontend/commit/7b2dfd2b))
|
|
48
|
+
- Replace blank new-chat tab when selecting a past chat, new tab always rightmost ([02058880](https://github.com/arbicity/ARBI-frontend/commit/02058880))
|
|
49
|
+
- Real conversation tabs always closeable, blank new-chat only when not solo ([428ec61b](https://github.com/arbicity/ARBI-frontend/commit/428ec61b))
|
|
50
|
+
- Show subtle tab background at rest, not only on hover ([5be091b3](https://github.com/arbicity/ARBI-frontend/commit/5be091b3))
|
|
51
|
+
- Stronger inactive tab background, darker hover contrast ([0881ac87](https://github.com/arbicity/ARBI-frontend/commit/0881ac87))
|
|
52
|
+
- Use sm pill size for workspace entity in tabs to match conversation size ([86455ec0](https://github.com/arbicity/ARBI-frontend/commit/86455ec0))
|
|
53
|
+
- Use sm size for conversation entity in tabs, prevent content bleed ([faca7244](https://github.com/arbicity/ARBI-frontend/commit/faca7244))
|
|
54
|
+
|
|
55
|
+
### 💅 Refactors
|
|
56
|
+
|
|
57
|
+
- Remove redundant id field from DmTab and ConversationTab ([2d2b7504](https://github.com/arbicity/ARBI-frontend/commit/2d2b7504))
|
|
58
|
+
- Extract tabSlice and panelSlice from modal/conversation/app slices ([1849cd54](https://github.com/arbicity/ARBI-frontend/commit/1849cd54))
|
|
59
|
+
- Clean up TabHeader — remove dead variants, simplify structure ([d438b6f6](https://github.com/arbicity/ARBI-frontend/commit/d438b6f6))
|
|
60
|
+
- Unified tab header sizing via Tailwind arbitrary selectors ([af6a0e66](https://github.com/arbicity/ARBI-frontend/commit/af6a0e66))
|
|
61
|
+
|
|
62
|
+
### ✅ Tests
|
|
63
|
+
|
|
64
|
+
- Add comprehensive conversation tab tests ([9747030e](https://github.com/arbicity/ARBI-frontend/commit/9747030e))
|
|
65
|
+
- Add useNewConversation tests for tab close-if-not-generating logic ([a8b4827e](https://github.com/arbicity/ARBI-frontend/commit/a8b4827e))
|
|
66
|
+
- Update tests for premium settings and orphan detection changes ([6a8f04b2](https://github.com/arbicity/ARBI-frontend/commit/6a8f04b2))
|
|
67
|
+
|
|
3
68
|
## v0.3.20
|
|
4
69
|
|
|
5
70
|
[compare changes](https://github.com/arbicity/ARBI-frontend/compare/v0.3.19...HEAD)
|
package/dist/index.js
CHANGED
|
@@ -3637,7 +3637,7 @@ function getLatestVersion(skipCache = false) {
|
|
|
3637
3637
|
}
|
|
3638
3638
|
}
|
|
3639
3639
|
function getCurrentVersion() {
|
|
3640
|
-
return "0.3.
|
|
3640
|
+
return "0.3.21";
|
|
3641
3641
|
}
|
|
3642
3642
|
function readChangelog(fromVersion, toVersion) {
|
|
3643
3643
|
try {
|
|
@@ -3690,17 +3690,17 @@ function showChangelog(fromVersion, toVersion) {
|
|
|
3690
3690
|
async function checkForUpdates(autoUpdate) {
|
|
3691
3691
|
try {
|
|
3692
3692
|
const latest = getLatestVersion();
|
|
3693
|
-
if (!latest || latest === "0.3.
|
|
3693
|
+
if (!latest || latest === "0.3.21") return;
|
|
3694
3694
|
if (autoUpdate) {
|
|
3695
3695
|
warn(`
|
|
3696
|
-
Your arbi version is out of date (${"0.3.
|
|
3696
|
+
Your arbi version is out of date (${"0.3.21"} \u2192 ${latest}). Updating...`);
|
|
3697
3697
|
child_process.execSync("npm install -g @arbidocs/cli@latest", { stdio: "inherit" });
|
|
3698
|
-
showChangelog("0.3.
|
|
3698
|
+
showChangelog("0.3.21", latest);
|
|
3699
3699
|
console.log(`Updated to ${latest}.`);
|
|
3700
3700
|
} else {
|
|
3701
3701
|
warn(
|
|
3702
3702
|
`
|
|
3703
|
-
Your arbi version is out of date (${"0.3.
|
|
3703
|
+
Your arbi version is out of date (${"0.3.21"} \u2192 ${latest}).
|
|
3704
3704
|
Run "arbi update" to upgrade, or "arbi update auto" to always stay up to date.`
|
|
3705
3705
|
);
|
|
3706
3706
|
}
|
|
@@ -3710,9 +3710,9 @@ Run "arbi update" to upgrade, or "arbi update auto" to always stay up to date.`
|
|
|
3710
3710
|
function hintUpdateOnError() {
|
|
3711
3711
|
try {
|
|
3712
3712
|
const cached = readCache();
|
|
3713
|
-
if (cached && cached.latest !== "0.3.
|
|
3713
|
+
if (cached && cached.latest !== "0.3.21") {
|
|
3714
3714
|
warn(
|
|
3715
|
-
`Your arbi version is out of date (${"0.3.
|
|
3715
|
+
`Your arbi version is out of date (${"0.3.21"} \u2192 ${cached.latest}). Run "arbi update".`
|
|
3716
3716
|
);
|
|
3717
3717
|
}
|
|
3718
3718
|
} catch {
|
|
@@ -7028,7 +7028,7 @@ console.info = (...args) => {
|
|
|
7028
7028
|
_origInfo(...args);
|
|
7029
7029
|
};
|
|
7030
7030
|
var program = new commander.Command();
|
|
7031
|
-
program.name("arbi").description("ARBI CLI \u2014 interact with ARBI from the terminal").version("0.3.
|
|
7031
|
+
program.name("arbi").description("ARBI CLI \u2014 interact with ARBI from the terminal").version("0.3.21");
|
|
7032
7032
|
registerConfigCommand(program);
|
|
7033
7033
|
registerLoginCommand(program);
|
|
7034
7034
|
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.21",
|
|
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": {
|
|
@@ -20,9 +20,9 @@
|
|
|
20
20
|
"preuninstall": "node scripts/preuninstall.js"
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@arbidocs/sdk": "0.3.
|
|
24
|
-
"@arbidocs/client": "0.3.
|
|
25
|
-
"@arbidocs/tui": "0.3.
|
|
23
|
+
"@arbidocs/sdk": "0.3.21",
|
|
24
|
+
"@arbidocs/client": "0.3.21",
|
|
25
|
+
"@arbidocs/tui": "0.3.21",
|
|
26
26
|
"@inquirer/prompts": "^8.2.0",
|
|
27
27
|
"chalk": "^5.6.2",
|
|
28
28
|
"commander": "^13.1.0"
|