feat: 通知页脚用项目目录名替代UUID会话标识#44
Open
panqi1003 wants to merge 1 commit into
Open
Conversation
微信/Telegram 通知底部原本显示 UUID 会话标识,改为显示项目目录名(如 tank-battle), 同时把标签从会话改为项目。 修改文件: - lucarne-wechat: render_agent_message + render_wechat_new_session - lucarne-telegram: render_agent_notification + final_footer Closes tuchg#43
panqi1003
force-pushed
the
feat/notification-footer-template
branch
from
July 17, 2026 19:45
0a5502a to
5e36ca7
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
改动说明
把微信/Telegram 通知底部的 UUID 会话标识替换为项目目录名(如
tank-battle)。之前(用户看不懂)
之后(一眼就知道是哪个项目)
改动文件
crates/lucarne-wechat/src/service.rs—render_agent_message和render_wechat_new_sessioncrates/lucarne-telegram/src/bot.rs—render_agent_notification和final_footer行为
project_path.file_name()提取目录名替代 UUIDCloses #43