@joule-sh/code-win32-x64 0.23.3 → 0.23.5

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 CHANGED
@@ -2,10 +2,11 @@
2
2
 
3
3
  An agentic coding terminal you can also drive from a web page.
4
4
 
5
- You run it in a repo on your own machine. It prints a short pairing code. You
6
- open the page, enter the code, and from then on the browser and the terminal are
7
- the same session. You start work at the desk and keep steering it from a laptop
8
- or a phone.
5
+ You run it in a repo on your own machine and share it. Your own console picks
6
+ it up straight away, because the machine is already signed in to your account,
7
+ and from then on the browser and the terminal are the same session. You start
8
+ work at the desk and keep steering it from a laptop or a phone. It also prints a
9
+ short pairing code, which is how you show that session to somebody else.
9
10
 
10
11
  The agent reads and edits files, runs commands and makes commits **on your
11
12
  machine**. The browser is a remote control, never an executor.
Binary file
package/bin/joule.exe CHANGED
Binary file
package/bin/relay.exe CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@joule-sh/code-win32-x64",
3
- "version": "0.23.3",
3
+ "version": "0.23.5",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "type": "git",