@joule-sh/code-darwin-arm64 0.23.6 → 0.23.8
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/README.md +2 -2
- package/bin/joule +0 -0
- package/bin/joule-daemon +0 -0
- package/bin/relay +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
#
|
|
1
|
+
# Joule Code: Always-on agents
|
|
2
2
|
|
|
3
3
|
An AI coding agent that runs in your terminal and can be driven from a browser.
|
|
4
4
|
|
|
@@ -52,7 +52,7 @@ Install `joule` first; [editor/README.md](editor/README.md) has the settings.
|
|
|
52
52
|
## Share it to a browser
|
|
53
53
|
|
|
54
54
|
`/share` prints a URL and a six-character code. The session appears in the
|
|
55
|
-
console as a conversation you can read and reply in from any browser
|
|
55
|
+
console as a conversation you can read and reply in from any browser. Nothing
|
|
56
56
|
runs in the browser. A console signed in to the account that shared it needs no
|
|
57
57
|
code.
|
|
58
58
|
|
package/bin/joule
CHANGED
|
Binary file
|
package/bin/joule-daemon
CHANGED
|
Binary file
|
package/bin/relay
CHANGED
|
Binary file
|