
Security News
Another Round of TEA Protocol Spam Floods npm, But It’s Not a Worm
Recent coverage mislabels the latest TEA protocol spam as a worm. Here’s what’s actually happening.
@google/jules
Advanced tools
Jules, the asynchronous coding agent from Google, in the terminal.
jules # Launch the TUI
# Create a session (defaults to current working directory's repository)
jules new "write unit tests"
# Create a session for a specific repository
jules new --repo torvalds/linux "write unit tests"
# Create 3 parallel sessions for the same task
jules new --repo torvalds/linux --parallel 3 "write unit tests"
# List all sessions
jules remote list --session
# List all repos
jules remote list --repo
# Pull the result of a session
jules remote pull --session 123456
# Create multiple sessions for each task in TODO.md
cat TODO.md | while IFS= read -r line; do\
jules new "$line";\
done
# Create a session based on the first issue assigned to @me
gh issue list --assignee @me --limit 1 --json title | jq -r '.[0].title' | jules new
# Use Gemini CLI to analyze GitHub issues and send the hardest one to Jules
gemini -p "find the most tedious issue, print it verbatim\n$(gh issue list --assignee @me)" | jules new
A CLI for Jules, the asynchronous coding agent from Google.
Usage:
jules [flags]
jules [command]
Available Commands:
completion Generate the autocompletion script for the specified shell
help Help about any command
login Login your Google account to use Jules
logout Logout your Google account
remote Interact with remote sessions, e.g. new/list/pull
version Show the version
Flags:
-h, --help help for jules
--theme string Which theme to use, dark/light (default "dark")
Use "jules [command] --help" for more information about a command.
FAQs
Jules, the asynchronous coding agent from Google, in the terminal.
The npm package @google/jules receives a total of 1,557 weekly downloads. As such, @google/jules popularity was classified as popular.
We found that @google/jules demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Recent coverage mislabels the latest TEA protocol spam as a worm. Here’s what’s actually happening.

Security News
PyPI adds Trusted Publishing support for GitLab Self-Managed as adoption reaches 25% of uploads

Research
/Security News
A malicious Chrome extension posing as an Ethereum wallet steals seed phrases by encoding them into Sui transactions, enabling full wallet takeover.