Skip to content

Releases: j-raghavan/sn-copilot

v1.0.5

Choose a tag to compare

@github-actions github-actions released this 28 Aug 17:40

What's Changed

  • fix(perm): declare and request Chauvet file permissions (71a1001)

Contributors

  • Jayasimha Raghavan

Full Changelog: v1.0.4...v1.0.5

v1.0.4

Choose a tag to compare

@github-actions github-actions released this 28 Aug 14:11

What's Changed

  • fix(sdk): rebuild against sn-plugin-lib 0.1.65 for Chauvet firmware (1338c3e)
  • Revise demo placeholder and highlight new features (0434f27)

Contributors

  • Jayasimha Raghavan

Full Changelog: v1.0.3...v1.0.4

v1.0.3

Choose a tag to compare

@github-actions github-actions released this 14 May 01:22

What's new

Grill Me (active recall on PDF/EPUB).
One tap generates a five-question multiple-choice drill from the current page. The done screen breaks your accuracy down across four question types (cloze, definition, inference, application) on a 2x2 grid, and lists the exact cards you missed
along with the source quote from the page they came from. A backstage rubric scores the model's own deck on four axes and quietly swaps in better cards for any that scored weakly, so you never see the rubric as chrome but the deck quality climbs
across passes. Tap "Grill again" and stems get rephrased and choices reshuffled, so revisits don't collapse into pattern-matching the first three words of the question.

Chat history (last 5).
Copilot now remembers your last five conversations across sessions. Tap the clock icon in the header to flip between them or start a new one. FIFO eviction when you start a sixth. Encrypted at rest when the vault is encrypted, plaintext alongside
the keys otherwise. Like everything else here, the history never leaves your device.

Custom persona.
Replace the built-in system prompt with your own voice. Drop a single system_prompt.txt (up to 2000 characters) into MyStyle/SnCopilot/, or edit it from the Persona screen inside the app. No envelope or key-value syntax. The whole file content is
the persona. Empty file falls back to the built-in prompt.

Custom quick actions.
Add up to six of your own tappable action cards next to the four built-ins (Summarize, Explain, Clarify, Snapshot) and Grill Me. Defined in a plain-text custom_actions.txt as one label: prompt per line. Useful for prompts that match how you
actually take notes ("Glossary", "Risks", "Counter-arguments", "Translate", and so on).

Demo

copilot-v1.0.3-1.5x.mov

Contributors

  • Jayasimha Raghavan

Full Changelog: v1.0.2...v1.0.3

v1.0.2

Choose a tag to compare

@github-actions github-actions released this 10 May 21:34

What's New

  • PIN setup. Tap Continue and the encrypted vault is written before you'd have time to glance at the spinner — no more multi-minute wait or "is it stuck?" moments.
    • Stronger key protection. Your PIN now derives the encryption key using your Supernote's hardware-backed crypto, so the random salt and the derivation strength are both real (not approximated in JavaScript).

Demo

security-features.mov

Contributors

  • Jayasimha Raghavan

Full Changelog: v1.0.1...v1.0.2

v1.0.1

Choose a tag to compare

@github-actions github-actions released this 09 May 22:32

What's New

  • PDF and EPUB support. Tap Copilot on a .pdf or .epub page and you get the same Summary / Explain / Clarify / Snapshot actions as on a .note, using the document's text layer plus a rendered page image on vision-capable providers.
  • Guided first-run setup. When no copilot-key-.txt is configured, the chat panel now shows a 4-step checklist inline and disables the quick actions, the input, and send so users can't accidentally land on offline canned replies. Same
    checklist surfaces in Settings.
  • Simpler privacy contract. Vision capability is derived strictly from the provider id (anthropic / openai / gemini attach the page image; deepseek stays text-only with silent email and 7+ digit scrub). The mode= key-file field and the
    user-facing PII toggle were dropped, since redacting text while shipping the screenshot was theatre on vision providers.
  • Provider templates bundled. Canonical templates/copilot-key-.txt files for all four providers ship in the repo with the default models filled in (gpt-4o-mini, claude-haiku-4-5, gemini-2.5-flash, deepseek-chat); copy, paste your key,
    save under MyStyle/SnCopilot/, done.

Demo

copilot-demo-fast.mov

Contributors

  • Jayasimha Raghavan

Initial release.