Commit 97773f1
Qv2 merge from main (#3355)
* Revert "feat: Updates models to match latest, including endpoint resolver (#3262)" (#3288)
This reverts commit 884b27f.
* chore: bump version to 1.19.2
* fix: racing condition on conduit when printing (#3308)
* chore: version bump to 1.19.3 (#3310)
* refactor: migrate from directories to hierarchical paths module (#3309)
- Replace directories module with new paths module using PathResolver pattern
- Add workspace and global path scopes with clear separation of concerns
- Implement static path methods to avoid circular dependencies in Database/Settings
- Centralize all path constants and patterns in dedicated modules
This refactoring improves path management consistency and provides a cleaner,
more maintainable architecture for handling file system paths throughout
the application.
* Add auth login failure telemetry for cli (#3317)
* add auth login failure telemetry
* fix: expand ~ in prompt file:// URIs (#3301)
* Refactor /Usage into smaller modules (#3324)
Co-authored-by: Akhilesh Bontala <[email protected]>
* feat: add agent crate (#3150)
* refactor: centralize environment variable access (#3315)
* Shim layer for env variable access
* feat: warn when duplicate agents are found during load (#3335)
* Upgrade delegate with better UX for notifications and change the file dependence. (#3337)
* chore: move RTS code from agent crate to chat-cli (#3340)
* fix: block dangerous patterns for tool calls (#3313)
* first commit
* disallowed dangerous patterns as a first priority for executing tools
* recovered hooks help
* got rid of removeme
* got rid of space
* refactored requires_acceptance to ensure correct ordering of safeguards and allowed commands
* formatted for cargo again
* chore: remove duplicate and unused API code from the agent crate (#3342)
* Revert "feat: rebrand paths from .aws/amazonq/ and .amazonq/ to .kiro-cli/"
This reverts commit 44dad82.
* Revert "feat: rebrand environment variables from Q_/AMAZON_Q_ to KIRO_"
This reverts commit 49cbe8e.
---------
Co-authored-by: Brandon Kiser <[email protected]>
Co-authored-by: Brandon Kiser <[email protected]>
Co-authored-by: Felix Ding <[email protected]>
Co-authored-by: abhraina-aws <[email protected]>
Co-authored-by: Jonathan Little <[email protected]>
Co-authored-by: Akhilesh Bontala <[email protected]>
Co-authored-by: Akhilesh Bontala <[email protected]>
Co-authored-by: ekang7 <[email protected]>1 parent 3abca54 commit 97773f1
File tree
125 files changed
+16302
-1480
lines changed- .github/workflows
- crates
- agent
- src
- agent
- agent_config
- agent_loop
- mcp
- task_executor
- tools
- util
- cli
- tests
- common
- mock_responses
- chat-cli-ui/src
- chat-cli
- src
- agent
- rts
- api_client
- auth
- cli
- agent
- legacy
- chat
- cli
- usage
- tools
- execute
- util
- database
- mcp_client
- os
- fs
- telemetry
- theme
- util
- system_info
- docs
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
125 files changed
+16302
-1480
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
97 | 97 | | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| 52 | + | |
0 commit comments