Commit 6ba1416
authored
docs: fix local agent directory path in documentation (#2749)
* docs: fix local agent directory path
- Fix local agent path from .aws/amazonq/cli-agents/ to .amazonq/cli-agents/
- Global paths (~/.aws/amazonq/cli-agents/) remain correct
- Aligns documentation with source code implementation
* fix: correct workspace agent path in /agent help message
The help message for the /agent command incorrectly showed the workspace
agent path as 'cwd/.aws/amazonq/cli-agents' when it should be
'cwd/.amazonq/cli-agents' (without the .aws directory).
This fix aligns the help text with the actual WORKSPACE_AGENT_DIR_RELATIVE
constant defined in directories.rs.1 parent d9c34dc commit 6ba1416
File tree
3 files changed
+3
-3
lines changed- crates/chat-cli/src/cli/chat/cli
- docs
3 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | | - | |
| 99 | + | |
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
| |||
0 commit comments