Skip to content

Commit a13c69c

Browse files
authored
Merge pull request #195 from syncable-dev/develop
Develop
2 parents a9ce60c + 6874f6b commit a13c69c

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

src/agent/session.rs

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -330,6 +330,14 @@ impl ChatSession {
330330
// Print the gradient ASCII logo
331331
Self::print_logo();
332332

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+
333341
// Print agent info
334342
println!(
335343
" {} {} powered by {}: {}",

0 commit comments

Comments
 (0)