Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
b6e73c2
feat: Support Qv2 CLI social login in dashboard (#834)
evanliu048 Oct 27, 2025
82c93f3
Update build-scripts and binary names to Kiro-Cli
kkashilk Oct 27, 2025
5848fbd
Fix typos and clippy errors
kkashilk Oct 27, 2025
a77bc8b
add endpoint override (#848)
evanliu048 Oct 27, 2025
c0f0e19
Fixes to successfully create binary
kkashilk Oct 29, 2025
71b889c
fix redirect (#860)
evanliu048 Oct 29, 2025
373c6ff
fix: Restrict profile command to idc users only (#858)
evanliu048 Oct 29, 2025
0ceb766
Fix install script for linux
kkashilk Oct 30, 2025
929323a
fix(auth): prevent fallback to device code flow when unified login fa…
evanliu048 Oct 30, 2025
a432055
Temporarily revert old-binary names
kkashilk Oct 30, 2025
7d25117
remove legacy chat_cli crate
kkashilk Oct 31, 2025
9229334
updates brand and icons
zixlin7 Oct 31, 2025
dbe6396
fix install script input method
kkashilk Oct 31, 2025
e9c4d3d
Merge pull request #885 from aws/zoelin/ux
zixlin7 Oct 31, 2025
abf8416
feat: add interactive login prompt for unauthenticated chat command (…
evanliu048 Oct 31, 2025
2675432
update app name (#888)
zixlin7 Oct 31, 2025
82a46ae
not show dashabord (#889)
evanliu048 Oct 31, 2025
e83ea3d
Update install script
kkashilk Oct 31, 2025
d6315e7
actually update app icons (#890)
zixlin7 Nov 3, 2025
97f5b91
Add a flag and write a wrapper script to redirect all old q calls to …
abhraina-aws Nov 3, 2025
003aa58
update onboarding banner and volume icon (#899)
zixlin7 Nov 3, 2025
0752aa1
bump up version
kkashilk Nov 3, 2025
65c3bb1
Revert "Add a flag and write a wrapper script to redirect all old q c…
kkashilk Nov 3, 2025
74a746f
fix for app name (#900)
zixlin7 Nov 3, 2025
07dff2d
Fix install script to start app in bg
kkashilk Nov 3, 2025
287c11c
Add a flag and write a wrapper script to redirect all old q calls to …
abhraina-aws Nov 3, 2025
5c6274a
delete token from db (#902)
evanliu048 Nov 4, 2025
a51a51e
small fixes (#906)
zixlin7 Nov 4, 2025
95cd642
Merge branch qv2 into qv2-merge
kkashilk Nov 4, 2025
01d61c6
Moved the wrapper creation logic to the installation function of kiro…
abhraina-aws Nov 4, 2025
9929156
Merge branch 'qv2' into qv2-merge
kkashilk Nov 4, 2025
174fe72
redirecting qchat binary also. Also added a better warning message
abhraina-aws Nov 4, 2025
9a29664
added warn into the allowed items.
abhraina-aws Nov 4, 2025
b364a2f
Merge branch 'qv2' into qv2-merge
kkashilk Nov 4, 2025
21c96f2
Fix merge conflict issues
kkashilk Nov 4, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
78 changes: 39 additions & 39 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,46 +90,46 @@ jobs:
- name: Run tests
run: cargo test --locked --workspace --lib --bins --test '*' --exclude fig_desktop-fuzz

cargo-clippy-windows:
name: Clippy Windows
runs-on: windows-latest
timeout-minutes: 60
steps:
- uses: actions/checkout@v4
- uses: dtolnay/[email protected]
id: toolchain
with:
components: clippy
- uses: actions/cache@v4
with:
path: |
~/.cargo/registry/index/
~/.cargo/registry/cache/
~/.cargo/git/db/
target/
key: cargo-clippy-windows-${{ hashFiles('**/Cargo.lock') }}-${{ steps.toolchain.outputs.cachekey }}
- run: cargo clippy --locked -p q_cli --color always -- -D warnings
# cargo-clippy-windows:
# name: Clippy Windows
# runs-on: windows-latest
# timeout-minutes: 60
# steps:
# - uses: actions/checkout@v4
# - uses: dtolnay/[email protected]
# id: toolchain
# with:
# components: clippy
# - uses: actions/cache@v4
# with:
# path: |
# ~/.cargo/registry/index/
# ~/.cargo/registry/cache/
# ~/.cargo/git/db/
# target/
# key: cargo-clippy-windows-${{ hashFiles('**/Cargo.lock') }}-${{ steps.toolchain.outputs.cachekey }}
# - run: cargo clippy --locked -p q_cli --color always -- -D warnings

cargo-test-windows:
name: Test Windows
runs-on: windows-latest
timeout-minutes: 60
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@nightly
id: toolchain
with:
components: llvm-tools-preview
- uses: actions/cache@v4
with:
path: |
~/.cargo/registry/index/
~/.cargo/registry/cache/
~/.cargo/git/db/
target/
key: cargo-test-windows-${{ hashFiles('**/Cargo.lock') }}-${{ steps.toolchain.outputs.cachekey }}
- name: Run tests
run: cargo test --locked -p q_cli
# cargo-test-windows:
# name: Test Windows
# runs-on: windows-latest
# timeout-minutes: 60
# steps:
# - uses: actions/checkout@v4
# - uses: dtolnay/rust-toolchain@nightly
# id: toolchain
# with:
# components: llvm-tools-preview
# - uses: actions/cache@v4
# with:
# path: |
# ~/.cargo/registry/index/
# ~/.cargo/registry/cache/
# ~/.cargo/git/db/
# target/
# key: cargo-test-windows-${{ hashFiles('**/Cargo.lock') }}-${{ steps.toolchain.outputs.cachekey }}
# - name: Run tests
# run: cargo test --locked -p q_cli

cargo-fmt:
name: Fmt
Expand Down
14 changes: 14 additions & 0 deletions .typos.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
[files]
extend-exclude = [
"*.png",
"*.jpg",
"*.jpeg",
"*.gif",
"*.ico",
"*.icns",
"*.svg",
"*.woff",
"*.woff2",
"*.ttf",
"*.eot",
"crates/fig_desktop/icons/**"
]

[default.extend-words]
mmaped = "mmaped"
Expand Down
Loading
Loading