feat: add first-class qwen code support#131
Open
dorogao5 wants to merge 3 commits intovakovalskii:mainfrom
Open
feat: add first-class qwen code support#131dorogao5 wants to merge 3 commits intovakovalskii:mainfrom
dorogao5 wants to merge 3 commits intovakovalskii:mainfrom
Conversation
3d9ceb4 to
7d4343d
Compare
Owner
|
Conflicts with current codebase — app.js was split into modules. Please rebase on latest main. Also 14 files / 1000+ lines is too big for one PR — consider splitting into: 1) data.js agent support 2) frontend UI 3) terminals support. |
7d4343d to
3341e00
Compare
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.
Summary
Adds Qwen Code as a first-class supported agent across the main CodeDash flows without changing the zero-dependency runtime model.
What changed
~/.qwen/projects/*/(chats|sessions)/*.jsonlwith version-tolerant parsing and graceful handling of missing or malformed filesValidation
Manual checks run locally against real
~/.qwendata and a live localqwenCLI session:node -c src/data.jsnode -c src/convert.jsnode -c src/terminals.jsnode -c src/handoff.jsnode -c src/frontend/app.jsnode -c bin/cli.jsgit diff --checknode bin/cli.js list 15node bin/cli.js show 03a66a07-3e81-4ebf-8b21-df1bf08f10acnode bin/cli.js search контрибьютеромnode bin/cli.js statsnode bin/cli.js handoff 03a66a07-3e81-4ebf-8b21-df1bf08f10ac qwennode bin/cli.js convert 03a66a07-3e81-4ebf-8b21-df1bf08f10ac codexnode bin/cli.js convert 17f89c71-9c2a-42cf-a68b-7c757d9b05ab qwennode bin/cli.js run --port=3900 --host=127.0.0.1 --no-browsercurl http://127.0.0.1:3900/api/sessionscurl http://127.0.0.1:3900/api/session/56fb9dab-88e6-444e-9367-a19abbea4f89curl http://127.0.0.1:3900/api/preview/56fb9dab-88e6-444e-9367-a19abbea4f89curl http://127.0.0.1:3900/api/replay/03a66a07-3e81-4ebf-8b21-df1bf08f10accurl http://127.0.0.1:3900/api/search?q=контрибьютеромcurl http://127.0.0.1:3900/api/cost/56fb9dab-88e6-444e-9367-a19abbea4f89curl http://127.0.0.1:3900/api/activeqwen -r 03a66a07-3e81-4ebf-8b21-df1bf08f10acAdditional parser checks were run in an isolated temporary
HOMEwith:~/.qwenpresentchats/,sessions/, mixed timestamps)Known limitations
unavailablewhen the stored model name has no entry inMODEL_PRICING.qwen -r <session-id>or--session-id; plainqwenstill falls back to cwd and open-file detection.