|
1 | 1 | # 0.1.1 (Dart SDK 3.10.0) - WIP |
2 | 2 |
|
3 | | -* Change tools that accept multiple roots to not return immediately on the first |
| 3 | +- Change tools that accept multiple roots to not return immediately on the first |
4 | 4 | failure. |
5 | | -* Add failure reason field to analytics events so we can know why tool calls are |
| 5 | +- Add failure reason field to analytics events so we can know why tool calls are |
6 | 6 | failing. |
7 | | -* Add a flutter_driver command for executing flutter driver commands on a device. |
8 | | -* Allow for multiple package arguments to `pub add` and `pub remove`. |
9 | | -* Require dart_mcp version 0.3.1. |
10 | | -* Add support for the flutter_driver screenshot command. |
11 | | -* Change the widget tree to the full version instead of the summary. The summary |
| 7 | +- Add a flutter_driver command for executing flutter driver commands on a device. |
| 8 | +- Allow for multiple package arguments to `pub add` and `pub remove`. |
| 9 | +- Require dart_mcp version 0.3.1. |
| 10 | +- Add support for the flutter_driver screenshot command. |
| 11 | +- Change the widget tree to the full version instead of the summary. The summary |
12 | 12 | tends to hide nested text widgets which makes it difficult to find widgets |
13 | 13 | based on their text values. |
14 | | -* Add an `--exclude-tool` command line flag to exclude tools by name. |
15 | | -* Add the abillity to limit the output of `analyze_files` to a set of paths. |
16 | | -* Stop reporting non-zero exit codes from command line tools as tool errors. |
17 | | -* Add descriptions for pub tools, add support for `pub deps` and `pub outdated`. |
18 | | -* Fix a bug in hot_reload ([#290](https://github.com/dart-lang/ai/issues/290)). |
19 | | -* Add the `list_devices`, `launch_app`, `get_app_logs`, and `list_running_apps` |
| 14 | +- Add an `--exclude-tool` command line flag to exclude tools by name. |
| 15 | +- Add the abillity to limit the output of `analyze_files` to a set of paths. |
| 16 | +- Stop reporting non-zero exit codes from command line tools as tool errors. |
| 17 | +- Add descriptions for pub tools, add support for `pub deps` and `pub outdated`. |
| 18 | +- Fix a bug in hot_reload ([#290](https://github.com/dart-lang/ai/issues/290)). |
| 19 | +- Add the `list_devices`, `launch_app`, `get_app_logs`, and `list_running_apps` |
20 | 20 | tools for running Flutter apps. |
21 | | -* Add the `hot_restart` tool for restarting running Flutter apps. |
22 | | -* Add extra log output to failed launches, and allow AI to specify the maxLines |
| 21 | +- Add the `hot_restart` tool for restarting running Flutter apps. |
| 22 | +- Add extra log output to failed launches, and allow AI to specify the maxLines |
23 | 23 | of log output. |
| 24 | +- Convert `launch_app` to use `--machine` output to capture the DTD URI. |
24 | 25 |
|
25 | 26 | # 0.1.0 (Dart SDK 3.9.0) |
26 | 27 |
|
27 | | -* Add documentation/homepage/repository links to pub results. |
28 | | -* Handle relative paths under roots without trailing slashes. |
29 | | -* Fix executable paths for dart/flutter on windows. |
30 | | -* Pass the provided root instead of the resolved root for project type detection. |
31 | | -* Be more flexible about roots by comparing canonicalized paths. |
32 | | -* Create the working dir if it doesn't exist. |
33 | | -* Add the --platform and --empty arguments to the flutter create tool. |
34 | | -* Invoke dart/flutter in a more robust way. |
35 | | -* Remove qualifiedNames from the pub dev api search. |
36 | | -* Flutter/Dart create tool. |
37 | | -* Limit the tokens returned by the runtime errors tool/resource. |
38 | | -* Add RootsFallbackSupport mixin. |
39 | | -* Fix error handling around stream listeners. |
40 | | -* Add a 'pub-dev-search' mcp tool. |
41 | | -* Drop pubspec-parse, use yaml instead. |
42 | | -* Handle failing to listen to vm service streams during startup. |
43 | | -* Add tool for enabling/disabling the widget selector. |
44 | | -* Add a tool to get the active cursor location. |
45 | | -* Add hover tool support. |
46 | | -* Add a test command and project detection. |
47 | | -* Add signature_help tool. |
48 | | -* Add runtime errors resource and tool to clear errors. |
49 | | -* Require roots for all CLI tools. |
50 | | -* Require roots to be set for analyzer tools. |
51 | | -* Add debug logs for when DTD sees Editor.getDebugSessions get registered. |
52 | | -* Add tool annotations to tools. |
53 | | -* Implement a tool to resolve workspace symbols based on a query. |
54 | | -* Add a dart pub tool. |
55 | | -* Update analyze tool to use LSP, simplify tool. |
56 | | -* Add tool for getting the selected widget. |
57 | | -* Handle missing roots capability better. |
58 | | -* Add `get_widget_tree` tool. |
59 | | -* Add a tool for getting runtime errors. |
60 | | -* Add Dart CLI tool support. |
61 | | -* Add a hot reload tool. |
62 | | -* Add basic analysis support. |
63 | | -* Add the beginnings of a Dart tooling MCP server. |
64 | | -* Instruct clients to prefer MCP tools over running tools in the shell. |
65 | | -* Reduce output size of `run_tests` tool to save on input tokens. |
66 | | -* Add `--log-file` argument to log all protocol traffic to a file. |
67 | | -* Improve error text for failed DTD connections as well as the tool description. |
68 | | -* Add support for injecting an `Analytics` instance to track usage. |
69 | | -* Listen to the new DTD `ConnectedApp` service instead of the `Editor.DebugSessions` |
| 28 | +- Add documentation/homepage/repository links to pub results. |
| 29 | +- Handle relative paths under roots without trailing slashes. |
| 30 | +- Fix executable paths for dart/flutter on windows. |
| 31 | +- Pass the provided root instead of the resolved root for project type detection. |
| 32 | +- Be more flexible about roots by comparing canonicalized paths. |
| 33 | +- Create the working dir if it doesn't exist. |
| 34 | +- Add the --platform and --empty arguments to the flutter create tool. |
| 35 | +- Invoke dart/flutter in a more robust way. |
| 36 | +- Remove qualifiedNames from the pub dev api search. |
| 37 | +- Flutter/Dart create tool. |
| 38 | +- Limit the tokens returned by the runtime errors tool/resource. |
| 39 | +- Add RootsFallbackSupport mixin. |
| 40 | +- Fix error handling around stream listeners. |
| 41 | +- Add a 'pub-dev-search' mcp tool. |
| 42 | +- Drop pubspec-parse, use yaml instead. |
| 43 | +- Handle failing to listen to vm service streams during startup. |
| 44 | +- Add tool for enabling/disabling the widget selector. |
| 45 | +- Add a tool to get the active cursor location. |
| 46 | +- Add hover tool support. |
| 47 | +- Add a test command and project detection. |
| 48 | +- Add signature_help tool. |
| 49 | +- Add runtime errors resource and tool to clear errors. |
| 50 | +- Require roots for all CLI tools. |
| 51 | +- Require roots to be set for analyzer tools. |
| 52 | +- Add debug logs for when DTD sees Editor.getDebugSessions get registered. |
| 53 | +- Add tool annotations to tools. |
| 54 | +- Implement a tool to resolve workspace symbols based on a query. |
| 55 | +- Add a dart pub tool. |
| 56 | +- Update analyze tool to use LSP, simplify tool. |
| 57 | +- Add tool for getting the selected widget. |
| 58 | +- Handle missing roots capability better. |
| 59 | +- Add `get_widget_tree` tool. |
| 60 | +- Add a tool for getting runtime errors. |
| 61 | +- Add Dart CLI tool support. |
| 62 | +- Add a hot reload tool. |
| 63 | +- Add basic analysis support. |
| 64 | +- Add the beginnings of a Dart tooling MCP server. |
| 65 | +- Instruct clients to prefer MCP tools over running tools in the shell. |
| 66 | +- Reduce output size of `run_tests` tool to save on input tokens. |
| 67 | +- Add `--log-file` argument to log all protocol traffic to a file. |
| 68 | +- Improve error text for failed DTD connections as well as the tool description. |
| 69 | +- Add support for injecting an `Analytics` instance to track usage. |
| 70 | +- Listen to the new DTD `ConnectedApp` service instead of the `Editor.DebugSessions` |
70 | 71 | service, when available. |
71 | | -* Screenshot tool disabled until |
| 72 | +- Screenshot tool disabled until |
72 | 73 | https://github.com/flutter/flutter/issues/170357 is resolved. |
73 | | -* Add `arg_parser.dart` public library with minimal deps to be used by the dart tool. |
| 74 | +- Add `arg_parser.dart` public library with minimal deps to be used by the dart tool. |
0 commit comments