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.
npx agentmods add commands/sijeeshmiziha/visionagent/releasegit clone --depth 1 https://github.com/sijeeshmiziha/visionagentWrote 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.
[](https://agentmods.dev/commands/sijeeshmiziha/visionagent/release)<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>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.
| Model | Per session | Once 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 |
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.
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.
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.
- 4d ago First seen · 62 lines · 0 tokens per session scan A b1af7257b182
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.
Other commands, from other repositories
release
Review and publish the Release Please release PR, then verify every registry.
test-tools
Test MCP NixOS Tools (project).
release
Generate changelog, bump version, and create git tag.
imagine
Generate an image from a text description using Grok's /imagine builtin.
research
Deep research with Grok (effort=max, --check self-verification, web search enabled).
inspect
Show the merged Grok configuration that will apply to the next call (AGENTS.md, skills, MCP servers, rules, permissions).