Improved paste detection of code blocks

I miss the intelligent markdown code block detection that claude has. Here’s a very simple example where I have copied a small block of code from my editor: (sample truncated for brevity.

/// <summary>
/// Value is the number of Frequency units in a year.
/// </summary>
public enum Frequency : sbyte
{
    None = -1,
    W = 52,
    F = 26,
    FourWeekly = 13, // "4"
    M = 12,
    Y = 1,
    H = 2,
    Q = 4,
    S = 6,
    X,
}
#endregion

Claude one shots the paste with a code block.

Whereas t3chat just assumes it as normal text. (I sent the message then pasted again to show the message in the editor & after sending.

Please authenticate to join the conversation.

Upvoters
Status

Gathering Interest

Board
💡

Feature Request

Subscribe to post

Get notified by email when there are changes.