hep-update.body

hep-update.body is a command for Claude Code from agentlas-ai/Agentlas-OS. It costs 0 tokens per session (450 once invoked), scanned A, a copy of hep-update, Apache-2.0.

An update command for refreshing the installed Agentlas runtime and its integrations with coding hosts.

In plain words
What is it for?
Updating Agentlas and checking whether supported hosts such as Codex, Gemini, Claude Code, Grok, and OpenCode are using the new version.
Why use it?
It fixes cases where a host is using an old adapter, a command is missing, or an integration did not register after a release.

Command for Claude Code

Written for Claude Code: $ARGUMENTS substitution. Also seen: reads .claude/ paths; mentions Claude Code; mentions Codex.

Good fit Updating Agentlas and checking whether supported hosts such as Codex, Gemini, Claude Code, Grok, and OpenCode are using the new version.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/agentlas-ai/agentlas-os/hep-update.body
About the project

Agentlas OS is a local-first system for creating, storing, borrowing, and running specialist AI agents and temporary agent teams through supported hosts and models. It serves people who want reusable agents that remain available across computers and model workspaces, and the catalogue contains its skills, commands, hooks, agents, instructions, plugin, and rule.

agentlas-ai/Agentlas-OS · 1,105 stars · on GitHub · agentlas.cloud

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/agentlas-ai/Agentlas-OS

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for hep-update.body

README.md
[![agentmods](https://agentmods.dev/badge/commands/agentlas-ai/agentlas-os/hep-update.body.svg)](https://agentmods.dev/commands/agentlas-ai/agentlas-os/hep-update.body)
Your own site
<a href="https://agentmods.dev/commands/agentlas-ai/agentlas-os/hep-update.body"><img src="https://agentmods.dev/badge/commands/agentlas-ai/agentlas-os/hep-update.body.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 450 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin 92% copy Near-identical to another mod in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00000 $0.00450
Opus 5 $0.00000 $0.00225
Sonnet 5 $0.00000 $0.00090
Haiku 4.5 $0.00000 $0.00045

Measured 5d ago against content hash 742b2a6d99b1, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

hep-update.body scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

This is a copy

92% identical to hep-update — 5 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

contracts/commands/hep-update.body.md · 45 lines

What it actually says

Update fallback: 자동 업데이트가 안 되면 hephaestus update를 한 번 실행하세요. 업데이트하지 않아도 현재 버전 명령은 그대로 동작합니다.

Update the installed Agentlas runtime and every host adapter on this machine.

Raw request: $ARGUMENTS

Updates normally happen on their own. This command exists for the moment they did not: a host still loading an old bundle, a command that should exist and does not, an adapter that never got re-registered after a release.

Run it

hephaestus update

Report the runtime version it moved from and to, and the per-host result it prints. Say already up to date plainly when nothing moved — that is a valid outcome, not a failure to try.

Then check the host actually picked it up

A new runtime does not mean the host is using it. Each host caches its own copy of the adapter, and one host lagging behind is the usual reason a command is missing after an update that reported success.

  • Codex, Gemini/Antigravity, Grok, OpenCode: the updater rewrites their adapter directly, so the printed result is the answer.
  • Claude Code installs plugins through its own marketplace. The updater refreshes the source it points at, but Claude Code decides when to re-copy it into ~/.claude/plugins/cache/. If a command is still missing there, the plugin needs reinstalling from the Agentlas marketplace inside Claude Code — the runtime cannot force that copy.

If the user asks why a command is missing, name the layer that is behind rather than reporting a general failure: runtime version, host adapter, or the host's own plugin cache. Those fail separately and the fix differs for each.

Boundaries

Never edit files under ~/.agentlas/runtime/ by hand to make a command appear. Two programs write that tree — the installer and the updater — so a hand-placed file survives until the next update and then vanishes, which reads as a regression that nobody can reproduce. Fix the source and update again.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 45 lines · 0 tokens per session scan A 742b2a6d99b1

Subscribe to this mod's changes

hep-update.body is a command published in the GitHub repository agentlas-ai/Agentlas-OS (1,105 stars, last pushed 2d ago), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 450 tokens. A static security scan graded it A with 0 findings. It is 92% identical to hep-update, differing in 5 lines, and is treated as a copy.