Skip to content

Commit 1f3937a

Browse files
committed
Improve README
1 parent f9c3183 commit 1f3937a

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,21 @@ Key capabilities include:
4444
## Futures
4545

4646
- 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.
4748
- Enhanced language support. See `SymbolSearch`
4849
- Further effort to reduce token usage
4950
- Integration with Spring repository to allow choice of project to work on
5051
- Deep integration with GitHub to allow presentation of changes via PR
5152
- 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"`.

0 commit comments

Comments
 (0)