fix: support macOS proxy routing and harden DeepSeek JSON generation - #9
Open
spark-star-open wants to merge 1 commit into
Open
fix: support macOS proxy routing and harden DeepSeek JSON generation#9spark-star-open wants to merge 1 commit into
spark-star-open wants to merge 1 commit into
Conversation
Constraint: macOS system proxy is not inherited automatically by terminal fetches Confidence: high Scope-risk: moderate Tested: npm test; TypeScript check; sources check; dry-run fetched 580 articles Not-tested: GitHub Pages publication
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.
背景
我在 macOS 本地运行 DailyBrief 时遇到了两个问题:
Generate today's report阶段解析失败,整个 GitHub Actions 流程中断。另外,本机没有安装 Claude CLI 时,原来的
shell: true会导致提示词内容被 shell 当成命令执行,产生大量command not found日志。修改内容
.env.local/ 环境变量中的代理配置fetchfinish_reason=length等不完整输出验证
npm test:10/10 tests passednpm exec tsc -- --noEmit:passednpm run sources:check:passednpm run dry-run:npm run daily:兼容性