-
-
Notifications
You must be signed in to change notification settings - Fork 5
Add jcode coding agent to CLI #121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -159,6 +159,19 @@ class AgentSpec: | |
| {"HOME": "/config", "TAU_NO_UPDATE_CHECK": "1"}, | ||
| headless_prefix=["-p"], | ||
| ), | ||
| "jcode": AgentSpec( | ||
| "jcode", | ||
| "1jehuang", | ||
| DEFAULT_IMAGES["jcode"], | ||
| "jcode", | ||
| ["jcode"], | ||
| "/config", | ||
| # jcode resolves ~/.jcode (sessions, auth, config.toml, mcp.json) via | ||
| # $HOME and its provider env files via XDG config (~/.config/jcode), | ||
| # so pointing HOME at the persisted /config mount covers both. | ||
| {"HOME": "/config", "JCODE_NO_AUTO_UPDATE": "1"}, | ||
| headless_prefix=["run"], | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
When Useful? React with 👍 / 👎. |
||
| ), | ||
| } | ||
|
|
||
| _SHORTCUT_BY_AGENT = {agent: shortcut for shortcut, agent in AGENT_SHORTCUTS.items()} | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.