Rebuild dist with suggestion chips and task cost estimator - #512
Open
thekevinm wants to merge 1 commit into
Open
Rebuild dist with suggestion chips and task cost estimator#512thekevinm wants to merge 1 commit into
thekevinm wants to merge 1 commit into
Conversation
The committed dist/ predated the merges of #509 (chat suggestion chips) and #510 (task-based cost estimator), so neither feature was present in the served admin UI. Rebuilt with ng build (Angular 16.1, node 20) from develop @ 793c942; the new features' jest specs pass (36 tests across df-chat-message.component.spec.ts and task-estimate.spec.ts). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
develop's committed
dist/predates the #509/#510 merges, so the chips and task estimator exist insrc/but not in any served JS chunk — users of a develop-pinned install don't see either feature. This rebuildsdist/from develop @ 793c942 (ng build, Angular 16.1 / node 20). Verified the new chunks contain the feature code, and the two new jest suites pass (36 tests).The develop-pinned Laravel 13 engineer bundle pins this branch until it merges, so test instances ship the current UI.
🤖 Generated with Claude Code