Skip to content

📜 docs: Unreleased Changelog#3

Open
github-actions[bot] wants to merge 54 commits intomainfrom
changelog/unreleased-update
Open

📜 docs: Unreleased Changelog#3
github-actions[bot] wants to merge 54 commits intomainfrom
changelog/unreleased-update

Conversation

@github-actions
Copy link

Description:

  • This PR updates the Unreleased section in CHANGELOG.md.
  • It compares the current main branch with the latest version tag (determined as none),
    regenerates the Unreleased changelog, removes any old Unreleased block, and inserts the new content.

sepa85 and others added 30 commits May 23, 2024 22:53
This commit introduces a new ReorderCalculator tool that helps calculate optimal reorder quantities and dates based on historical sales data. Key features:

- Seasonal demand analysis with month-by-month calculations
- Support for annual growth trends
- Sophisticated lead time handling with partial month support
- Statistical safety stock calculations
- Minimum operational stock enforcement
- Detailed reorder date estimation

The calculator takes into account:
- Historical sales data (monthly)
- Lead time (configurable, default 80 days)
- Service level (configurable, default 95%)
- Annual growth rate
- Safety stock (optional override)
- Minimum operational stock (default 5 units)

Technical improvements:
- Proper variance calculations for seasonal data
- Month-based calculations with utility functions
- Growth factor scaling for forecasts
- Detailed error handling and logging
Integration of the new ReorderCalculator tool into LibreChat's tool system:

1. manifest.json:
   - Added tool metadata with pluginKey 'reorder_calculator'
   - Set up tool description and icon

2. index.js:
   - Added ReorderCalculator import
   - Exported ReorderCalculator in module exports

3. handleTools.js:
   - Added ReorderCalculator to tool constructors
   - Registered with key 'reorder_calculator'

This completes the integration of the ReorderCalculator tool, making it available for use in the chat system.
…coming orders

- Add time-based weighting to historical data analysis
- Support tracking of incoming orders during lead time
- Improve variance calculations with weighted statistics
- Add detailed code documentation
- Implement Z-score lookup table for service levels
@github-actions github-actions bot force-pushed the changelog/unreleased-update branch from b3f653a to c7ff7b8 Compare May 5, 2025 01:09
@github-actions github-actions bot force-pushed the changelog/unreleased-update branch from c7ff7b8 to 3de7ff6 Compare June 16, 2025 01:12
@github-actions github-actions bot force-pushed the changelog/unreleased-update branch from 3de7ff6 to bbb16d5 Compare November 10, 2025 01:16
@github-actions github-actions bot changed the title action: update Unreleased changelog 📜 docs: Unreleased Changelog Nov 10, 2025
sepa85 pushed a commit that referenced this pull request Nov 25, 2025
* Adding helm oci publishing (#3)

Signed-off-by: Clay Rosenthal <clayros@amazon.com>

* Update chart version

Signed-off-by: Clay Rosenthal <clayros@amazon.com>

* Update helm release

Signed-off-by: Clay Rosenthal <clayros@amazon.com>

* Update helm chart package path

Signed-off-by: Clay Rosenthal <clayros@amazon.com>

---------

Signed-off-by: Clay Rosenthal <clayros@amazon.com>
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.

2 participants