Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Document mode#113

Merged
OrbFrontend merged 21 commits into
mainfrom
document-mode
Jul 9, 2026
Merged

Document mode#113
OrbFrontend merged 21 commits into
mainfrom
document-mode

Conversation

@OrbFrontend

@OrbFrontend OrbFrontend commented Jul 8, 2026

Copy link
Copy Markdown
Owner

This is an entirely different mode than the RP chat mode. One plain document page.

Three operation modes for document pad:

  1. Raw like mikupad using text-completion
  2. Assisted (convert convoluted chat templates into simple ### SYSTEM, ### USER, ### ASSISTANT), text-completion too
  3. Chat-completion fallback using OpenAI-compatible API

Continue from cursor, auto-save, no need to worry about BOS/EOS. Need to handle thinking special tokens.

Database only contains a minimal documents table.

Preview screenshot:

image

@OrbFrontend OrbFrontend linked an issue Jul 8, 2026 that may be closed by this pull request
@OrbFrontend OrbFrontend merged commit 0c66257 into main Jul 9, 2026
9 checks passed
@OrbFrontend OrbFrontend deleted the document-mode branch July 9, 2026 18:53
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.

feat: Document Mode

1 participant