@love-moon/chat-web 0.3.2 → 0.4.0
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 +11 -0
- package/dist/cli.js +0 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# @love-moon/chat-web
|
|
2
2
|
|
|
3
|
+
## 0.4.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 4ecc359: Publish the chat-web browser runtime and wire it into the CLI and AI SDK for
|
|
8
|
+
ChatGPT and Gemini web sessions, including provider error handling and local
|
|
9
|
+
development installation support.
|
|
10
|
+
|
|
11
|
+
Ship app SDK realtime history catch-up and the CLI/AI SDK goal-mode and custom
|
|
12
|
+
command runtime updates included in this release.
|
|
13
|
+
|
|
3
14
|
## 0.3.2
|
|
4
15
|
|
|
5
16
|
### Minor Changes
|
package/dist/cli.js
CHANGED
|
File without changes
|