Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion plugin/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "reva-turbo",
"displayName": "RevAOps Plugin",
"version": "2.1.2",
"version": "2.1.3",
"description": "The Rev A Manufacturing PM copilot — full RFQ-to-delivery workflow with CRM, memory, and 48 skills. Paste your key in chat and you're in; bring your own CRM (HubSpot, Salesforce, Attio, Pipedrive) or use the bundled Nakatomi + AutoMem defaults.",
"author": {
"name": "Rev A Manufacturing / MrDula Solutions",
Expand Down
2 changes: 1 addition & 1 deletion plugin/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.1.2
2.1.3
4 changes: 2 additions & 2 deletions plugin/skills/revmyengine/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: revmyengine
preamble-tier: 1
version: 2.1.2
version: 2.1.3
description: |
REVA-TURBO master orchestrator for Rev A Manufacturing PM workflow.
Routes requests to the correct sub-skill based on context. Chains the
Expand Down Expand Up @@ -755,7 +755,7 @@ prior session's agent discovered:
3. Write `~/.reva-turbo/state/mcp-credentials.env` with the key.
4. Ask the PM to **Cmd-Q + relaunch** (we can't do this without shell).

This path only works if the running plugin is ≥ v2.1.2 (it is, because
This path only works if the running plugin is ≥ v2.1.3 (it is, because
`/heal` itself is defined here). If the running plugin is stale the
only option is the Terminal one-liner.

Expand Down
4 changes: 2 additions & 2 deletions services/mcp-router/router/signup.py
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ def _extract_detail(resp: httpx.Response, fallback: str) -> str:
Option B — Manual upload
</p>
<ol style="margin:0;padding-left:20px;color:var(--fg-dim);">
<li style="margin:8px 0;"><strong>Download</strong> <code>reva-turbo-&lt;version&gt;.zip</code> (v2.1.2+) from
<li style="margin:8px 0;"><strong>Download</strong> <code>reva-turbo-&lt;version&gt;.zip</code> (v2.1.3+) from
<a href="https://github.com/mrdulasolutions/RevOps-RevAMfg/releases/latest"
target="_blank" rel="noopener">GitHub Releases</a>. Don't unzip.</li>
<li style="margin:8px 0;"><strong>If you already have RevAOps installed</strong> (v2.0.x or earlier), go to
Expand Down Expand Up @@ -491,7 +491,7 @@ def _extract_detail(resp: httpx.Response, fallback: str) -> str:

<footer>
<span class="fa">Rev&nbsp;A Manufacturing · RevAOps</span>
<span>v2.1.2</span>
<span>v2.1.3</span>
</footer>
</main>
<script>
Expand Down
Loading