add v0.0.8#16
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates the Sirchmunk documentation to reflect the new v0.0.8 release, introducing the sirchmunk compile (Beta) feature and its associated offline compilation and linting tools. It also rebrands the 'DEEP' mode as 'agentic retrieval analysis' and adds support details for MiniMax and DeepSeek models. Feedback on these changes highlights a few documentation errors, specifically the mention of a non-existent GPT-5.2 model and an inconsistency regarding whether the --paths option is required when running the compile command with the --lint flag.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
| Sirchmunk works with any OpenAI-compatible API endpoint: | ||
|
|
||
| - **OpenAI** — GPT-4, GPT-4o, GPT-3.5 | ||
| - **OpenAI** — GPT-4, GPT-4o, GPT-5.2 |
| Any OpenAI-compatible API endpoint, including: | ||
|
|
||
| - **OpenAI** (GPT-4, GPT-4o, GPT-3.5) | ||
| - **OpenAI** (GPT-4, GPT-4o, GPT-5.2) |
| 任何 OpenAI 兼容的 API 端点,包括: | ||
|
|
||
| - **OpenAI**(GPT-4、GPT-4o、GPT-3.5) | ||
| - **OpenAI**(GPT-4、GPT-4o、GPT-5.2) |
| # Run knowledge health checks | ||
| sirchmunk compile --lint --work-path ~/.sirchmunk | ||
|
|
||
| # Auto-fix lint issues | ||
| sirchmunk compile --lint --fix --work-path ~/.sirchmunk |
There was a problem hiding this comment.
In the options table below, --paths is marked as (required). However, in these --lint examples, --paths is omitted. If --paths is indeed required for all compile subcommands, please add it to these examples. If it is optional when running with --lint, please update the options table to clarify that --paths is only required for compilation.
| # 运行知识健康检查 | ||
| sirchmunk compile --lint --work-path ~/.sirchmunk | ||
|
|
||
| # 自动修复检查问题 | ||
| sirchmunk compile --lint --fix --work-path ~/.sirchmunk |
There was a problem hiding this comment.
In the options table below, --paths is marked as (必填). However, in these --lint examples, --paths is omitted. If --paths is indeed required for all compile subcommands, please add it to these examples. If it is optional when running with --lint, please update the options table to clarify that --paths is only required for compilation.
No description provided.