diff --git a/_data/sw_clients.yml b/_data/sw_clients.yml index 2f5bbfaf..32483ea2 100644 --- a/_data/sw_clients.yml +++ b/_data/sw_clients.yml @@ -780,6 +780,7 @@ #ref https://github.com/ObsidianIRC/ObsidianIRC/blob/609af22ee1c30087e8d9125951f749501398617d/src/store/index.ts#L1035-L1083 (Typing) #ref https://github.com/ObsidianIRC/ObsidianIRC/blob/609af22ee1c30087e8d9125951f749501398617d/src/lib/ircClient.ts#L450 (SASL) link: https://github.com/ObsidianIRC/ObsidianIRC + ai: true support: stable: account-notify: diff --git a/_data/validation/sw_list.types.yaml b/_data/validation/sw_list.types.yaml index 28f1067c..27ffebee 100644 --- a/_data/validation/sw_list.types.yaml +++ b/_data/validation/sw_list.types.yaml @@ -13,6 +13,9 @@ software: type: string link: type: string + ai: + type: boolean + required: false ircd-ver: type: string required: false diff --git a/_includes/support_list.html b/_includes/support_list.html index ba2e3bc7..229b52e7 100644 --- a/_includes/support_list.html +++ b/_includes/support_list.html @@ -70,8 +70,11 @@ {% if sw.note %}
{{ sw.note | markdownify }}
{% endif %} - {% if sw.os %} + {% if sw.os or sw.ai %}
+ {% if sw.ai %} + + {% endif %} {% for name in sw.os %} {% if site.data.os[name] %} diff --git a/css/partials/_swtable.scss b/css/partials/_swtable.scss index 5dc21add..094b403b 100644 --- a/css/partials/_swtable.scss +++ b/css/partials/_swtable.scss @@ -331,6 +331,9 @@ tr.popup-above .support .hover-popup > div:after { .os-support-linux { color: #222; } +.ai-assisted { + color: #bbb; +} @media only screen and (max-width: 500px) { .support-table {