Roo-Code/packages/types
Roo Code b84ac82986 feat: add configurable currency symbol for LiteLLM provider
- Add litellmCurrencySymbol field to provider settings schema
- Create getCurrencySymbol utility function for retrieving the appropriate symbol
- Add UI configuration in LiteLLM settings panel
- Update cost display components to use configurable currency symbol:
  - TaskItemFooter
  - ChatRow
  - BrowserSessionRow
  - TaskHeader
  - CondensationResultRow
  - MaxCostInput
  - MaxLimitInputs
  - AutoApproveSettings
- Add i18n translations for the new setting
- Add comprehensive tests for getCurrencySymbol and MaxCostInput

Closes #10370
2025-12-30 04:13:50 +00:00
..
npm Release: v1.95.0 (#10309) 2025-12-23 10:21:55 -08:00
scripts Fix publish-npm script (#7093) 2025-08-14 03:17:56 -07:00
src feat: add configurable currency symbol for LiteLLM provider 2025-12-30 04:13:50 +00:00
.gitignore Task metadata (#7092) 2025-08-14 03:14:17 -07:00
eslint.config.mjs Task metadata (#7092) 2025-08-14 03:14:17 -07:00
package.json Task metadata (#7092) 2025-08-14 03:14:17 -07:00
tsconfig.json Task metadata (#7092) 2025-08-14 03:14:17 -07:00
tsup.config.ts Bump @roo-code/types to v1.42.0 (#6610) 2025-08-02 13:27:59 -07:00
vitest.config.ts Convert jest tests to vitest and disable default watch mode for vitest (#4568) 2025-06-11 14:48:01 -07:00