OpenClaw 发展历程表:从 clawdbot 到 openclaw

  • Post author:
  • Post category:AI
  • Post comments:0 Comments

OpenClaw 发展历程表:从 clawdbot 到 openclaw 这份时间线,是从 v2026.1.5 开始往后捋。按 release 命名和说明来看,这一版基本可以当成项目正式进入 clawdbot 阶段的起点。后面它先经历了 clawdbot、Clawdbot 这几个写法上的变化,中间还短暂改名成过 Moltbot,直到 v2026.1.29 前后才真正把名字切到 openclaw。 按时间排序的发展历程表 发布时间(UTC) 版本 发布名称 关键变化 为什么值得高亮 2026-01-05 v2026.1.5 clawdbot 2026.1.5 引入 image…

Continue ReadingOpenClaw 发展历程表:从 clawdbot 到 openclaw

How to add Dictionaries to RIME Input Method on Ubuntu/Pop-OS

在RIME输入法中增加词典 1. RIME的配置目录 Ubuntu/PopOS中位于:~/.config/ibus/rime 2. 下载词典文件 使用git clone下载RIME扩充词库: https://github.com/rime-aca/dictionaries 使用rime-install下载zhwiki词典:https://github.com/felixonmars/fcitx5-pinyin-zhwiki 3. 将所有词库文件cp到RIME配置目录中 cp *dict* ~/.config/ibus/rime/ 4. 增加一个custom配置文件用以调用词库 在下载的RIME扩充词库目录中,有一个luna_pinyin.custom.yaml,当使用朙月拼音的时候可以直接使用该配置,但是我使用的是朙月拼音简化字方案,因此需要将该配置文件改名为: luna_pinyin_simp.custom.yaml 在这个配置文件中,可以看到输入法的对应 # 附朙月拼音系列方案與其對應的 id 一覽表: # 輸入方案 id # 朙月拼音 luna_pinyin…

Continue ReadingHow to add Dictionaries to RIME Input Method on Ubuntu/Pop-OS