openwriter 0.6.9 → 0.6.11

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.
@@ -10,8 +10,8 @@
10
10
  <link rel="preconnect" href="https://fonts.googleapis.com" />
11
11
  <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
12
12
  <link href="https://fonts.googleapis.com/css2?family=Charter:ital,wght@0,400;0,700;1,400&family=Crimson+Pro:ital,wght@0,300;0,400;0,600;0,700;1,400&family=DM+Sans:ital,wght@0,400;0,500;0,600;0,700;1,400&family=DM+Serif+Display&family=IBM+Plex+Mono:wght@400;500;600&family=IBM+Plex+Sans:wght@400;500;600&family=Inter:wght@400;500;600;700&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Literata:ital,opsz,wght@0,7..72,400;0,7..72,600;0,7..72,700;1,7..72,400&family=Newsreader:ital,opsz,wght@0,6..72,400;0,6..72,600;1,6..72,400&family=Playfair+Display:wght@400;600;700;900&family=Source+Serif+4:ital,opsz,wght@0,8..60,400;0,8..60,600;0,8..60,700;1,8..60,400&family=Space+Grotesk:wght@400;500;600;700&family=Space+Mono:wght@400;700&display=swap" rel="stylesheet" />
13
- <script type="module" crossorigin src="/assets/index-iGNTYLM-.js"></script>
14
- <link rel="stylesheet" crossorigin href="/assets/index-CeGtzvqW.css">
13
+ <script type="module" crossorigin src="/assets/index-BFXmrfky.js"></script>
14
+ <link rel="stylesheet" crossorigin href="/assets/index-DnndZMJ9.css">
15
15
  </head>
16
16
  <body>
17
17
  <div id="root"></div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openwriter",
3
- "version": "0.6.9",
3
+ "version": "0.6.11",
4
4
  "description": "The open-source writing surface for AI agents. Markdown-native editor with pending change review — your agent writes, you accept or reject.",
5
5
  "type": "module",
6
6
  "license": "MIT",
package/skill/SKILL.md CHANGED
@@ -10,12 +10,13 @@ description: |
10
10
 
11
11
  Use when user says: "open writer", "openwriter", "write in openwriter",
12
12
  "edit my document", "review my writing", "check the pad", "write me a doc",
13
- "compose tweet", "reply to tweet", "quote tweet".
13
+ "compose tweet", "reply to tweet", "quote tweet", "author's voice",
14
+ "authors voice", "voice plugin".
14
15
 
15
16
  Requires: OpenWriter MCP server configured. Browser UI at localhost:5050.
16
17
  metadata:
17
18
  author: travsteward
18
- version: "0.2.6"
19
+ version: "0.2.7"
19
20
  repository: https://github.com/travsteward/openwriter
20
21
  license: MIT
21
22
  ---
@@ -505,6 +506,8 @@ Requires authentication via `request_login_code` + `verify_login`. All publish t
505
506
  | `edit_slot` | Modify an existing slot |
506
507
  | `delete_slot` | Remove a recurring slot |
507
508
 
509
+ **Timezones:** `scheduled_at` is UTC. Convert local times using IANA names (e.g. `America/Los_Angeles`), never fixed offsets — DST shifts automatically.
510
+
508
511
  ### Newsletter
509
512
 
510
513
  | Tool | Key Params | Description |