Skip to content

Commit 1e05983

Browse files
feat: region expansion (#1333)
* add user profile sub command with mock profiles * checkpoint * modify protos and add handlers * coorprate with real response * remove unused code * add profile in whoami * hi yifan * byebye ctrlc handler * hi chay (add profile_arn) * remove nonstreaming q client * add profile telemetry * add profile selector in dashboard * cleanup * revise whoami flag in login&profile command flow * add amazonq_profileState * finish up major tasks * fix lints --------- Co-authored-by: YIFAN LIU <[email protected]>
1 parent 3ab329f commit 1e05983

File tree

560 files changed

+954
-66978
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

560 files changed

+954
-66978
lines changed

Cargo.lock

+2-20
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ license = "MIT OR Apache-2.0"
2626
amzn-codewhisperer-client = { path = "crates/amzn-codewhisperer-client" }
2727
amzn-codewhisperer-streaming-client = { path = "crates/amzn-codewhisperer-streaming-client" }
2828
amzn-consolas-client = { path = "crates/amzn-consolas-client" }
29-
amzn-qdeveloper-client = { path = "crates/amzn-qdeveloper-client" }
3029
amzn-qdeveloper-streaming-client = { path = "crates/amzn-qdeveloper-streaming-client" }
3130
anstream = "0.6.13"
3231
anyhow = "1.0.98"

crates/amzn-qdeveloper-client/Cargo.toml

-89
This file was deleted.

crates/amzn-qdeveloper-client/LICENSE

-202
This file was deleted.

crates/amzn-qdeveloper-client/src/auth_plugin.rs

-36
This file was deleted.

0 commit comments

Comments
 (0)