We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a9ce60c + 6874f6b commit a13c69cCopy full SHA for a13c69c
1 file changed
src/agent/session.rs
@@ -330,6 +330,14 @@ impl ChatSession {
330
// Print the gradient ASCII logo
331
Self::print_logo();
332
333
+ // Platform promo
334
+ println!(
335
+ " {} {}",
336
+ "🚀".dimmed(),
337
+ "Want to deploy? Deploy instantly from Syncable Platform → https://syncable.dev".dimmed()
338
+ );
339
+ println!();
340
+
341
// Print agent info
342
println!(
343
" {} {} powered by {}: {}",
0 commit comments