Skip to content

feat(doubao): add history, detail, meeting-summary#566

Open
svcvit wants to merge 2 commits intojackwener:mainfrom
svcvit:main
Open

feat(doubao): add history, detail, meeting-summary#566
svcvit wants to merge 2 commits intojackwener:mainfrom
svcvit:main

Conversation

@svcvit
Copy link
Copy Markdown

@svcvit svcvit commented Mar 28, 2026

Description

Add 4 new commands to the doubao browser adapter for conversation history browsing and meeting minutes extraction:

  • history — List all conversation history from the sidebar
  • detail <id> — Read a specific conversation by ID, with automatic meeting card detection
  • meeting-summary <id> — Extract AI-generated summary, todos, and chapters from meeting minutes
  • meeting-transcript <id> — Read visible transcript or trigger browser download of the full transcript file

Type of Change

  • 🐛 Bug fix
  • ✨ New feature
  • 🌐 New site adapter
  • 📝 Documentation
  • ♻️ Refactor
  • 🔧 CI / build / tooling

Checklist

  • I ran the checks relevant to this PR
  • I updated tests or docs if needed
  • I included output or screenshots when useful

Documentation (if adding/modifying an adapter)

  • Added doc page under docs/adapters/ (if new adapter)
  • Updated docs/adapters/index.md table (if new adapter)
  • Updated sidebar in docs/.vitepress/config.mts (if new adapter)
  • Updated README.md / README.zh-CN.md when command discoverability changed
  • Used positional args for the command's primary subject unless a named flag is clearly better
  • Normalized expected adapter failures to CliError subclasses instead of raw Error

Screenshots / Output

Xnip2026-03-28_22-20-19
Xnip2026-03-28_22-19-19
Xnip2026-03-28_22-16-44

svcvit added 2 commits March 28, 2026 22:12
…ript commands

- history: list conversation history from sidebar
- detail: read a specific conversation by ID, with meeting card detection
- meeting-summary: extract summary and AI chapters from meeting minutes
- meeting-transcript: read or download meeting transcript via browser

Made-with: Cursor
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.

1 participant