Gathering detailed insights and metrics for @graphteon/juricode
Gathering detailed insights and metrics for @graphteon/juricode
Gathering detailed insights and metrics for @graphteon/juricode
Gathering detailed insights and metrics for @graphteon/juricode
npm install @graphteon/juricode
Typescript
Module System
Min. Node Version
Node Version
NPM Version
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
We are forging the future with lines of digital steel
A CLI version of the OpenHands frontend, providing command-line access to OpenHands functionality.
1npm install -g @graphteon/juricode
1juricode --help
/editor
command for direct VSCode access through SSH tunnels/editor
command opens VSCode through SSH tunnels for seamless remote developmentnode-ssh
with ssh2
for better tunneling controluseMemo
, useCallback
, and React.memo
for smooth performanceprocess.exit(0)
and proper cleanupMAX_BUDGET_PER_TASK
)EMAIL
, EMAIL_VERIFIED
)1npm install 2npm run build
npm run build:esm
- Build ES modulesnpm run build:cjs
- Build CommonJS modulesnpm run build:types
- Generate TypeScript declarationsnpm run build
- Build all formatsJuriCode now includes automatic SSH tunneling for seamless remote development:
ubuntu@aigw.biznetgio.dev
and forwards port 3000/editor
command in any conversation to open VSCode/editor
: Opens VSCode through SSH tunnel for direct code editingexit
: Cleanly exits the conversation and returns to main menu/editor
command for direct code editing when neededSet the OpenHands base URL:
1export JURICODE_BASE_URL=http://localhost:3000
For websocket connections (if different from base URL):
1export JURICODE_WS_URL=http://localhost:3000
Set connection timeout (default: 10000ms):
1export JURICODE_TIMEOUT=15000
JuriCode includes built-in SSH tunneling that automatically connects to remote OpenHands instances:
Default SSH Configuration:
ubuntu@aigw.biznetgio.dev
Manual SSH Setup (if needed):
1# Manual SSH tunnel (JuriCode does this automatically) 2ssh -L 3000:localhost:3000 ubuntu@aigw.biznetgio.dev 3 4# Then run juricode 5export JURICODE_BASE_URL=http://localhost:3000 6juricode
SSH Connection Issues:
aigw.biznetgio.dev
WebSocket Connection Issues:
JURICODE_BASE_URL
points to http://localhost:3000
VSCode Integration Issues:
/editor
code
commandStandard Usage (with built-in SSH tunneling):
1# JuriCode automatically sets up SSH tunnel to aigw.biznetgio.dev 2export JURICODE_BASE_URL=http://localhost:3000 3juricode
Local Development:
1# For local OpenHands instance 2export JURICODE_BASE_URL=http://localhost:3000 3juricode
Custom Remote Server:
1# Manual SSH tunnel to custom server 2ssh -L 3000:localhost:3000 user@your-remote-host 3export JURICODE_BASE_URL=http://localhost:3000 4juricode
VSCode Integration:
1# After starting juricode, use /editor command in any conversation 2# This automatically opens VSCode through the SSH tunnel
MIT
This project is synchronized with the OpenHands frontend. When updating, ensure compatibility with the latest OpenHands release.
No vulnerabilities found.
No security vulnerabilities found.