@arbidocs/cli 0.3.19 → 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 +108 -0
- package/SKILL.md +30 -0
- package/dist/index.js +768 -87
- package/dist/index.js.map +1 -1
- package/package.json +5 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,113 @@
|
|
|
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
|
+
|
|
68
|
+
## v0.3.20
|
|
69
|
+
|
|
70
|
+
[compare changes](https://github.com/arbicity/ARBI-frontend/compare/v0.3.19...HEAD)
|
|
71
|
+
|
|
72
|
+
### 🚀 Enhancements
|
|
73
|
+
|
|
74
|
+
- Hide developer-only info in AgentSteps and use 1-based numbering ([43194d02](https://github.com/arbicity/ARBI-frontend/commit/43194d02))
|
|
75
|
+
- Add Auto mode to ModelSelector with backend model routing ([1e7a923a](https://github.com/arbicity/ARBI-frontend/commit/1e7a923a))
|
|
76
|
+
- Improve goal step display and default model to Auto ([1a865a46](https://github.com/arbicity/ARBI-frontend/commit/1a865a46))
|
|
77
|
+
- Add item count indicators to sidebar navigation ([a7503d5d](https://github.com/arbicity/ARBI-frontend/commit/a7503d5d))
|
|
78
|
+
- Add agent and session management across SDK, CLI, and React ([6ab3ccbb](https://github.com/arbicity/ARBI-frontend/commit/6ab3ccbb))
|
|
79
|
+
- Per-tab session isolation via sessionStorage ([b2ae8e01](https://github.com/arbicity/ARBI-frontend/commit/b2ae8e01))
|
|
80
|
+
- Add agent session delegation UI with feature flag ([861ce642](https://github.com/arbicity/ARBI-frontend/commit/861ce642))
|
|
81
|
+
- Add delegated session claim on login and restrict sidebar for delegated users ([aea9b4b4](https://github.com/arbicity/ARBI-frontend/commit/aea9b4b4))
|
|
82
|
+
- Show active sessions in logout modal and hide logout-all for agents ([034c3ca0](https://github.com/arbicity/ARBI-frontend/commit/034c3ca0))
|
|
83
|
+
- **sdk:** Add E2E encrypted DM operations and wire into CLI ([3829754b](https://github.com/arbicity/ARBI-frontend/commit/3829754b))
|
|
84
|
+
- Persist parent_ext_id from login response for agent identity ([0eeb45c1](https://github.com/arbicity/ARBI-frontend/commit/0eeb45c1))
|
|
85
|
+
- Add agent orchestration with Claude and OpenClaw integrations ([8d0e76b4](https://github.com/arbicity/ARBI-frontend/commit/8d0e76b4))
|
|
86
|
+
- Agent DM improvements, deeplink authorize, and workspace race fix ([518da3be](https://github.com/arbicity/ARBI-frontend/commit/518da3be))
|
|
87
|
+
|
|
88
|
+
### 🩹 Fixes
|
|
89
|
+
|
|
90
|
+
- Use page protocol to derive WebSocket URL in local dev ([5e6f95d4](https://github.com/arbicity/ARBI-frontend/commit/5e6f95d4))
|
|
91
|
+
- Simplify auto-selected model display in agent steps ([d0e3599b](https://github.com/arbicity/ARBI-frontend/commit/d0e3599b))
|
|
92
|
+
- Replace tool_progress placeholder when real step arrives ([ffb9c964](https://github.com/arbicity/ARBI-frontend/commit/ffb9c964))
|
|
93
|
+
- Match sidebar count size to label text for better alignment ([db63cdf2](https://github.com/arbicity/ARBI-frontend/commit/db63cdf2))
|
|
94
|
+
- Add dash separator between sidebar label and count ([d0f7a3d2](https://github.com/arbicity/ARBI-frontend/commit/d0f7a3d2))
|
|
95
|
+
- Pre-create word manifest directory with correct ownership ([f634f7e1](https://github.com/arbicity/ARBI-frontend/commit/f634f7e1))
|
|
96
|
+
- Reorder CI to build image before integration tests ([8110fdd5](https://github.com/arbicity/ARBI-frontend/commit/8110fdd5))
|
|
97
|
+
- **sdk:** Rename authorize session `label` option to `name` ([5f8852fd](https://github.com/arbicity/ARBI-frontend/commit/5f8852fd))
|
|
98
|
+
- Handle all three session statuses (user/delegated/agent) in UI ([c9cb1e22](https://github.com/arbicity/ARBI-frontend/commit/c9cb1e22))
|
|
99
|
+
- **ci:** Add DockerHub login to integration-tests job ([b15e26d3](https://github.com/arbicity/ARBI-frontend/commit/b15e26d3))
|
|
100
|
+
|
|
101
|
+
### 💅 Refactors
|
|
102
|
+
|
|
103
|
+
- Remove cachedWorkspaceHeaders and workspace-key middleware ([36ced02d](https://github.com/arbicity/ARBI-frontend/commit/36ced02d))
|
|
104
|
+
- Extract agents into first-class page with sessions tab ([f8812279](https://github.com/arbicity/ARBI-frontend/commit/f8812279))
|
|
105
|
+
|
|
106
|
+
### 🏡 Chore
|
|
107
|
+
|
|
108
|
+
- Update OpenAPI schema and fix breaking type changes ([871886f1](https://github.com/arbicity/ARBI-frontend/commit/871886f1))
|
|
109
|
+
- Update OpenAPI schema ([39ec285b](https://github.com/arbicity/ARBI-frontend/commit/39ec285b))
|
|
110
|
+
|
|
3
111
|
## v0.3.19
|
|
4
112
|
|
|
5
113
|
[compare changes](https://github.com/arbicity/ARBI-frontend/compare/v0.3.18...HEAD)
|
package/SKILL.md
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
# ARBI Skill
|
|
2
|
+
|
|
3
|
+
ARBI is an enterprise document intelligence platform with E2E encrypted communication. Use the `arbi` CLI to query documents, manage workspaces, and communicate securely on behalf of your user.
|
|
4
|
+
|
|
5
|
+
## Getting Started
|
|
6
|
+
|
|
7
|
+
1. Install: `npm install -g @arbidocs/cli`
|
|
8
|
+
2. Configure server: `arbi config set-url https://<deployment>.arbibox.com`
|
|
9
|
+
3. Get a claim code from your parent user (via ARBI web UI → Settings → Agents → Authorize, or `arbi authorize agent`)
|
|
10
|
+
4. Connect: `arbi connect --code <claim-code>`
|
|
11
|
+
5. Verify: `arbi status`
|
|
12
|
+
|
|
13
|
+
For multiple agents on the same machine, set `ARBI_ID=<name>` to isolate config in `~/.arbi/<name>/`.
|
|
14
|
+
|
|
15
|
+
## When to Use
|
|
16
|
+
|
|
17
|
+
- **Document questions**: `arbi ask <question>` — performs RAG retrieval across workspace documents
|
|
18
|
+
- **Document management**: `arbi docs`, `arbi upload`, `arbi download`, `arbi find`
|
|
19
|
+
- **Local files**: `arbi local ls`, `arbi local find "**/*.pdf"`, `arbi local cat <file>`, `arbi local tree`
|
|
20
|
+
- **Secure messaging**: `arbi dm send <recipient> <message>` — E2E encrypted
|
|
21
|
+
- **Workspace operations**: `arbi workspaces`, `arbi workspace select`
|
|
22
|
+
|
|
23
|
+
Every command supports `--help`. Explore with `arbi --help` to discover all capabilities.
|
|
24
|
+
|
|
25
|
+
## Tips
|
|
26
|
+
|
|
27
|
+
- If not logged in, run `arbi connect --code <code>` with a new claim code from your parent user.
|
|
28
|
+
- If a command fails with "fetch failed", check connectivity with `arbi health`.
|
|
29
|
+
- Use `arbi ask -n` to start a fresh conversation (forget prior context).
|
|
30
|
+
- Use `arbi ask -v` for verbose output showing retrieval steps.
|