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
7 changes: 5 additions & 2 deletions .claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
{
"_comment": "Claude Code manifest",
"name": "flutter-slipstream",
"version": "1.5.0",
"version": "1.6.0",
"description": "Live Flutter app introspection for coding agents: screenshots, widget-tree inspection, tap/type/scroll, and error capture. Dart package API summarization for agents.",
"repository": "https://github.com/devoncarew/flutter-slipstream",
"license": "BSD-3-Clause",
"keywords": ["dart", "flutter"],
"keywords": [
"dart",
"flutter"
],
"mcpServers": {
"packages": {
"command": "dart run ${CLAUDE_PLUGIN_ROOT}/bin/packages_mcp.dart",
Expand Down
7 changes: 5 additions & 2 deletions .cursor-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
{
"_comment": "Cursor manifest",
"name": "flutter-slipstream",
"version": "1.5.0",
"version": "1.6.0",
"description": "Live Flutter app introspection for coding agents: screenshots, widget-tree inspection, tap/type/scroll, and error capture. Dart package API summarization for agents.",
"repository": "https://github.com/devoncarew/flutter-slipstream",
"license": "BSD-3-Clause",
"keywords": ["dart", "flutter"],
"keywords": [
"dart",
"flutter"
],
"mcpServers": {
"packages": {
"command": "dart run ${CURSOR_PLUGIN_ROOT}/bin/packages_mcp.dart"
Expand Down
17 changes: 13 additions & 4 deletions .github/plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,30 @@
{
"_comment": "GitHub Copilot manifest",
"name": "flutter-slipstream",
"version": "1.5.0",
"version": "1.6.0",
"description": "Live Flutter app introspection for coding agents: screenshots, widget-tree inspection, tap/type/scroll, and error capture. Dart package API summarization for agents.",
"repository": "https://github.com/devoncarew/flutter-slipstream",
"license": "BSD-3-Clause",
"keywords": ["dart", "flutter"],
"keywords": [
"dart",
"flutter"
],
"mcpServers": {
"packages": {
"type": "local",
"command": "dart",
"args": ["run", "${PLUGIN_ROOT}/bin/packages_mcp.dart"]
"args": [
"run",
"${PLUGIN_ROOT}/bin/packages_mcp.dart"
]
},
"inspector": {
"type": "local",
"command": "dart",
"args": ["run", "${PLUGIN_ROOT}/bin/inspector_mcp.dart"]
"args": [
"run",
"${PLUGIN_ROOT}/bin/inspector_mcp.dart"
]
}
}
}
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## 1.6.0-wip
## 1.6.0

- Added initial support for Cursor (not yet in cursor.com/marketplace /
- Added support for Cursor (note: not yet in cursor.com/marketplace /
cursor.directory).
- Replaced the per-agent package validation hooks with a single `add-package`
skill. The skill fires when an agent is about to add a Dart or Flutter package
Expand Down
7 changes: 5 additions & 2 deletions gemini-extension.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
{
"_comment": "Gemini CLI manifest",
"name": "flutter-slipstream",
"version": "1.5.0",
"version": "1.6.0",
"description": "Live Flutter app introspection for coding agents: screenshots, widget-tree inspection, tap/type/scroll, and error capture. Dart package API summarization for agents.",
"repository": "https://github.com/devoncarew/flutter-slipstream",
"license": "BSD-3-Clause",
"keywords": ["dart", "flutter"],
"keywords": [
"dart",
"flutter"
],
"mcpServers": {
"packages": {
"command": "dart run ${extensionPath}/bin/packages_mcp.dart",
Expand Down