Skip to content
View sudoingX's full-sized avatar

Block or report sudoingX

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Patched Jinja template for Qwen 3.5 ... Patched Jinja template for Qwen 3.5 27B - fixes developer role crash + preserves thinking mode (thinking = 1). Drop-in replacement for agent tools (OpenCode, Claude Code, Continue, Cursor, Aider). Without this patch, --chat-template chatml silently kills thinking mode.
    1
    {%- set image_count = namespace(value=0) %}
    2
    {%- set video_count = namespace(value=0) %}
    3
    {%- macro render_content(content, do_vision_count, is_system_content=false) %}
    4
        {%- if content is string %}
    5
            {{- content }}
  2. hermes-agent hermes-agent Public

    Forked from NousResearch/hermes-agent

    The agent that grows with you

    Python 1