Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Stop copying notes into every chatbot. **Agentage Sync** makes your [Obsidian](h

### Community plugins (recommended)

*Coming soon - pending Obsidian review.* Once listed: **Settings → Community plugins → Browse**, search **Agentage Sync**, then **Install** and **Enable**.
Once it is listed in the directory: **Settings → Community plugins → Browse**, search **Agentage Sync**, then **Install** and **Enable**.

### BRAT (beta)

Expand Down
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"id": "agentage-memory",
"name": "Agentage Sync",
"version": "0.2.2",
"version": "0.2.3",
"minAppVersion": "1.11.4",
"description": "Let Claude, ChatGPT, Cursor, and any MCP client read and write your Obsidian vault. Two-way Git sync to a private memory, safe merges with flagged conflicts, plain Markdown you own. Up to 100 MB included.",
"description": "Let Claude, ChatGPT, Cursor, and any MCP client read and write your vault. Two-way Git sync to a private memory, safe merges with flagged conflicts, plain Markdown you own. Up to 100 MB included.",
"author": "agentage",
"authorUrl": "https://agentage.io",
"helpUrl": "https://agentage.io/connect",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-sync",
"version": "0.2.2",
"version": "0.2.3",
"description": "Sync your vault to a private memory that any AI reads and writes over MCP: Claude, ChatGPT, Cursor, and any MCP client share the same Markdown you own.",
"private": true,
"type": "module",
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@
"0.1.6": "1.11.4",
"0.2.0": "1.11.4",
"0.2.1": "1.11.4",
"0.2.2": "1.11.4"
"0.2.2": "1.11.4",
"0.2.3": "1.11.4"
}