-
Notifications
You must be signed in to change notification settings - Fork 615
feat(frontend): attachment transport, references, and rendering for the agent chat #5619
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
ca6cece
23a6362
9900cf8
a5ddcb7
fde4fe4
0d016e5
31416cf
26d3612
c7ac4f6
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -38,8 +38,8 @@ See [README.md](README.md). In short: [context.md](context.md) for the plain sto | |
|
|
||
| | Stage | Scope | State | | ||
| | --- | --- | --- | | ||
| | 0 | Close the silent-failure gap: gate the ungated paste and drag path on `NEXT_PUBLIC_AGENT_FILE_UPLOADS` | not started (optional) | | ||
| | 1 | First user-visible release: the attachment resource and storage, the record-schema extension, the runner's resolve-materialize-and-deliver seam for images, structured capability errors, the minimum security and limits work (per the settled matrix in [design.md](design.md), including the gateway raise to 32 MB), and the front-end transport and reference wiring | not started | | ||
| | 0 | Close the silent-failure gap: gate the ungated paste and drag path on `NEXT_PUBLIC_AGENT_FILE_UPLOADS` | in review (PR #5604) | | ||
| | 1 | First user-visible release: the attachment resource and storage, the record-schema extension, the runner's resolve-materialize-and-deliver seam for images, structured capability errors, the minimum security and limits work (per the settled matrix in [design.md](design.md), including the gateway raise to 32 MB), and the front-end transport and reference wiring | in review as four stacked PRs (#5607 API, #5615 runner, #5617 SDK, #5619 front end), end-to-end QA green on the dev stack; the trail is in [protocols/stage-1.md](protocols/stage-1.md) | | ||
|
Comment on lines
+41
to
+42
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 📐 Maintainability & Code Quality | 🟡 Minor | ⚡ Quick win Synchronize the opening status with the stage tracker. The file still says that implementation is the next step and that the backend has not started. The tracker now says Stage 1 is in review with end-to-end QA complete. Update the stale opening text so this page has one current lifecycle state. |
||
| | 2 | The audio release: turn on the voice UI, dictation as the only audio-to-text, recordings on the D6 workspace-only path (D14); the document plan (blocked on adapter work), the capability-alias rollout, derived front-end limits | not started (documents blocked on adapter work) | | ||
| | 3 | Findability polish and cleanup: "Shared by you" origin, reference-counting cleanup refinement, read-only credential scope, verify the edit-then-find flow | not started | | ||
|
|
||
|
|
@@ -73,10 +73,12 @@ in [plan.md](plan.md) Stage 2. | |
|
|
||
| ## Next actions | ||
|
|
||
| - Start implementation: Stage 1 of [plan.md](plan.md), optionally preceded by Stage 0. | ||
| - Decide whether Stage 0 ships on its own or folds into Stage 1. | ||
| - Build the Stage 1 upload route against the settled matrix ([design.md](design.md), "The | ||
| media-type, validation, and limits matrix"), including the compose gateway raise to 32 MB. | ||
| - Review and merge the Stage 1 train bottom-up (#5604, #5607, #5598, #5615, #5597, #5617, | ||
| #5619), then flip `NEXT_PUBLIC_AGENT_FILE_UPLOADS` in production as the rollout's fifth act. | ||
| - Follow-ups recorded in [protocols/stage-1.md](protocols/stage-1.md): the CI report glob line | ||
| (needs a workflow-scoped push), the Fern client regeneration, and the zip-container | ||
| classifier refinement. | ||
| - Then Stage 2 of [plan.md](plan.md). | ||
|
Comment on lines
+76
to
+81
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 📐 Maintainability & Code Quality | 🟡 Minor | ⚡ Quick win Remove the unrelated PR from the Stage 1 merge sequence.
|
||
|
|
||
| ## Artifacts | ||
|
|
||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
📐 Maintainability & Code Quality | 🟡 Minor | ⚡ Quick win
Synchronize the notice behavior in
status.md.This section states that the first release ships no notice UI. However,
status.mdstill describes a visible notice at Line [19]–[20] and repeats the D6 notice at Line [52]–[60]. Update those statements before merging so the release records define one user-visible behavior.