Skip to content

fix(jsonc): add trailing comma support#16

Merged
nexxeln merged 1 commit intosupermemoryai:mainfrom
assagman:main
Jan 5, 2026
Merged

fix(jsonc): add trailing comma support#16
nexxeln merged 1 commit intosupermemoryai:mainfrom
assagman:main

Conversation

@assagman
Copy link
Copy Markdown
Contributor

@assagman assagman commented Jan 3, 2026

jsonc files may or may not contain trailing comma.

Please see:

In the previous version, having trailing commas cause supermemory plugin to silently fail to load configuration. This changeset aims to add support to have trailing commas in supermemory.jsonc file, by extending regex to remove trailing comma.

Signed-off-by: assagman <ahmetsercansagman@gmail.com>
@assagman
Copy link
Copy Markdown
Contributor Author

assagman commented Jan 3, 2026

I've just realized that there is an another PR for this purpose: #14

However, this PR contains super minimal changeset.

@nexxeln nexxeln merged commit ea0ac61 into supermemoryai:main Jan 5, 2026
1 check 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.

2 participants