Skip to content

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

Merged
jackwener merged 4 commits intojackwener:mainfrom
svcvit:main
Mar 29, 2026
Merged

feat(doubao): add history, detail, meeting-summary#566
jackwener merged 4 commits intojackwener:mainfrom
svcvit:main

Conversation

@svcvit
Copy link
Copy Markdown
Contributor

@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 and others added 4 commits March 29, 2026 22:35
…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
@jackwener jackwener merged commit ab7eca3 into jackwener:main Mar 29, 2026
@jackwener
Copy link
Copy Markdown
Owner

Thanks for the contribution. I reviewed it end-to-end, fixed the meeting-only detail handling, transcript snapshot merge, and tightened the conversation-id command model before merging. All targeted tests, typecheck, and build passed on the rebased branch.

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.

2 participants