Skip to content

Commit 4cecf98

Browse files
committed
Merge branch 'fix/settings-tests'
2 parents f640876 + 21d9321 commit 4cecf98

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

features.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,11 @@ This document outlines every feature available in the PaperCache codebase, organ
3131

3232
## Artificial Intelligence
3333

34-
- **Inline AI Assistant**: Type `/ai <prompt>` and press enter to summon OpenAI straight into your editor. Prompts are evaluated and automatically replaced with AI responses directly inline.
35-
- **Configurable Models & Custom Endpoints**: Easily switch out your API Key, System Prompt, API Base URL, and specific AI Model (`gpt-4o`, `gpt-3.5-turbo`, or custom local LLM endpoints) in the settings panel.
34+
- **Inline AI Assistant**: Type `/ai <prompt>` and press enter to summon AI straight into your editor. Prompts are evaluated and automatically replaced with AI responses directly inline.
35+
- **Note Context Injection**: Type `/ctx <prompt>` instead to automatically package the entire text of the current note along with your prompt, allowing the AI to read your document before answering.
36+
- **Configurable Models & Custom Endpoints**: Easily switch out your API Key, System Prompt, API Base URL, and specific AI Model in the settings panel.
37+
- **Free Top-Tier Defaults**: PaperCache comes fully pre-configured to point to OpenRouter's free tier, using powerful models like `nvidia/nemotron-3-super-120b-a12b:free` out of the box!
38+
- **Secure API Storage**: API keys are securely encrypted at rest using your operating system's native keychain (via Electron's `safeStorage`).
3639

3740
## Desktop System Integration
3841

@@ -43,6 +46,7 @@ This document outlines every feature available in the PaperCache codebase, organ
4346
- `Cmd+Shift+N` (configurable): Instantly spawn a new floating note from anywhere on your OS.
4447
- `Cmd+Shift+C` (configurable): Toggle PaperCache visibility from anywhere on your OS.
4548
- **State Memory**: Memorizes precise window coordinates, dimensions, and zoom levels across launches to persist workspace state.
49+
- **Fluid Settings**: Opening the Settings menu dynamically inherits the exact dimensions and on-screen coordinates of your current notepad for a native, seamless transition.
4650
- **Launch on Startup**: Optional setting to boot silently in the background when your computer starts.
4751
- **Exporting Options**: Export individual notes straight to a local `.md` file on your filesystem via the main menu or search list.
4852
- **Safe Tutorials**: Auto-generates fully functional Markdown tutorials in a `commands/` folder upon first launch. Prevents accidental deletion of these core tutorial files.

0 commit comments

Comments
 (0)