Bug fixes merged; session continuity and ACP tool PRs opened
The project saw two merged pull requests improving CLI configuration and documentation templates. New proposals add session resume and ACP tool documentation, while ongoing discussion around thinking output language and provider compatibility bugs continue to draw community attention.
- mergedCLI reasoning_effort config fix merged
Honors reasoning_effort from config.toml on non-auto exec routes.
- mergedIssue template improvement merged
Improves issue templates for clearer bug and feature reporting.
- openedSession continuity PR opened
Proposes --resume and --continue flags for persistent sessions.
- discussionThinking output language discussion
Eight comments debate why thinking outputs remain English despite Chinese config.
- openedNon-DeepSeek provider reasoning_content bug
Switching to non-DeepSeek provider causes 400 error from reasoning_content.
- #1544feat(exec): add --resume and --continue for session continuity— New feature for session persistence, key for long-running tasks.
- #1118Language has been configured to Chinese, but "thinking" outputs are still in English— Active discussion on a common user pain point.
- #1542Switching to non-DeepSeek provider causes 400 from reasoning_content— Critical bug affecting multi-provider setups.
- #1513feat(init): update AGENTS.md in place instead of refusing— Improves initialization workflow for agent configurations.
- #1092ACP: expose tool calls via serve --acp— Long-running request for ACP tool exposure with high community interest.