build(deps-dev): bump vite from 5.4.21 to 6.4.2#1
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
|
Important Review skippedBot user detected. To trigger a single review, invoke the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Free Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Comment |
c71f9cc to
c4a111f
Compare
JessicaMulein
added a commit
that referenced
this pull request
May 25, 2026
…arter-level evolution ([AGENTS.md](../AGENTS.md) § Evolution). **Agents:** Read this file before substantive work; follow **Suggested fix order** until open items are **Done**; update statuses in the same session when you ship or learn something new. Instructions: `AGENTS.md` (Product roadmap) and `.cursor/rules/roadmap.mdc`. | Status | Meaning | |--------|---------| | Done | Shipped in repo (parent UI and/or `aider-vision-core` submodule) | | Open | Not started or in progress | | Partial | Some behavior exists; gaps documented | | Longer-term | Strategic; design before build | | **Priority** | Do before routine UX backlog unless user says otherwise | --- | # | Status | Item | |---|--------|------| | **19** | **Done** | Submodule / multi-repo verified: `yarn verify:submodule` + `test_superproject_integration.py` (RepoSet, `/add` paths, Session). Manual UI pass still useful for SEARCH/REPLACE + commit. See [SUBMODULE_VERIFICATION.md](./SUBMODULE_VERIFICATION.md). | | **31** | **Open** | **Release hygiene** — commit/tag `aider-vision-core`, bump submodule pointer, verify ([RELEASE.md](./RELEASE.md)). Code is landed locally; not yet tagged in git. | --- | # | Status | Item | |---|--------|------| | 1 | **Done** | Fix stream doubling — headless mode skips `stdout` writes when `yield_stream` (`base_coder.py`) | | 2 | **Done** | Proposed edits in fenced blocks → collapsed accordions; **Applied** vs **Proposed only** from `done.edited_files` | | 8 | **Done** | Duplicate assistant text (same stdout fix as #1) | | 9 | **Done** | Basic section chips for `► **THINKING**` / `► **ANSWER**` (`splitAssistantSections`) | | 10 | **Done** | Dismiss (×) on chat bubbles | | 11 | **Done** | Chat / tool / terminal list caps (`MAX_*` in `chatStream.ts`) | | 13 | **Done** | Token stats footer (`TokenStatsBar`, parses `Tokens:` tool_output) | | 15 | **Done** | Suppress empty `tool_output` in `App.tsx` + `ChatPanel` | | 6 | **Done** | Full-width chat (`ChatPanel` drops `maxWidth="md"`) | | **25** | **Done** | Richer assistant section parser — multiple markers per message (`**THINKING**` / `**ANSWER**` / `**REASONING**`) | | # | Status | Item | |---|--------|------| | 5 | **Done** | Multiline input: Shift+Return newline, Enter to send | | 3 | **Done** | Stop in-flight turn (`cancelSend` + AbortSignal on fetch) | | 4 | **Done** | Queue messages while busy (`useAiderSession` queue + Queue button in `ChatPanel`) | | 12 | **Done** | `/add` / `/drop` path completion via Tauri `complete_workspace_path` + Tab in chat | | # | Status | Item | |---|--------|------| | 7 | **Done** | Confirm flow: `yes=False` default, `POST /sessions/{id}/confirm`, UI Yes/No + auto-approve countdown | | 14 | **Done** | No longer pass workspace dir as chat file (`Session.create` empty `fnames`) | | 17 | **Done** | Settings: prompt before commit → `auto_commits: false` on session create | | — | **Done** | Terminate `:8741` core API on app quit (Tauri) | | # | Status | Item | |---|--------|------| | 16 | **Done** | Attach images/PDF via chat (Tauri picker + browser upload → `/sessions/{id}/files`) | **Goal:** Kiro-*inspired* spec-driven work without cloning Kiro’s IDE. Shipped v1–v5; gaps vs Kiro tracked as **#20–22** below. | Phase | Status | Scope | |-------|--------|--------| | v1 | **Done** | Tasks tab, `.aider-vision/todos.json`, active task chip, spec inject, `/todo` in core | | v2 | **Done** | Session todos HTTP API, `active_todo_id` / `inject_todo_spec`, templates, checklist | | v3 | **Done** | Workspace todos HTTP, checklist auto-complete, markdown import/export | | v4a | **Done** | Three-layer specs, `depends_on`, `spec-driven` template, `.aider-vision/specs/{id}/` sync | | v4b | **Done** | AI generate/refine spec, steered **Implement** per implementation task | | v5 | **Done** | Background `generate-spec` jobs; ephemeral session; job poll | | # | Status | Item | |---|--------|------| | 18a–18e | **Done** | Core/UI todos API, generate/refine, steered steps, reload spec from disk | | # | Status | Item | |---|--------|------| | **20** | **Open** | Dedicated spec-agent UX — separate surface/thread for spec work (not only ephemeral jobs + Tasks tab) | | **21** | **Open** | EARS / requirements linter — validate WHEN/SHALL structure; beyond LLM “Refine spec” | | **22** | **Open** | Repo-wide spec index — discover and sync all `.aider-vision/specs/**`; “Sync Files” style maintenance | --- Maps the high-level product charter to tracked work. Items **23–24** are largely satisfied by the tactical rows above; **25–29** carry the remaining charter intent. | # | Status | Charter theme | Tactical mapping / gap | |---|--------|---------------|-------------------------| | **23** | **Done** | Process & terminal integration | Vision HTTP/SSE, `useAiderSession`, stop/queue, Tauri core spawn, terminal stream | | **24** | **Done** | LLM chat interface | Chat panel, markdown, proposed edits, confirms, token stats | | **25** | **Done** | (overlap) Richer chat sections | Same as chat **#25** | | **26** | **Partial** | File system watcher | Git status polls on **Git** tab + while session runs (8s); native FS notify still open | | **27** | **Done** | Git visualization (charter §3) | Working tree, inline diffs, commit graph + details, stage all/file, auto-stage on `done`, undo + refresh. **Nice-to-have:** syntax-highlighted diffs | | **28** | **Partial** | Context awareness (charter §5) | **Done:** session files (images/PDF), `/add` paths, terminal tail + **folder picker** (Tauri) → `addFiles`. **Open:** web folder attach, file-tree picker, modified-file highlights (**#26**) | | **29** | **Longer-term** | Plugin / extension system | Custom Rust commands, third-party LLM providers, packaged extensions | | **30** | **Open** | Web / non-Tauri parity | Browser: localStorage todos; no Tauri git picker, path Tab complete, or full generate-spec without core |
a1651c4 to
8c9079b
Compare
4ca1c8e to
daf67dd
Compare
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.4.21 to 6.4.2. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v6.4.2/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v6.4.2/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-version: 6.4.2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
daf67dd to
014cdf7
Compare
Author
|
Dependabot couldn't access the repository. Because of this, Dependabot cannot update this pull request. |
1 similar comment
Author
|
Dependabot couldn't access the repository. Because of this, Dependabot cannot update this pull request. |
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.
Bumps vite from 5.4.21 to 6.4.2.
Release notes
Sourced from vite's releases.
Changelog
Sourced from vite's changelog.
... (truncated)
Commits
6b3fad0release: v6.4.2ca4da5dfix: avoid path traversal with optimize deps sourcemap handler (#22161)fe28e47fix: apply server.fs check to env transport (#22159) (#22163)5487f4frelease: v6.4.11114b5dfix(dev): trim trailing slash beforeserver.fs.denycheck (#20968) (#20969)f12697crelease: v6.4.0ca6455efeat: allow passing down resolved config to vite's createServer (#20932)0e173d8release: v6.3.7c59a222fix(esbuild): inject esbuild helpers correctly for esbuild 0.25.9+ (#20940)3f337c5release: v6.3.6