Releases: TarsLab/obsidian-tars
Releases · TarsLab/obsidian-tars
2.1.0
中文版本
🔥标签建议,重新设计的触发逻辑更符合软件设计,性能优化显著。
输入#
,借用obsidian自身的标签补全后,再输入空格触发。
移动端如果不方便输入#
,输入完整的标签(不带#),来触发。
English Version
🔥 Tag suggestions with redesigned trigger logic that better aligns with software design principles and significantly improved performance.
Type #
and use Obsidian's native tag completion, then press space to trigger.
On mobile devices where typing #
might be inconvenient, you can type the complete tag (without #) to trigger.
2.0.0
中文版本
- 🔥加入标签命令,所有标签都在命令列表里。标签命令基于选中/光标处的段落,插入相应的标签。
快速回答:把光标移到该行(或者选择多个段落),从命令列表中选择助手标签(比如#DeepSeek:),进行回答。 - 🔥自定义提示词模板, 首次使用请执行”加载模板文件”命令
- 🔥状态栏,实时显示生成的字符数量, 轮次,耗时。
English Version
- 🔥 Added tag commands, all tags are available in the command list. Tag commands insert the appropriate tags based on selected sections or the section at cursor position.
Quick response: Move the cursor to the line (or select multiple sections), choose an assistant tag (like #DeepSeek:) from the command list to generate a response. - 🔥 Custom prompt templates, run the "Load template file" command when using for the first time
- 🔥 Status bar that displays real-time information about character count, rounds, and time spent.
1.1.2
中文版本
- 修复 1.x 版本的 Kimi 服务报错,status code 404。Kimi 服务的
baseURL
更新。如果之前已经配置好,请删除重新新增,或者将baseURL
改为页面显示的默认值
English Version
- Fixed Kimi service error in version 1.x (status code 404). The Kimi service
baseURL
has been updated. If previously configured, please delete and re-add, or change thebaseURL
to the default value shown on the page
1.1.1
中文版本
- 🔥 新增SiliconFlow 硅基流动,支持 DeepSeek V3/R1 等等数十种大模型
English Version
- 🔥 Added SiliconFlow, supporting dozens of large language models including DeepSeek V3/R1 and more
1.0.0
中文版本
- 🔥 适配移动端
- 编译环境从 Node 转到浏览器
- Doubao 改为非流式请求,QianFan 移动端改为非流式请求
- 废弃
proxyUrl
- Qwen 服务的
baseURL
更新。如果之前已经配置好,可以删除重新新增,或者将baseURL
改为页面显示的默认值
English Version
- 🔥 Adapted for mobile devices
- Compilation environment switched from Node to browser
- Doubao changed to non-streaming requests, QianFan mobile changed to non-streaming requests
- Deprecated
proxyUrl
- Updated Qwen service
baseURL
. If previously configured, you can delete and re-add, or change thebaseURL
to the default value displayed on the page
0.8.1
0.8.0
中文版本
- DeepSeek:增加推理模型 deepseek-reasoner, 思维链以callout方式输出
- Zhipu:增加网络搜索选项,更新模型选项
- Claude:更新模型选项
- 界面优化:设置页面,在新增助手时,自动展开
- 调试:丰富了控制台的日志输出
- 工程化: 增加 eslint 和 prettier
- Fix: text accumulation in fetchTextForTag function
English Version
- DeepSeek: Added reasoning model deepseek-reasoner, outputting CoT in callout format
- Zhipu: Added web search option, updated model options
- Claude: Updated model options
- UI Optimization: Automatically expand when adding a new assistant in the settings page
- Debugging: Enhanced console log output
- Engineering: Added eslint and prettier
- Fix: text accumulation in fetchTextForTag function
Thanks
@SleepingLucas 增加推理模型 deepseek-reasoner #39
@moziar Zhipu增加网络搜索选项 #40
0.7.0
新增 Gemini 服务商
0.6.4
优化设置页面,突出自定义标签,增加对兼容OpenAI协议的说明
0.6.3
- Fix 提示“文本生成成功”,但是没有内容。豆包,claude,千帆修复错误提示。