fix chat char limit
This commit is contained in:
@@ -217,9 +217,7 @@ impl ClaudeSession {
|
|||||||
anyhow::bail!("claude returned empty response");
|
anyhow::bail!("claude returned empty response");
|
||||||
}
|
}
|
||||||
|
|
||||||
// Truncate to 300 graphemes (Bluesky limit)
|
Ok(response)
|
||||||
let truncated: String = response.chars().take(300).collect();
|
|
||||||
Ok(truncated)
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user