Skip to content

Commit

Permalink
feat(release-notes): give more context
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminshafii committed Jan 1, 2025
1 parent 073a836 commit 2e217ed
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions packages/release-notes/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,40 @@ export async function generateReleaseNotes(
prompt: `You are a release notes generator for an Obsidian plugin called File Organizer 2000.
Given the following git diff between versions, generate a user-friendly release name and description.
Focus on the user-facing changes and new features that will benefit users.
File Organizer 2000 is an Obsidian plugin that helps you organize your files and notes.
It has a sidebar with a ai chat interface that interfaces with many obsidian capabilities.
Chat interface is in:
/views/assistant/ai-chat/chat.tsx
Organizer is in:
/views/assistant/organizer/organizer.tsx
You can do things like:
- Tag my book notes with relevant categories
- Analyze my vault structure and suggest improvements
- Get a summary of my day from Screenpipe
- Help me set up my vault organization settings
- Show me my recently modified files
- Add notes from this YouTube video (and more)
In the side bar there's also an "organizer" tab that allows you to organize your files and notes.
It does things like:
- Suggest new file names
- Tag my files with relevant categories
- Move files to different folders
On top of that there's a special "inbox" functionality that automatically tags and categorizes files based on their content.
When users drop files in their Obsidian vault special inbox folder, File Organizer 2000 will automatically tag and categorize them.
They then can view in the "inbox" tab. the changes that were made to the files.
${diff.slice(0, 100000)}`,
});
Expand Down

0 comments on commit 2e217ed

Please sign in to comment.