Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jackwener/opencli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: dev-Flyblue/opencli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 9 files changed
  • 2 contributors

Commits on Mar 19, 2026

  1. feat: add Chaoxing (学习通) adapter — assignments & exams

    Add CLI commands to view Chaoxing assignments and exams by reusing Chrome login session via the Browser Bridge. Chaoxing has no flat API for listing assignments/exams. The adapter follows the browser flow: establish session → fetch course list via backclazzdata API → enter each course via stucoursemiddle redirect → click tab to capture iframe URL → navigate and parse DOM. Commands: opencli chaoxing assignments [--course <name>] [--status] [--limit] opencli chaoxing exams [--course <name>] [--status] [--limit] Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
    dev-Flyblue and claude committed Mar 19, 2026
    Configuration menu
    Copy the full SHA
    63e335e View commit details
    Browse the repository at this point in the history
  2. docs: add Chaoxing adapter to command tables and SKILL reference

    Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
    dev-Flyblue and claude committed Mar 19, 2026
    Configuration menu
    Copy the full SHA
    9d8f901 View commit details
    Browse the repository at this point in the history
Loading