Skip to content
Open
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 .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"packages/limps": "3.4.0",
"packages/limps": "3.5.0",
"packages/limps-headless": "0.1.6"
}
7 changes: 7 additions & 0 deletions packages/limps/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [3.5.0](https://github.com/paulbreuler/limps/compare/limps-v3.4.0...limps-v3.5.0) (2026-02-17)


### Features

* Obsidian deep integration with auto-discover, graph viz, and server enhancements ([#142](https://github.com/paulbreuler/limps/issues/142)) ([b17c530](https://github.com/paulbreuler/limps/commit/b17c530580dc06f55f84d6a49fd6ed5f31e50aa9))

## [3.4.0](https://github.com/paulbreuler/limps/compare/limps-v3.3.1...limps-v3.4.0) (2026-02-11)


Expand Down
2 changes: 1 addition & 1 deletion packages/limps/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sudosandwich/limps",
"version": "3.4.0",
"version": "3.5.0",
"description": "Local Intelligent MCP Planning Server - AI agent plan management",
"mcpName": "io.github.paulbreuler/limps",
"type": "module",
Expand Down
4 changes: 2 additions & 2 deletions server.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
"url": "https://github.com/paulbreuler/limps",
"source": "github"
},
"version": "3.4.0",
"version": "3.5.0",
"packages": [
{
"registryType": "npm",
"identifier": "@sudosandwich/limps",
"version": "3.4.0",
"version": "3.5.0",
"transport": {
"type": "stdio"
}
Expand Down