Skip to content

add v0.0.8#16

Merged
wangxingjun778 merged 1 commit into
mainfrom
dev
Jun 18, 2026
Merged

add v0.0.8#16
wangxingjun778 merged 1 commit into
mainfrom
dev

Conversation

@wangxingjun778

Copy link
Copy Markdown
Member

No description provided.

@wangxingjun778 wangxingjun778 merged commit 58d1a33 into main Jun 18, 2026
1 check passed

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The model GPT-5.2 is listed under OpenAI compatible endpoints, but there is no such model. Please correct this to a valid model name (e.g., GPT-4o or GPT-4).

Suggested change
- **OpenAI** — GPT-4, GPT-4o, GPT-5.2
- **OpenAI** — GPT-4, GPT-4o

Any OpenAI-compatible API endpoint, including:

- **OpenAI** (GPT-4, GPT-4o, GPT-3.5)
- **OpenAI** (GPT-4, GPT-4o, GPT-5.2)

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The model GPT-5.2 is listed under OpenAI compatible endpoints, but there is no such model. Please correct this to a valid model name (e.g., GPT-4o or GPT-4).

Suggested change
- **OpenAI** (GPT-4, GPT-4o, GPT-5.2)
- **OpenAI** (GPT-4, GPT-4o)

任何 OpenAI 兼容的 API 端点,包括:

- **OpenAI**(GPT-4、GPT-4o、GPT-3.5
- **OpenAI**(GPT-4、GPT-4o、GPT-5.2

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The model GPT-5.2 is listed under OpenAI compatible endpoints, but there is no such model. Please correct this to a valid model name (e.g., GPT-4o or GPT-4).

Suggested change
- **OpenAI**(GPT-4、GPT-4o、GPT-5.2
- **OpenAI**(GPT-4、GPT-4o)

Comment thread content/docs/guide/cli.md
Comment on lines +123 to +127
# Run knowledge health checks
sirchmunk compile --lint --work-path ~/.sirchmunk

# Auto-fix lint issues
sirchmunk compile --lint --fix --work-path ~/.sirchmunk

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

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.

Comment on lines +123 to +127
# 运行知识健康检查
sirchmunk compile --lint --work-path ~/.sirchmunk

# 自动修复检查问题
sirchmunk compile --lint --fix --work-path ~/.sirchmunk

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant