Bump version to v0.4.0; update README; improve server startup/test robustness and API fixes#1
Open
zylzyqzz wants to merge 1 commit into
Open
Conversation
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.
Motivation
v0.4.0and updatingREADME.mdto reflect implemented features and structure.Description
0.1.0to0.4.0inCargo.tomlandCargo.lock.README.mdto reflect the current project state, CLI, APIs, skills, providers and roadmap aligned withv0.4.0.core/api.rsto add environment togglesDIMCLAW_SKIP_MODEL_TESTandDIMCLAW_SKIP_HAND_SCHEDULERon server startup, improve formatting, fix chat intent extraction and session key construction, and tidy various request/response helpers.tests/support/mod.rsto capture serverstdout/stderrto files, set skip env vars when launching test server, increase readiness retry window, and include log tails on startup timeouts; also updatesrc/main.rsCLI about text and defaults tov0.4strings.docs/实际开发巡检报告.mdas a repository audit/report.Testing
cargo test(unit and integration tests) and the test suite completed successfully after the changes.cargo buildto validate compilation and confirmed the binary launches for theserversubcommand under the adjusted test harness.tests::support::start_serverto validate readiness probing and log capture, and related server-start tests passed.Codex Task