XuCat

Results 4 issues of XuCat

### Description Monorepo: ``` ├── common │   ├── git-hooks │   ├── package.json ├── apps │   ├── app1 │   ├── app2 ├── template │   └── vue ``` `lint-staged` is declared in...

**Basic Information:** - There are three workspaces: `app1`, `app2`, and `lib1`. - `app1` and `app2` both depend on `lib1` and use the `workspace:` protocol. - `app1` and `app2` both set...

type: bug

例如:`ccr code --resume abc123 "query"` 这里的 `query` 没有传进去。 如果用`claude --resume abc123 "query"` 就是正常的,能正确传递 `query` ❯ ccr -v claude-code-router version: 1.0.68 ❯ claude -v 2.0.44 (Claude Code)