Skip to content

Fix/v3 dependecies upgrade#577

Merged
afadil merged 12 commits intomainfrom
fix/v3-dependecies-upgrade
Feb 12, 2026
Merged

Fix/v3 dependecies upgrade#577
afadil merged 12 commits intomainfrom
fix/v3-dependecies-upgrade

Conversation

@afadil
Copy link
Owner

@afadil afadil commented Feb 12, 2026

Description

This pull request introduces several enhancements and adjustments across the addon and frontend codebases. The main changes are updates to test data structure, improvements in parsing logic, and the addition of a new dependency and prop for frontend components.

Frontend Enhancements

  • Added the nanoid package as a dependency in apps/frontend/package.json for unique ID generation.
  • Introduced a new optional prop selectedExchangeMic to the TickerSearchInput component, enabling display context for canonical asset values and improving UX for asset selection. [1] [2]
  • Included useEffect in the imports for ticker-search.tsx, preparing the component for future enhancements or side-effect handling.

Checklist

By submitting this PR, I agree to the
CLA.

- normalize and persist instrument exchange MIC across frontend/core/sqlite

- derive quote_ccy from MIC for market-priced profile updates

- add AssetsUpdated domain event and planner support in tauri/server

- remove direct recalc triggers from asset command/API handlers

- avoid prepare-time AssetsUpdated emissions via silent quote-mode updates in activity flows

- add XTAI_OTC exchange metadata and include it in TWD currency priority
…tle generation logic in title_generator.rs

- Changed default model from "deepseek-r1:8b" to "ministral-3" and updated title model ID to "deepssek-3".
- Refactored title generation to prioritize the title model over the chat model, with improved error handling and fallback mechanisms.
…et handling

- Introduced AssetInfo struct to encapsulate asset details for improved clarity.
- Removed redundant currency normalization logic and consolidated asset retrieval process.
- Updated build_live_holdings_from_snapshot method to enhance efficiency and readability.
Repository owner deleted a comment from chatgpt-codex-connector bot Feb 12, 2026
Repository owner deleted a comment from chatgpt-codex-connector bot Feb 12, 2026
Repository owner deleted a comment from chatgpt-codex-connector bot Feb 12, 2026
@afadil
Copy link
Owner Author

afadil commented Feb 12, 2026

@codex review

Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: c397587bf2

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

"defaultModel": "deepseek-r1:8b",
"titleModelId": "ministral-3",
"defaultModel": "ministral-3",
"titleModelId": "deepssek-3",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Fix misspelled Ollama title model identifier

titleModelId is configured as deepssek-3, but that key does not exist in this provider’s models list, so the first title-generation attempt will always target an invalid model. With the new retry logic in title_generator.rs (title model first, then chat model), this introduces a guaranteed failed request on each Ollama title generation, adding avoidable latency and warning noise for users on the default config.

Useful? React with 👍 / 👎.

@afadil afadil merged commit 69cd913 into main Feb 12, 2026
2 checks passed
0ri0nRo pushed a commit to 0ri0nRo/wealthfolio that referenced this pull request Feb 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant