fix(home): send starter cards instead of filling the composer
Clicking today's reading or a topic card should open a consultation and wait for the model, not leave the question in the input box. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -11,7 +11,7 @@ def test_daily_starlanguage_entrypoint_is_productized() -> None:
|
||||
assert "今日星语" in source
|
||||
assert "fetchDailyStarlanguage" in source
|
||||
assert "daily-starlanguage-card" in source
|
||||
assert "draftDailyStarlanguageQuestion" in source
|
||||
assert "startDailyStarlanguageConsultation" in source
|
||||
assert "从今日问起" in source
|
||||
assert "今天的星语还没写出来。" in source
|
||||
assert "buildDailyStarlanguageCard" not in source
|
||||
|
||||
Reference in New Issue
Block a user