release: sync v0.1.17 + neutralize example identifiers - #1
Merged
Conversation
把公开仓从 v0.1.16 推进到当前,并清掉示例里残留的真实身份/项目名。 - 同步 v0.1.17:本地尝鲜 quickstart + Docker 一键自托管(Dockerfile / docker-compose / docker/)+ 配套 server/cli/README/DEPLOY/CHANGELOG。 - 示例脱敏:文档/测试/MCP 工具描述里的真实 producer-id、git 名、仓名 全部换成中性占位(user1/username1、repo1/repo2、olduser1/2); 保留 producer-id 与 git 名的双名结构(身份归一测试依赖它)。 - 删除已跑完的一次性 M3 迁移脚本 scripts/migrate-m3.mjs 及其测试。 - .gitleaks.toml 放行脱敏单测里故意埋的假 token(abcdEFGH1234secretval)。 测试 144/144 通过;gitleaks(CI 同款 --no-git)无命中。 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
FakeHank
added a commit
that referenced
this pull request
Jun 25, 2026
* fix(cli): brain status「最近同步」改读最近一条 tick(logfmt),不再匹配老格式的「·」 现版 tick 是 logfmt(无「·」),旧过滤匹配不到会显示过期时间戳。改成取最近一条 tick 行、只显示时间 + 计数体。 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> * feat(viewer): 本机 viewer 去 token 登录 + 展示设备 token;线上加「本机控制台」按钮 (v0.1.20) #2 本机 viewer:本机 loopback 不该要 token 登录 —— 去掉 token 闸,改用 Host/Origin 守卫挡跨站 + DNS-rebind(同源请求照常放行)。`brain viewer` 直接开 http://127.0.0.1:7878。 采集配置页新增「连接」区,展示服务器/身份/设备 token(可显示·复制),方便粘到网站登录。 #4 线上共享库网站:顶栏加「本机控制台」按钮,新标签打开本机 viewer(双语)。 bump v0.1.20,让 #1(brain status 修复)+ #2 随自动更新下发;#4 随服务端部署即生效。 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
公开仓从 v0.1.16 推进到当前,并清掉示例里残留的真实身份/项目名。
改动
quickstart+ Docker 一键自托管(Dockerfile/docker-compose.yml/docker/)+ 配套 server/cli/README/DEPLOY/CHANGELOG。user1/username1、repo1/repo2、olduser1/2);保留 producer-id 与 git 名的双名结构(身份归一测试依赖它)。scripts/migrate-m3.mjs及其测试。.gitleaks.toml放行脱敏单测里故意埋的假 token。验证
--no-git)无命中🤖 Generated with Claude Code