@rayu-dev/rayu-cli 1.2.27 → 1.3.127
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/dist/rayu.js +3838 -3610
- package/package.json +1 -1
- package/scripts/postinstall.cjs +3 -3
package/package.json
CHANGED
package/scripts/postinstall.cjs
CHANGED
|
@@ -23,9 +23,9 @@ const message = [
|
|
|
23
23
|
' Docs & issues: https://github.com/Choeng-Rayu/rayu-cli',
|
|
24
24
|
'',
|
|
25
25
|
'Whats new?:',
|
|
26
|
-
' -
|
|
27
|
-
' -
|
|
28
|
-
' -
|
|
26
|
+
' - We Have restructure the rayu subagents, and added a new one for asset generation!',
|
|
27
|
+
' - Add new agent callaborator agent that can call other agents as tools, and manage the conversation between them.',
|
|
28
|
+
' - Try it by /collaborator_swarm and also /collaborator_model in the agent playground!',
|
|
29
29
|
'',
|
|
30
30
|
].join('\n') + '\n';
|
|
31
31
|
|