Skip to content

Update name in Wrangler configuration file to match deployed Worker#40

Open
cloudflare-workers-and-pages[bot] wants to merge 21 commits into
claude/memoryvault-production-hardening-x7rmlzfrom
update_worker_name_to_ai-memory-mcp-dev
Open

Update name in Wrangler configuration file to match deployed Worker#40
cloudflare-workers-and-pages[bot] wants to merge 21 commits into
claude/memoryvault-production-hardening-x7rmlzfrom
update_worker_name_to_ai-memory-mcp-dev

Conversation

@cloudflare-workers-and-pages

Copy link
Copy Markdown

The Worker name in your Wrangler configuration file does not match the name of the deployed Worker in the Cloudflare Dashboard.
Cloudflare automatically generated this PR to resolve the mismatch and avoid inconsistencies between environments. For more information, see: https://developers.cloudflare.com/workers/ci-cd/builds/troubleshoot/#workers-name-requirement

@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Jun 12, 2026

Copy link
Copy Markdown
Author

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Preview URL Updated (UTC)
✅ Deployment successful!
View logs
ai-memory-mcp-dev 764ffc7 Commit Preview URL

Branch Preview URL
Jun 16 2026, 05:41 PM

@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Jun 12, 2026

Copy link
Copy Markdown
Author

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Preview URL Updated (UTC)
✅ Deployment successful!
View logs
ai-memory-mcp 764ffc7 Commit Preview URL

Branch Preview URL
Jun 16 2026, 05:40 PM

@cloudflare-workers-and-pages cloudflare-workers-and-pages Bot force-pushed the update_worker_name_to_ai-memory-mcp-dev branch 15 times, most recently from bea6053 to 75d8017 Compare June 15, 2026 19:09
Every Deploy CTA on the landing pointed straight at the GitHub README, which
is the biggest conversion leak. They now go to a /deploy page that presents
two honest paths: hosted (featured, recommended, visually dominant) and
self-host (free, full-featured, never crippled). Hosted's action is an email
waitlist, since billing is not live yet; it POSTs to /api/waitlist, an
unauthenticated write-only endpoint backed by a deduped waitlist D1 table,
with an honest success state and a no-JS native-form fallback. Self-host
keeps the Cloudflare one-click button plus an accurate CLI quickstart pulled
from the README. View on GitHub still points at the repo. Isolation suite
gains a case asserting the waitlist captures writes but exposes no read.
A brand-new brain landed in an empty grid with no guidance. When the brain
has zero memories the viewer now shows a guided panel: the brain's own MCP
endpoint with a copy button, real OAuth connection snippets (a verified
`claude mcp add --transport http` command plus the URL/transport/auth values
and a config block for Codex, Cursor, and custom clients), and a button that
writes a genuine first memory through the authenticated MCP path. Once a
memory exists the panel collapses to a dismissible hint and the normal viewer
shows. Client-side only, scoped to this brain; no auth or isolation changes.
@cloudflare-workers-and-pages cloudflare-workers-and-pages Bot force-pushed the update_worker_name_to_ai-memory-mcp-dev branch from 75d8017 to a72fd1f Compare June 15, 2026 22:35
The onboarding panel built the connection command inline. Move the command,
labels, and JSON config into one connect-snippets module so the upcoming docs
connect guide and the in-app onboarding draw from a single source and can never
show different instructions. Onboarding output is unchanged.
Docs in the nav pointed at the bare /endpoints reference, not a guide. Adds
/docs in the calm constellation theme with a sidebar over four sections:
quickstart (the real self-host steps plus the hosted waitlist), connect your
agent (the shared snippets, identical to onboarding, plus the REST shape), an
organized API reference of the routes that exist, and a plain-language
how-it-works covering importance/confidence/recency, the active/settling/
resting tiers, the relation graph, and the adversarially tested isolation. The
full per-endpoint reference stays at /endpoints and is linked from the sidebar.
Landing Docs and Read the docs CTAs now point at /docs.
@cloudflare-workers-and-pages cloudflare-workers-and-pages Bot force-pushed the update_worker_name_to_ai-memory-mcp-dev branch from a72fd1f to b76ed5d Compare June 15, 2026 22:59
Brings /view in line with the public constellation site: a calm, static
Constellation dark theme (same deep-space palette, Spectral/Inter/JetBrains
roles, blue accent) registered across all the required spots (themes,
client validThemes, the server VIEWER_THEME_NAMES whitelist, the bootstrap
resolver, and the picker swatch). It is the new default dark base, paired
with paper for day, so an unset brain gets constellation at night and paper
by day; explicitly saved preferences are untouched. No animation or canvas
in the app, just one faint static body wash like every other theme. The
theme picker, every existing theme, the mode toggle, and the custom builder
are unchanged.
@cloudflare-workers-and-pages cloudflare-workers-and-pages Bot force-pushed the update_worker_name_to_ai-memory-mcp-dev branch from b76ed5d to 8acb524 Compare June 15, 2026 23:23
The update banner had top margin but a 0 bottom value, so the content below
crammed against it. Add a matching bottom margin in both the desktop rule
(styles-components) and the mobile override (styles-overlays). CSS only; logic,
z-index, and the header-clearance intent are unchanged.
@cloudflare-workers-and-pages cloudflare-workers-and-pages Bot force-pushed the update_worker_name_to_ai-memory-mcp-dev branch from 8acb524 to bf223af Compare June 15, 2026 23:46
guirguispierre and others added 2 commits June 15, 2026 20:18
Replace the two-row header and controls strip with the control-center top
bar: wordmark, a Memories/Graph segmented mode switch, a centered command
search with a clickable command-K affordance, and right-side action icons
(refresh, settings, shortcuts, lock) plus a New memory button. The type
filters move to a chip row above the list. Add a small New memory composer
that writes through the existing memory_save MCP path.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Add a stat strip below the top bar with live counts pulled from real data:
total memories, active/settling/fading tiers in the tier colours, and total
links. Fold the 24h recall ribbon into the strip as a compact sparkline.
Add state-tier filter chips and a compact-density toggle to the filter row;
density persists through the existing viewer settings. Memory-state hues are
theme tokens (constellation sets the exact control-center palette) so they
adapt to every theme.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
guirguispierre and others added 3 commits June 15, 2026 20:27
Render the list as an aligned table — state | key | memory | type | links |
seen — under a column header, strongest first. The state cell pairs a glowing
state-coloured dot with a small vertical strength meter; comfortable density
shows a one-line snippet, compact drops it for more rows. Single-click selects
a row (highlight, and drives the rail); double-click opens the existing detail
overlay, so the expand path is preserved.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Add a right-column graph rail to the list home: a calm constellation of the
current brain's graph plus a card for the selected memory and its linked
memories, with an Expand affordance that opens the full graph view. The canvas
is deliberately conservative — DPR capped, the loop pauses when the tab is
hidden, when the rail is offscreen, or when the full graph is open, and
reduce-motion holds a static frame. Below 900px the rail collapses (reachable
via the Graph tab), the table drops the key and links columns, and the top bar
wraps so nothing overflows on a phone.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Constellation comfortable/compact/selected, settings overlay, login, and the
paper theme at 1280 and 390, produced by mockup/verify-view-home.mjs.
@cloudflare-workers-and-pages cloudflare-workers-and-pages Bot force-pushed the update_worker_name_to_ai-memory-mcp-dev branch from bf223af to ba63fc8 Compare June 16, 2026 03:42
Colour each graph node by its memory state (active/settling/fading) in the
Constellation tier palette and size it by strength, in both the full graph and
the home rail, so the graph reads like the living system the list shows. State
is derived from the dynamic importance/confidence the graph endpoint already
returns; isolated nodes stay visible and only weak inferred edges are pruned.
Factor the detail overlay into openMemoryDetail(m) and make expandById resolve a
memory from the filtered list or, failing that, the graph payload, so clicking a
graph node (or a linked memory outside the current filter) reliably opens its
detail and selects it. Tolerate the graph node's missing timestamps in the
detail meta.
Keep the existing hover highlight and make it persist for the selected node:
clicking a node or selecting a list row now keeps that node and its neighbors
lit while the rest stay dimmed. In the home rail, clicking a node selects its
row (or opens it if outside the current filter), and selecting a row focuses
its node, so the rail and list stay in step.
Add graph_3d through the same brain-scoped viewer-settings path as the other
preferences: the server sanitizer whitelists it (default false) and the client
defaults/normalizer carry it, so a user's 3D choice persists per brain without
touching other users or bypassing sanitizeViewerSettings.
Add the 3D graph module that injects the 3d-force-graph UMD bundle from
cdn.jsdelivr.net only the first time 3D is enabled, so the default app loads no
3D dependency and needs no build step. On CDN failure it falls back to 2D with
a message. The WebGL renderer and loop are torn down on exit, paused when the
tab is hidden, the pixel ratio is capped, and reduce-motion disables auto-rotate.
Add a 3D toggle to the full-screen graph toolbar (never the rail), off by
default. When on, the same real nodes/edges render in 3D with the same state
colours and strength sizing, clickable to open a memory and rotatable/zoomable;
relation/inferred filters update the 3D data in place. Leaving the graph view
returns to 2D and tears down the renderer.
2D graph state colours, hover-neighbor highlight, a node clicked open, and the
opt-in 3D mode (on + node clicked) at 1280 and 390, from verify-view-home.mjs.
@cloudflare-workers-and-pages cloudflare-workers-and-pages Bot force-pushed the update_worker_name_to_ai-memory-mcp-dev branch from ba63fc8 to 12c3d29 Compare June 16, 2026 16:33
The action icons render with fill:none/stroke, but the old settings glyph was a
fill-style path, so it read as a lumpy outline. Swap it for the standard
stroke cog so it matches the refresh, shortcuts, and lock icons.
@cloudflare-workers-and-pages cloudflare-workers-and-pages Bot force-pushed the update_worker_name_to_ai-memory-mcp-dev branch from 12c3d29 to 007bb37 Compare June 16, 2026 17:04
guirguispierre and others added 2 commits June 16, 2026 10:39
Drop the 1200px cap on the list+rail container so the feed and graph rail use
the available width on wide screens.
@cloudflare-workers-and-pages cloudflare-workers-and-pages Bot force-pushed the update_worker_name_to_ai-memory-mcp-dev branch from 007bb37 to 764ffc7 Compare June 16, 2026 17:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant