tandem-editor 0.3.2 → 0.5.0

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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "tandem-editor",
3
- "version": "0.3.2",
4
- "description": "Collaborative AI-human document editor with MCP tool integration for Claude",
3
+ "version": "0.5.0",
4
+ "description": "Edit and iterate on documents with Claude no copy-paste, full LLM access via MCP",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/bloknayrb/tandem"
@@ -52,6 +52,8 @@
52
52
  "lint": "eslint .",
53
53
  "format": "biome format --write .",
54
54
  "doctor": "node scripts/doctor.mjs",
55
+ "dev:tauri": "node scripts/download-node-sidecar.mjs && cargo tauri dev",
56
+ "build:tauri": "cargo tauri build",
55
57
  "prepare": "husky",
56
58
  "prepublishOnly": "npm run build"
57
59
  },
@@ -69,12 +71,21 @@
69
71
  ],
70
72
  "*.json !package-lock.json": [
71
73
  "biome check --write"
74
+ ],
75
+ "*.{yml,yaml,md}": [
76
+ "node scripts/normalize-eol.mjs"
72
77
  ]
73
78
  },
74
79
  "dependencies": {
75
- "@hocuspocus/provider": "^3.4.4",
76
- "@hocuspocus/server": "^2.13.0",
80
+ "@hocuspocus/provider": "3.4.4",
81
+ "@hocuspocus/server": "2.15.3",
77
82
  "@modelcontextprotocol/sdk": "^1.12.1",
83
+ "@tauri-apps/api": "^2.10.1",
84
+ "@tauri-apps/plugin-dialog": "^2.7.0",
85
+ "@tauri-apps/plugin-fs": "^2.5.0",
86
+ "@tauri-apps/plugin-process": "^2.3.1",
87
+ "@tauri-apps/plugin-shell": "^2.3.5",
88
+ "@tauri-apps/plugin-window-state": "^2.4.1",
78
89
  "@tiptap/core": "^2.11.0",
79
90
  "@tiptap/extension-collaboration": "^2.11.0",
80
91
  "@tiptap/extension-collaboration-cursor": "^2.11.0",
@@ -103,9 +114,9 @@
103
114
  "remark-stringify": "^11.0.0",
104
115
  "unified": "^11.0.0",
105
116
  "update-notifier": "^7.3.1",
106
- "y-prosemirror": "^1.2.12",
107
- "y-protocols": "^1.0.6",
108
- "yjs": "^13.6.0",
117
+ "y-prosemirror": "1.3.7",
118
+ "y-protocols": "1.0.7",
119
+ "yjs": "13.6.30",
109
120
  "zod": "^3.23.0"
110
121
  },
111
122
  "devDependencies": {
package/sample/welcome.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Welcome to Tandem
2
2
 
3
- Tandem is a collaborative document editor where you and Claude can review your documents together in real-time.
3
+ Tandem lets you work on documents with Claude — highlight text and Claude sees it directly, no copy-paste needed. Because Claude connects via MCP, it brings all its knowledge and tools to the document.
4
4
 
5
5
  ## Getting Started
6
6
 
@@ -10,7 +10,7 @@ Open Claude Code from any directory -- your Tandem tools are already configured.
10
10
 
11
11
  ## Try These
12
12
 
13
- 1. **Review an annotation** -- Look at the highlighted text in this document. Open the side panel to accept or dismiss annotations, or press Ctrl+Shift+R for Review Mode.
13
+ 1. **Respond to a suggestion** -- Look at the highlighted text in this document. Open the side panel to accept or dismiss annotations, or press Ctrl+Shift+R for Review Mode.
14
14
  2. **Ask Claude a question** -- Select some text and press Ctrl+Shift+A, or type in the Chat panel.
15
15
  3. **Make an edit** -- Click anywhere in the document and start typing. You can simplify sentences, fix typos, or add new content.
16
16
 
@@ -18,4 +18,4 @@ Open Claude Code from any directory -- your Tandem tools are already configured.
18
18
 
19
19
  The project launched in early 2025 with three core goals: simplify onboarding, reduce support tickets by 40%, and ship a self-service dashboard by Q3. The team completed the first two milestones ahead of schedule, but the dashboard timeline slipped due to an unexpected API redesign in May.
20
20
 
21
- > Once Claude connects, ask it to review this document -- you'll see highlights and suggestions appear in the side panel.
21
+ > Once Claude connects, try asking it to help you improve this text -- you'll see highlights and suggestions appear in the side panel.