Skip to content

Conversation

@MaheshtheDev
Copy link
Member

No description provided.

@MaheshtheDev MaheshtheDev marked this pull request as ready for review January 23, 2026 02:51
@graphite-app graphite-app bot requested a review from Dhravya January 23, 2026 02:51
Copy link
Member Author

MaheshtheDev commented Jan 23, 2026


How to use the Graphite Merge Queue

Add the label Main to this PR to add it to the merge queue.

You must have a Graphite account in order to use the merge queue. Sign up using this link.

An organization admin has enabled the Graphite Merge Queue in this repository.

Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue.

This stack of pull requests is managed by Graphite. Learn more about stacking.

@claude
Copy link

claude bot commented Jan 23, 2026

Code review

No issues found. Checked for bugs and CLAUDE.md compliance.

1 similar comment
@claude
Copy link

claude bot commented Jan 23, 2026

Code review

No issues found. Checked for bugs and CLAUDE.md compliance.

@cloudflare-workers-and-pages
Copy link

Deploying with  Cloudflare Workers  Cloudflare Workers

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

Status Name Latest Commit Updated (UTC)
🔵 In progress
View logs
supermemory-mcp 64353a1 Jan 23 2026, 04:58 PM

@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Jan 23, 2026

Deploying with  Cloudflare Workers  Cloudflare Workers

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

Status Name Latest Commit Updated (UTC)
❌ Deployment failed
View logs
supermemory-app ebd083a Jan 23 2026, 10:26 PM

Comment on lines +442 to +459
const uiMessages = data.messages.map(
(m: {
id: string
role: string
parts: unknown
createdAt: string
}) => ({
id: m.id,
role: m.role,
parts: m.parts || [],
createdAt: new Date(m.createdAt),

This comment was marked as outdated.

Dhravya
Dhravya previously approved these changes Jan 23, 2026
@graphite-app graphite-app bot changed the base branch from 01-22-feat_full_screen_note_space_highlights_suggestions to graphite-base/698 January 23, 2026 22:17
@graphite-app
Copy link

graphite-app bot commented Jan 23, 2026

Merge activity

@graphite-app graphite-app bot changed the base branch from graphite-base/698 to main January 23, 2026 22:20
@graphite-app graphite-app bot dismissed Dhravya’s stale review January 23, 2026 22:20

The base branch was changed.

@graphite-app graphite-app bot force-pushed the 01-22-feat_chat_history_and_fetching_previous_chats_to_chat_pane branch from 64353a1 to ebd083a Compare January 23, 2026 22:20
@graphite-app graphite-app bot merged commit ebd083a into main Jan 23, 2026
3 of 5 checks passed
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.

3 participants