@arbidocs/cli 0.3.8 → 0.3.10

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,43 @@
1
1
  # Changelog
2
2
 
3
+ ## v0.3.10
4
+
5
+ [compare changes](https://github.com/arbicity/ARBI-frontend/compare/v0.3.8...HEAD)
6
+
7
+ ### 🚀 Enhancements
8
+
9
+ - Run integration tests against local E2E backend ([#404](https://github.com/arbicity/ARBI-frontend/pull/404))
10
+
11
+ ### 🩹 Fixes
12
+
13
+ - Bundle CHANGELOG.md in CLI package for offline changelog display ([18d44cfa](https://github.com/arbicity/ARBI-frontend/commit/18d44cfa))
14
+ - Bypass version cache on explicit arbi update ([570d013d](https://github.com/arbicity/ARBI-frontend/commit/570d013d))
15
+ - Update GitHub org references from arbitrationcity to arbicity ([#393](https://github.com/arbicity/ARBI-frontend/pull/393))
16
+ - Update E2E health check URL from /api/ to /v1/ ([51308e65](https://github.com/arbicity/ARBI-frontend/commit/51308e65))
17
+ - Use PAT_PUBLISH for npm publish push ([#408](https://github.com/arbicity/ARBI-frontend/pull/408))
18
+ - Clear stale chat session on login, logout, and workspace switch ([#411](https://github.com/arbicity/ARBI-frontend/pull/411))
19
+ - Make user input request component more legible ([#414](https://github.com/arbicity/ARBI-frontend/pull/414))
20
+ - Use workspace-scoped client for TUI document and conversation calls ([#416](https://github.com/arbicity/ARBI-frontend/pull/416))
21
+ - Memoize WS message handlers to prevent duplicate notifications ([46a698ee](https://github.com/arbicity/ARBI-frontend/commit/46a698ee))
22
+ - Don't set parentMessageId during stream_start to prevent stale parent on retry ([5922c414](https://github.com/arbicity/ARBI-frontend/commit/5922c414))
23
+ - Remove redundant workspace switch notification ([3e97c574](https://github.com/arbicity/ARBI-frontend/commit/3e97c574))
24
+ - Remove redundant workspace switch notification" ([f439dcf8](https://github.com/arbicity/ARBI-frontend/commit/f439dcf8))
25
+ - Remove workspace switch confirmation dialog from deep linking ([2cdf7bd0](https://github.com/arbicity/ARBI-frontend/commit/2cdf7bd0))
26
+
27
+ ### 🏡 Chore
28
+
29
+ - Update OpenAPI schema — add PlanningLLM, VisionLLM configs ([03f9183a](https://github.com/arbicity/ARBI-frontend/commit/03f9183a))
30
+ - Release v0.3.6 ([a15fbacc](https://github.com/arbicity/ARBI-frontend/commit/a15fbacc))
31
+ - Release v0.3.7 ([a8f1156f](https://github.com/arbicity/ARBI-frontend/commit/a8f1156f))
32
+ - Release v0.3.8 ([2863a411](https://github.com/arbicity/ARBI-frontend/commit/2863a411))
33
+
3
34
  ## v0.3.8
4
35
 
5
- [compare changes](https://github.com/arbitrationcity/ARBI-frontend/compare/v0.3.7...HEAD)
36
+ [compare changes](https://github.com/arbicity/ARBI-frontend/compare/v0.3.7...HEAD)
6
37
 
7
38
  ### 🩹 Fixes
8
39
 
9
- - Bypass version cache on explicit arbi update ([570d013d](https://github.com/arbitrationcity/ARBI-frontend/commit/570d013d))
40
+ - Bypass version cache on explicit arbi update ([570d013d](https://github.com/arbicity/ARBI-frontend/commit/570d013d))
10
41
 
11
42
  ### ❤️ Contributors
12
43
 
@@ -14,11 +45,11 @@
14
45
 
15
46
  ## v0.3.7
16
47
 
17
- [compare changes](https://github.com/arbitrationcity/ARBI-frontend/compare/v0.3.6...HEAD)
48
+ [compare changes](https://github.com/arbicity/ARBI-frontend/compare/v0.3.6...HEAD)
18
49
 
19
50
  ### 🩹 Fixes
20
51
 
21
- - Bundle CHANGELOG.md in CLI package for offline changelog display ([18d44cfa](https://github.com/arbitrationcity/ARBI-frontend/commit/18d44cfa))
52
+ - Bundle CHANGELOG.md in CLI package for offline changelog display ([18d44cfa](https://github.com/arbicity/ARBI-frontend/commit/18d44cfa))
22
53
 
23
54
  ### ❤️ Contributors
24
55
 
@@ -26,17 +57,17 @@
26
57
 
27
58
  ## v0.3.6
28
59
 
29
- [compare changes](https://github.com/arbitrationcity/ARBI-frontend/compare/v0.3.5...HEAD)
60
+ [compare changes](https://github.com/arbicity/ARBI-frontend/compare/v0.3.5...HEAD)
30
61
 
31
62
  ### 🚀 Enhancements
32
63
 
33
- - Unify artifacts into document viewer ([#385](https://github.com/arbitrationcity/ARBI-frontend/pull/385))
34
- - Surface agent focus text and backend elapsed time in topline ([#386](https://github.com/arbitrationcity/ARBI-frontend/pull/386))
35
- - Enable interjection — send messages while agent streams ([#387](https://github.com/arbitrationcity/ARBI-frontend/pull/387), [#388](https://github.com/arbitrationcity/ARBI-frontend/pull/388))
64
+ - Unify artifacts into document viewer ([#385](https://github.com/arbicity/ARBI-frontend/pull/385))
65
+ - Surface agent focus text and backend elapsed time in topline ([#386](https://github.com/arbicity/ARBI-frontend/pull/386))
66
+ - Enable interjection — send messages while agent streams ([#387](https://github.com/arbicity/ARBI-frontend/pull/387), [#388](https://github.com/arbicity/ARBI-frontend/pull/388))
36
67
 
37
68
  ### 🏡 Chore
38
69
 
39
- - Update OpenAPI schema — add PlanningLLM, VisionLLM configs ([03f9183a](https://github.com/arbitrationcity/ARBI-frontend/commit/03f9183a))
70
+ - Update OpenAPI schema — add PlanningLLM, VisionLLM configs ([03f9183a](https://github.com/arbicity/ARBI-frontend/commit/03f9183a))
40
71
 
41
72
  ### ❤️ Contributors
42
73
 
@@ -44,15 +75,15 @@
44
75
 
45
76
  ## v0.3.5
46
77
 
47
- [compare changes](https://github.com/arbitrationcity/ARBI-frontend/compare/v0.3.4...HEAD)
78
+ [compare changes](https://github.com/arbicity/ARBI-frontend/compare/v0.3.4...HEAD)
48
79
 
49
80
  ### 🚀 Enhancements
50
81
 
51
- - Add ANSI colors to CLI + DRY WebSocket formatting ([#380](https://github.com/arbitrationcity/ARBI-frontend/pull/380), [#381](https://github.com/arbitrationcity/ARBI-frontend/pull/381))
82
+ - Add ANSI colors to CLI + DRY WebSocket formatting ([#380](https://github.com/arbicity/ARBI-frontend/pull/380), [#381](https://github.com/arbicity/ARBI-frontend/pull/381))
52
83
 
53
84
  ### 🩹 Fixes
54
85
 
55
- - Remove "type": "module" from CLI/TUI packages ([e4b58d05](https://github.com/arbitrationcity/ARBI-frontend/commit/e4b58d05))
86
+ - Remove "type": "module" from CLI/TUI packages ([e4b58d05](https://github.com/arbicity/ARBI-frontend/commit/e4b58d05))
56
87
 
57
88
  ### ❤️ Contributors
58
89
 
@@ -60,48 +91,48 @@
60
91
 
61
92
  ## v0.3.4
62
93
 
63
- [compare changes](https://github.com/arbitrationcity/ARBI-frontend/compare/v0.3.3...HEAD)
94
+ [compare changes](https://github.com/arbicity/ARBI-frontend/compare/v0.3.3...HEAD)
64
95
 
65
96
  ### 🚀 Enhancements
66
97
 
67
- - Add high-level Arbi class, React hooks package, and examples ([a5f93a79](https://github.com/arbitrationcity/ARBI-frontend/commit/a5f93a79))
68
- - Add requestVerification() and register() to Arbi class ([c10db0c5](https://github.com/arbitrationcity/ARBI-frontend/commit/c10db0c5))
69
- - Add arbi update command + inject version at build time ([ddddfa58](https://github.com/arbitrationcity/ARBI-frontend/commit/ddddfa58))
70
- - Warn when CLI is outdated on login and status ([5eb28d44](https://github.com/arbitrationcity/ARBI-frontend/commit/5eb28d44))
71
- - Auto-update on login + clearer version warnings ([fda59831](https://github.com/arbitrationcity/ARBI-frontend/commit/fda59831))
72
- - Add fetch retry for ECONNREFUSED + scriptable register command ([4e09d6be](https://github.com/arbitrationcity/ARBI-frontend/commit/4e09d6be))
73
- - Add changelog generation to publish script ([cc7e7b9f](https://github.com/arbitrationcity/ARBI-frontend/commit/cc7e7b9f))
74
- - Show changelog on update and auto-update ([b89d0c03](https://github.com/arbitrationcity/ARBI-frontend/commit/b89d0c03))
75
- - Auto-create GitHub release + push in publish script ([9f31378c](https://github.com/arbitrationcity/ARBI-frontend/commit/9f31378c))
98
+ - Add high-level Arbi class, React hooks package, and examples ([a5f93a79](https://github.com/arbicity/ARBI-frontend/commit/a5f93a79))
99
+ - Add requestVerification() and register() to Arbi class ([c10db0c5](https://github.com/arbicity/ARBI-frontend/commit/c10db0c5))
100
+ - Add arbi update command + inject version at build time ([ddddfa58](https://github.com/arbicity/ARBI-frontend/commit/ddddfa58))
101
+ - Warn when CLI is outdated on login and status ([5eb28d44](https://github.com/arbicity/ARBI-frontend/commit/5eb28d44))
102
+ - Auto-update on login + clearer version warnings ([fda59831](https://github.com/arbicity/ARBI-frontend/commit/fda59831))
103
+ - Add fetch retry for ECONNREFUSED + scriptable register command ([4e09d6be](https://github.com/arbicity/ARBI-frontend/commit/4e09d6be))
104
+ - Add changelog generation to publish script ([cc7e7b9f](https://github.com/arbicity/ARBI-frontend/commit/cc7e7b9f))
105
+ - Show changelog on update and auto-update ([b89d0c03](https://github.com/arbicity/ARBI-frontend/commit/b89d0c03))
106
+ - Auto-create GitHub release + push in publish script ([9f31378c](https://github.com/arbicity/ARBI-frontend/commit/9f31378c))
76
107
 
77
108
  ### 🩹 Fixes
78
109
 
79
- - Zero key material on logout before clearing references ([c3f785fb](https://github.com/arbitrationcity/ARBI-frontend/commit/c3f785fb))
80
- - Move react-query to dependency, add example links to READMEs ([9643d497](https://github.com/arbitrationcity/ARBI-frontend/commit/9643d497))
81
- - Unify all @arbidocs packages to v0.3.0 + fix hello-world example ([90dd5b8b](https://github.com/arbitrationcity/ARBI-frontend/commit/90dd5b8b))
82
- - Publish script smoke test checks correct dist files ([e9c7f51a](https://github.com/arbitrationcity/ARBI-frontend/commit/e9c7f51a))
83
- - Only show version warning on login, hint on errors ([682070ee](https://github.com/arbitrationcity/ARBI-frontend/commit/682070ee))
84
- - Share changelog across npm + GitHub ([244274f3](https://github.com/arbitrationcity/ARBI-frontend/commit/244274f3))
85
- - Preserve changelog header when prepending new releases ([bb7c94da](https://github.com/arbitrationcity/ARBI-frontend/commit/bb7c94da))
110
+ - Zero key material on logout before clearing references ([c3f785fb](https://github.com/arbicity/ARBI-frontend/commit/c3f785fb))
111
+ - Move react-query to dependency, add example links to READMEs ([9643d497](https://github.com/arbicity/ARBI-frontend/commit/9643d497))
112
+ - Unify all @arbidocs packages to v0.3.0 + fix hello-world example ([90dd5b8b](https://github.com/arbicity/ARBI-frontend/commit/90dd5b8b))
113
+ - Publish script smoke test checks correct dist files ([e9c7f51a](https://github.com/arbicity/ARBI-frontend/commit/e9c7f51a))
114
+ - Only show version warning on login, hint on errors ([682070ee](https://github.com/arbicity/ARBI-frontend/commit/682070ee))
115
+ - Share changelog across npm + GitHub ([244274f3](https://github.com/arbicity/ARBI-frontend/commit/244274f3))
116
+ - Preserve changelog header when prepending new releases ([bb7c94da](https://github.com/arbicity/ARBI-frontend/commit/bb7c94da))
86
117
 
87
118
  ### 💅 Refactors
88
119
 
89
- - Arbi update auto replaces config auto-update ([682b1831](https://github.com/arbitrationcity/ARBI-frontend/commit/682b1831))
120
+ - Arbi update auto replaces config auto-update ([682b1831](https://github.com/arbicity/ARBI-frontend/commit/682b1831))
90
121
 
91
122
  ### 📖 Documentation
92
123
 
93
- - Add READMEs for @arbidocs/core and @arbidocs/react packages ([8041100d](https://github.com/arbitrationcity/ARBI-frontend/commit/8041100d))
124
+ - Add READMEs for @arbidocs/core and @arbidocs/react packages ([8041100d](https://github.com/arbicity/ARBI-frontend/commit/8041100d))
94
125
 
95
126
  ### 🏡 Chore
96
127
 
97
- - Bump @arbidocs/core to 0.2.0 and publish @arbidocs/react 0.1.0 ([4a116d5b](https://github.com/arbitrationcity/ARBI-frontend/commit/4a116d5b))
98
- - Bump all @arbidocs packages to v0.3.1 ([4ba71fc6](https://github.com/arbitrationcity/ARBI-frontend/commit/4ba71fc6))
99
- - Bump all @arbidocs packages to v0.3.2 ([155a5ef9](https://github.com/arbitrationcity/ARBI-frontend/commit/155a5ef9))
100
- - Release v0.3.3 ([ef2a3ab4](https://github.com/arbitrationcity/ARBI-frontend/commit/ef2a3ab4))
128
+ - Bump @arbidocs/core to 0.2.0 and publish @arbidocs/react 0.1.0 ([4a116d5b](https://github.com/arbicity/ARBI-frontend/commit/4a116d5b))
129
+ - Bump all @arbidocs packages to v0.3.1 ([4ba71fc6](https://github.com/arbicity/ARBI-frontend/commit/4ba71fc6))
130
+ - Bump all @arbidocs packages to v0.3.2 ([155a5ef9](https://github.com/arbicity/ARBI-frontend/commit/155a5ef9))
131
+ - Release v0.3.3 ([ef2a3ab4](https://github.com/arbicity/ARBI-frontend/commit/ef2a3ab4))
101
132
 
102
133
  ### ✅ Tests
103
134
 
104
- - Add unit tests for Arbi class and React package ([ca5d72e4](https://github.com/arbitrationcity/ARBI-frontend/commit/ca5d72e4))
135
+ - Add unit tests for Arbi class and React package ([ca5d72e4](https://github.com/arbicity/ARBI-frontend/commit/ca5d72e4))
105
136
 
106
137
  ### ❤️ Contributors
107
138
 
@@ -109,16 +140,16 @@
109
140
 
110
141
  ## v0.3.3
111
142
 
112
- [compare changes](https://github.com/arbitrationcity/ARBI-frontend/compare/v0.3.2...HEAD)
143
+ [compare changes](https://github.com/arbicity/ARBI-frontend/compare/v0.3.2...HEAD)
113
144
 
114
145
  ### 🚀 Enhancements
115
146
 
116
- - Add fetch retry for ECONNREFUSED + scriptable register command ([4e09d6be](https://github.com/arbitrationcity/ARBI-frontend/commit/4e09d6be))
117
- - Add changelog generation to publish script ([cc7e7b9f](https://github.com/arbitrationcity/ARBI-frontend/commit/cc7e7b9f))
118
- - Show changelog on update and auto-update ([b89d0c03](https://github.com/arbitrationcity/ARBI-frontend/commit/b89d0c03))
119
- - Auto-create GitHub release + push in publish script ([9f31378c](https://github.com/arbitrationcity/ARBI-frontend/commit/9f31378c))
147
+ - Add fetch retry for ECONNREFUSED + scriptable register command ([4e09d6be](https://github.com/arbicity/ARBI-frontend/commit/4e09d6be))
148
+ - Add changelog generation to publish script ([cc7e7b9f](https://github.com/arbicity/ARBI-frontend/commit/cc7e7b9f))
149
+ - Show changelog on update and auto-update ([b89d0c03](https://github.com/arbicity/ARBI-frontend/commit/b89d0c03))
150
+ - Auto-create GitHub release + push in publish script ([9f31378c](https://github.com/arbicity/ARBI-frontend/commit/9f31378c))
120
151
 
121
152
  ### 🩹 Fixes
122
153
 
123
- - Share changelog across npm + GitHub ([244274f3](https://github.com/arbitrationcity/ARBI-frontend/commit/244274f3))
124
- - Preserve changelog header when prepending new releases ([bb7c94da](https://github.com/arbitrationcity/ARBI-frontend/commit/bb7c94da))
154
+ - Share changelog across npm + GitHub ([244274f3](https://github.com/arbicity/ARBI-frontend/commit/244274f3))
155
+ - Preserve changelog header when prepending new releases ([bb7c94da](https://github.com/arbicity/ARBI-frontend/commit/bb7c94da))