Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
3 changes: 1 addition & 2 deletions packages/dashboard-app/src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,7 @@
}

.gradient-q-secondary-dark {
background:
radial-gradient(
background: radial-gradient(
122.5% 122.5% at 0% 0%,
#000000 0%,
rgba(0, 0, 0, 0) 100%
Expand Down
2 changes: 1 addition & 1 deletion packages/dashboard-app/src/lib/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const TELEMETRY_WIKI_URL =
"https://docs.aws.amazon.com/amazonq/latest/qdeveloper-ug/opt-out-IDE.html";
export const Q_MIGRATION_URL =
"https://docs.aws.amazon.com/codewhisperer/latest/userguide/whisper-legacy.html";
export const KIRO_CLI_URL = "https://kiro.dev/cli";
export const KIRO_CLI_URL = "https://kiro.dev/cli/upgrade";

export const AMZN_START_URL = "https://amzn.awsapps.com/start";

Expand Down
9 changes: 5 additions & 4 deletions packages/dashboard-app/src/pages/onboarding.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,11 @@ export default function Page() {
Amazon Q Developer CLI users can now upgrade to the Kiro CLI
</h1>
<p className="text-sm leading-tight">
The Kiro CLI leverages the agentic features of Q CLI and can be
used with your existing Q Developer subscription. If you have auto
updates enabled for the Q CLI, unless you disable that setting, Q
CLI will auto update to Kiro CLI on 11/24{" "}
Your existing Q Developer CLI workflows and subscription continue
to work without any changes. You can update to Kiro CLI manually
with{" "}
<code style={{ color: "var(--q-banner-link)" }}>q update</code>{" "}
today, or wait for the auto-update on 11/24 to apply the change.{" "}
<Link
href={KIRO_CLI_URL}
className="font-medium no-underline"
Expand Down
Loading