From bf8021c33db6b438a4246a6c47682e2ccd6639be Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Tue, 15 Sep 2026 13:58:48 +0000 Subject: [PATCH 1/2] fix(pstack): allow model invocation for unslop Remove disable-model-invocation from the unslop frontmatter. The description says the skill must always apply, but the flag limited it to an explicit /unslop call. The agent can now select unslop on its own when it writes prose. Name and description are unchanged. No other skill's flag changes. Co-authored-by: lauren --- pstack/skills/unslop/SKILL.md | 1 - 1 file changed, 1 deletion(-) diff --git a/pstack/skills/unslop/SKILL.md b/pstack/skills/unslop/SKILL.md index a3a7dc7ba..3b2d567a4 100644 --- a/pstack/skills/unslop/SKILL.md +++ b/pstack/skills/unslop/SKILL.md @@ -1,7 +1,6 @@ --- name: unslop description: Cut AI tells from any writing. Must always apply. -disable-model-invocation: true --- # Unslop From 450a18f7d9ee0db5a334f5a292b038d5ee649d56 Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Tue, 15 Sep 2026 13:58:48 +0000 Subject: [PATCH 2/2] chore(pstack): bump to 0.15.3 Patch release for the unslop model-invocation fix. Co-authored-by: lauren --- pstack/.cursor-plugin/plugin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pstack/.cursor-plugin/plugin.json b/pstack/.cursor-plugin/plugin.json index 19402321c..974daecc7 100644 --- a/pstack/.cursor-plugin/plugin.json +++ b/pstack/.cursor-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "pstack", "displayName": "pstack", - "version": "0.15.2", + "version": "0.15.3", "description": "if you want to go fast, go deep first. pstack helps you write less, but higher quality code. rigorous agent workflows you can parallelize with confidence.", "author": { "name": "Lauren Tan"