release

release is a command for Claude Code from sijeeshmiziha/visionagent. It costs 0 tokens per session (401 once invoked), scanned A, original, MIT.

A release command for VisionAgent that prepares and publishes a new version of its npm package. It supports patch, minor, and major version changes, which represent increasingly larger changes to the package.

In plain words
What is it for?
Use it to check the project, update the changelog or README when needed, bump the package version, create a Git tag, and publish the release through the configured workflow.
Why use it?
It puts the required checks and documentation review before publishing. This helps prevent releases when tests fail, changes are undocumented, or the package version is wrong.

Command for Claude Code

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.

agentmods
npx agentmods add commands/sijeeshmiziha/visionagent/release
Clone the repo
git clone --depth 1 https://github.com/sijeeshmiziha/visionagent

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 release

README.md
[![agentmods](https://agentmods.dev/badge/commands/sijeeshmiziha/visionagent/release.svg)](https://agentmods.dev/commands/sijeeshmiziha/visionagent/release)
Your own site
<a href="https://agentmods.dev/commands/sijeeshmiziha/visionagent/release"><img src="https://agentmods.dev/badge/commands/sijeeshmiziha/visionagent/release.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 401 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found 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 $0.00000 $0.00401
Opus 5 $0.00000 $0.00200
Sonnet 5 $0.00000 $0.00080
Haiku 4.5 $0.00000 $0.00040

Measured 4d ago against content hash b1af7257b182, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

release 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 4d 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.

.claude/commands/release.md · 62 lines

What it actually says

Release Workflow

Prepare and publish a new release of VisionAgent to npm.

Arguments

$ARGUMENTS (Provide: patch | minor | major — defaults to patch if not specified)

Pre-flight Checks

Run all quality gates first and DO NOT proceed if any fail:

npm run ci

If npm run ci fails, stop and report the failures. Do not release broken code.

Release Steps

1. Determine version type

  • patch — bug fixes, no API changes (e.g., 0.0.1 → 0.0.2)
  • minor — new features, backwards-compatible (e.g., 0.1.0 → 0.2.0)
  • major — breaking changes (e.g., 0.0.x → 1.0.0)

2. Check CHANGELOG.md

  • Read the current CHANGELOG.md
  • Verify there are entries for the changes being released
  • If CHANGELOG.md is not updated, update it now with the changes from recent commits

3. Check README.md

  • Verify any new public API is documented
  • If new tools/agents/features were added, ensure they appear in README.md

4. Run the release command

# Based on the version type:
npm run release:patch
# or
npm run release:minor
# or
npm run release:major

This command: bumps the version in package.json, creates a git tag, and pushes to origin. The GitHub Actions release workflow will automatically build and publish to npm.

5. Verify

After the tag is pushed:

  • Check GitHub Actions: the release workflow should trigger
  • Monitor the workflow run for success
  • Verify the new version appears on npm after the workflow completes

Report the new version number and the GitHub Actions URL for the release workflow.

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. 4d ago First seen · 62 lines · 0 tokens per session scan A b1af7257b182

Subscribe to this mod's changes

release is a command published in the GitHub repository sijeeshmiziha/visionagent (2 stars, last pushed 5mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 401 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.