compass-agent 2.0.4 → 2.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -15,7 +15,7 @@ jobs:
15
15
  - uses: oven-sh/setup-bun@v2
16
16
 
17
17
  - name: Set version from release tag
18
- run: npm version "${GITHUB_REF_NAME#v}" --no-git-tag-version
18
+ run: npm version "${GITHUB_REF_NAME#v}" --no-git-tag-version --allow-same-version
19
19
 
20
20
  - run: bun install --frozen-lockfile
21
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "compass-agent",
3
- "version": "2.0.4",
3
+ "version": "2.0.5",
4
4
  "type": "module",
5
5
  "description": "Bring Claude Code to your Slack workspace — per-thread AI coding sessions with full local filesystem access",
6
6
  "bin": {
@@ -10,7 +10,13 @@
10
10
  "start": "bun src/app.ts",
11
11
  "test": "bun test"
12
12
  },
13
- "keywords": ["slack", "claude", "ai", "coding-assistant", "claude-code"],
13
+ "keywords": [
14
+ "slack",
15
+ "claude",
16
+ "ai",
17
+ "coding-assistant",
18
+ "claude-code"
19
+ ],
14
20
  "license": "MIT",
15
21
  "dependencies": {
16
22
  "@modelcontextprotocol/sdk": "^1.26.0",