[PR #886] [CLOSED] sync: follow upstream while keeping tavern changes #803

Closed
opened 2026-03-02 03:41:48 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/codexu/note-gen/pull/886
Author: @ashenluan
Created: 2/3/2026
Status: Closed

Base: devHead: dev-tavern-sync-2026-02-03


📝 Commits (1)

  • 1006d4b sync: follow upstream while keeping tavern changes

📊 Changes

186 files changed (+72174 additions, -30 deletions)

View changed files

📝 .eslintrc.json (+3 -1)
📝 .gitignore (+8 -1)
docs/ST_CONTEXT_ANALYSIS.md (+343 -0)
docs/ST_NOTEGEN_COMPARISON.md (+526 -0)
docs/TAVERN_DEVELOPMENT_PLAN.md (+368 -0)
📝 messages/en.json (+34 -1)
📝 messages/ja.json (+1 -0)
📝 messages/pt-BR.json (+1 -0)
📝 messages/zh-TW.json (+1 -0)
📝 messages/zh.json (+34 -1)
📝 package.json (+2 -0)
📝 pnpm-lock.yaml (+146 -0)
📝 src-tauri/Cargo.lock (+3 -0)
📝 src-tauri/Cargo.toml (+3 -0)
📝 src-tauri/src/lib.rs (+6 -0)
📝 src-tauri/src/main.rs (+6 -0)
src-tauri/src/tavern.rs (+498 -0)
src/app/core/extensions/page.tsx (+32 -0)
src/app/core/extensions/tavern-helper-card.tsx (+158 -0)
📝 src/app/core/layout.tsx (+4 -4)

...and 80 more files

📄 Description

1.0 tavernnote


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/codexu/note-gen/pull/886 **Author:** [@ashenluan](https://github.com/ashenluan) **Created:** 2/3/2026 **Status:** ❌ Closed **Base:** `dev` ← **Head:** `dev-tavern-sync-2026-02-03` --- ### 📝 Commits (1) - [`1006d4b`](https://github.com/codexu/note-gen/commit/1006d4b84fd1972fbf526ad5c5df9e0702da8200) sync: follow upstream while keeping tavern changes ### 📊 Changes **186 files changed** (+72174 additions, -30 deletions) <details> <summary>View changed files</summary> 📝 `.eslintrc.json` (+3 -1) 📝 `.gitignore` (+8 -1) ➕ `docs/ST_CONTEXT_ANALYSIS.md` (+343 -0) ➕ `docs/ST_NOTEGEN_COMPARISON.md` (+526 -0) ➕ `docs/TAVERN_DEVELOPMENT_PLAN.md` (+368 -0) 📝 `messages/en.json` (+34 -1) 📝 `messages/ja.json` (+1 -0) 📝 `messages/pt-BR.json` (+1 -0) 📝 `messages/zh-TW.json` (+1 -0) 📝 `messages/zh.json` (+34 -1) 📝 `package.json` (+2 -0) 📝 `pnpm-lock.yaml` (+146 -0) 📝 `src-tauri/Cargo.lock` (+3 -0) 📝 `src-tauri/Cargo.toml` (+3 -0) 📝 `src-tauri/src/lib.rs` (+6 -0) 📝 `src-tauri/src/main.rs` (+6 -0) ➕ `src-tauri/src/tavern.rs` (+498 -0) ➕ `src/app/core/extensions/page.tsx` (+32 -0) ➕ `src/app/core/extensions/tavern-helper-card.tsx` (+158 -0) 📝 `src/app/core/layout.tsx` (+4 -4) _...and 80 more files_ </details> ### 📄 Description 1.0 tavernnote --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 03:41:48 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/note-gen#803
No description provided.