File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -44,9 +44,21 @@ Key capabilities include:
44
44
## Futures
45
45
46
46
- Support for build systems other than Maven
47
+ - Better project selection. Presently, the agent is focused on Maven projects below the directory in which it is run.
47
48
- Enhanced language support. See ` SymbolSearch `
48
49
- Further effort to reduce token usage
49
50
- Integration with Spring repository to allow choice of project to work on
50
51
- Deep integration with GitHub to allow presentation of changes via PR
51
52
- Automated review of PRs
52
- - (possible) chat mode to allow interaction with agent during a process flow
53
+ - (possible) chat mode to allow interaction with agent during a process flow
54
+
55
+ ## Using this project
56
+
57
+ Run with the shell. The following commands are available. Note that some commands require a lengthy string to be
58
+ enclosed in double quotes.
59
+
60
+ - ` set-focus <project> ` : Focus on a project, e.g. ` focus embabel-agent ` . The string must match the last path segment of
61
+ the project name, e.g. ` embabel-agent-api ` .
62
+ - ` focus ` : Show the current focus project.
63
+ - ` x <description of code change operation> ` : Make a code changeE.g.
64
+ ` x "Add a section in README.md explaining the FooBar Kotlin class" ` .
You can’t perform that action at this time.
0 commit comments