mulmoclaude 1.1.1 → 1.2.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/README.md CHANGED
@@ -29,7 +29,8 @@ Your browser opens to `http://localhost:3001`. That's it.
29
29
  | "Schedule a daily news digest" | Recurring task that runs automatically |
30
30
  | "Generate an image of a sunset" | AI-generated image (Gemini) |
31
31
  | "Make slides on …" | Marp-rendered slide deck with PDF export |
32
- | "Add this to my calendar" | Event in your Google Calendar (local OAuth link) |
32
+ | "Add this to my calendar" | Event in your Google Calendar (sign in, no setup) |
33
+ | "Put that on my task list" | Task in Google Tasks, with notes and a due date |
33
34
  | "Subscribe to this RSS feed" | Data feed on `/feeds`, fetched on a schedule |
34
35
 
35
36
  **Pages you can visit directly**: `/wiki` (browse + lint), `/feeds` (data feeds), `/collections` (data apps — Discover tab to import community collections, Contribute to share your own), `/automations` (recurring tasks), `/files`, `/skills`, `/roles`. Each page has its own chat composer that spawns a fresh chat already aware of the page context.
@@ -124,7 +125,7 @@ Recommended: ≥ 32 characters of random data (shorter values trigger a startup
124
125
  - **Marp slides** — `marp: true` frontmatter on any markdown file renders a slide deck in the canvas with PDF export. Custom themes via `config/marp-themes/<name>.css`.
125
126
  - **Auto memory** — the agent maintains a typed memory layout (`conversations/memory/<type>/<topic>.md`) and reads it ambient-style.
126
127
  - **Web Push on task finish** — enable in Settings → Notifications to get a push on your phone when the answer to a question you asked is ready, even with the browser closed. Requires the RemoteHost connection + a registered device (see [`docs/remote-host.md`](https://github.com/receptron/mulmoclaude/blob/main/docs/remote-host.md#web-push-on-task-finish-2086)).
127
- - **Google Calendar (local OAuth)** — link your Google account in Settings → Plugins → Google; the agent gets a `google` tool to list / create events, and the phone remote can trigger the same commands. The refresh token stays on your machine (`~/.config/mulmo/`) — no Google credential ever reaches a cloud. One-time setup: place an OAuth *desktop-app* client JSON from the Google Cloud Console in `~/.secrets/` (see [`docs/remote-host.md`](https://github.com/receptron/mulmoclaude/blob/main/docs/remote-host.md)).
128
+ - **Google (Calendar / Tasks / Drive)** — link your Google account in Settings → Plugins → Google and consent in the browser; no Google Cloud setup needed. The agent then gets a `google` tool (list / create events, tasks, and files it creates in your Drive), and the phone remote can trigger the same commands. **The refresh token stays on your machine** (`~/.config/mulmo/`) — the sign-in service applies the OAuth client secret Google requires and keeps nothing. Prefer your own OAuth client? Drop a *desktop-app* client JSON in `~/.secrets/` and the whole flow stays local (see [`docs/remote-host.md`](https://github.com/receptron/mulmoclaude/blob/main/docs/remote-host.md)).
128
129
 
129
130
  ## Plugin authoring (`--dev-plugin`)
130
131