mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-15 23:31:04 +00:00
- Add manual prompt caching configuration for Application Inference Profiles - Add UI controls for configuring cache parameters (max cache points, min tokens, cachable fields) - Update provider settings schema with new manual cache configuration fields - Enhance ARN parsing to support async inference profile model ID resolution - Add comprehensive tests for manual prompt caching functionality - Maintain backward compatibility with existing automatic cache detection Fixes #6429 |
||
|---|---|---|
| .. | ||
| npm | ||
| src | ||
| eslint.config.mjs | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
| tsup.config.ts | ||
| vitest.config.ts | ||
@roo-code/types
Publish to NPM
First authenticate with NPM:
npm login
Next, manually bump the NPM package version:
cd packages/types/npm && npm version minor && cd -
Finally, publish to NPM:
pnpm --filter @roo-code/types npm:publish
Note that you'll be asked for an MFA code to complete the publish.