Skip to content

feat: add uisdc and aibase news adapters (closes #1201)#1249

Merged
jackwener merged 3 commits intojackwener:mainfrom
SnakeEye-sudo:main
May 5, 2026
Merged

feat: add uisdc and aibase news adapters (closes #1201)#1249
jackwener merged 3 commits intojackwener:mainfrom
SnakeEye-sudo:main

Conversation

@SnakeEye-sudo
Copy link
Copy Markdown
Contributor

Description

Adds two new site adapters for AI/design news aggregation, as requested in #1201.

Changes

  • clis/uisdc/news.js — Adapter for 优设读报 (uisdc.com/news), fetches latest AI/design industry news with rank, title, summary fields
  • clis/aibase/news.js — Adapter for AIbase 日报 (aibase.com/zh/daily), fetches daily AI industry news with rank, title, url fields

Usage

opencli uisdc news
opencli uisdc news --limit 10

opencli aibase news
opencli aibase news --limit 5

Related Issue

Closes #1201

SnakeEye-sudo and others added 3 commits May 6, 2026 02:04
Implements a CLI adapter for fetching the latest AI/design news from uisdc.com. Allows specifying the number of news items to return.
This file implements a news adapter for AIbase that fetches the latest AI industry news and allows for configurable limits on the number of news items returned.
@jackwener jackwener merged commit 9c9c8f9 into jackwener:main May 5, 2026
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

two new site adapters for AI/design news

2 participants