You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Measure a text for the signs of AI writing and read back the evidence — offline, EN/ES, with the tool's own false-positive rate attached.",
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@
20
20
Claude Code, Codex, Gemini CLI and Cursor, in one line: `npx skills add peopleworks/SignsofAI -g`.
21
21
It edits by the same rules this engine scores by, and it never invents a number.
22
22
23
-
**[Download the Windows app →](https://github.com/peopleworks/SignsofAI/releases?q=desktop&expanded=true)** — the same tool in a window. Nothing to install alongside it: the .NET runtime is bundled.
23
+
**[Download the Windows app →](https://peopleworks.github.io/SignsofAI/download)** — the same tool in a window. An installer that needs no administrator rights, with the .NET runtime bundled; a .zip too, if you would rather not.
24
24
25
25

Copy file name to clipboardExpand all lines: src/SignsOfAI.Core/SignsOfAI.Core.csproj
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@
10
10
11
11
<!-- Publishable as a library so others can embed the engine. -->
12
12
<PackageId>SignsOfAI.Core</PackageId>
13
-
<Version>0.8.0</Version>
13
+
<Version>0.8.1</Version>
14
14
<Authors>Pedro Hernández (PeopleWorks)</Authors>
15
15
<Company>PeopleWorks</Company>
16
16
<Description>The engine behind Signs of AI Writing: detects the stylometric tells of AI-generated text (English & Spanish) — overused vocabulary, rhetorical crutches, syntactic tells and burstiness — and returns an actionable fix for each finding. No external dependencies.</Description>
Copy file name to clipboardExpand all lines: src/SignsOfAI.Mcp/SignsOfAI.Mcp.csproj
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@
12
12
<PackAsTool>true</PackAsTool>
13
13
<ToolCommandName>signsofai-mcp</ToolCommandName>
14
14
<PackageId>SignsOfAI.Mcp</PackageId>
15
-
<Version>0.8.0</Version>
15
+
<Version>0.8.1</Version>
16
16
<Authors>Pedro Hernández (PeopleWorks)</Authors>
17
17
<Company>PeopleWorks</Company>
18
18
<Description>Model Context Protocol (MCP) server for Signs of AI Writing. Exposes the engine as tools — analyze text for AI tells, check originality between documents, search the sign catalog, extract distinctive phrases, and (optionally, via the hosted API) measure perplexity and find paraphrases — to Claude Desktop and any MCP client.</Description>
0 commit comments