|
| 1 | +# Created with YamlCreate.ps1 Dumplings Mod |
| 2 | +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json |
| 3 | + |
| 4 | +PackageIdentifier: XinTaoFei.Codeg |
| 5 | +PackageVersion: 0.20.2 |
| 6 | +PackageLocale: en-US |
| 7 | +Publisher: codeg |
| 8 | +PublisherUrl: https://github.com/xintaofei |
| 9 | +PublisherSupportUrl: https://github.com/xintaofei/codeg/issues |
| 10 | +PackageName: codeg |
| 11 | +PackageUrl: https://github.com/xintaofei/codeg |
| 12 | +License: Apache-2.0 |
| 13 | +LicenseUrl: https://github.com/xintaofei/codeg/blob/HEAD/LICENSE |
| 14 | +ShortDescription: Aggregate and browse AI coding agent sessions (Claude Code, Codex, Gemini CLI, etc.) in one place. Desktop app, self-hosted server, or Docker. |
| 15 | +Description: Codeg (Code Generation) is an enterprise-grade multi-agent coding workspace. It unifies local AI coding agents (Claude Code, Codex CLI, OpenCode, Gemini CLI, OpenClaw, Cline, etc.) in a desktop app, standalone server, or Docker container — enabling remote development from any browser — with conversation aggregation, parallel git worktree development, MCP/Skills management, chat channel interactions (Telegram, Lark, iLink, etc.), and integrated Git/file/terminal workflows. |
| 16 | +Tags: |
| 17 | +- agent |
| 18 | +- agentic |
| 19 | +- ai |
| 20 | +- chatbot |
| 21 | +- claude-code |
| 22 | +- code |
| 23 | +- codex |
| 24 | +- coding |
| 25 | +- gemini-cli |
| 26 | +- large-language-model |
| 27 | +- llm |
| 28 | +- programming |
| 29 | +ReleaseNotes: |- |
| 30 | + - feat(settings): Experts, Science, and Office Tools are now one "Skill Packs" hub. The three separate settings pages are merged into a single Skill Packs entry with a tabbed switcher for Experts, Scientific Research, and Office — plus a fixed toolbar to open the shared central skills folder or refresh the active tab. Old links to the individual pages redirect here automatically. |
| 31 | + - feat(chat): Kick off Scientific Research skills straight from the composer. The composer's "+" menu gains a "Scientific Research" submenu next to Experts and Office Work, listing every bundled science skill; pick one to drop its invocation badge into your message. Skills you haven't enabled for the current agent show a lock and a shortcut to turn them on in Settings. |
| 32 | + - feat(layout): Roomier sidebars. The left and right sidebars can now be dragged out to 900px, giving conversation lists and side panels more breathing room on wide displays. |
| 33 | + - fix(chat): Quick-skills now use the right prefix for whichever agent you send to. A skill badge inserted before switching agents kept its original trigger, so a skill queued for Codex went out as /skill and Codex rejected it as a slash command. Badges are now re-stamped when you change agents and normalized at send time — $ for Codex, / everywhere else — so the invocation always lands. |
| 34 | + - fix(acp): A conversation that can't be resumed now offers a clear way forward. When a historical session can't be restored — the agent process crashed mid-load, or the session has expired or ended — codeg shows a Reload / New conversation banner instead of silently orphaning the context or surfacing a raw protocol error. |
| 35 | + - fix(editor): No more phantom errors or orange boxes in the file editor. The built-in editor no longer flags false-positive TypeScript/JSON problems that only exist because it can't see your project's build context ("Cannot find module '@/…'", a missing --jsx flag, unreachable schemas), and Chinese/Japanese full-width punctuation (:;,!?()) renders as normal text instead of highlighted boxes. Real syntax errors and zero-width/BOM detection are still flagged. |
| 36 | + - fix(editor): Markdown list markers show up in file preview. Ordered lists now display their numbers and unordered lists get proper indentation in the editor's Markdown preview. |
| 37 | + - fix(chat): The model picker no longer closes when you grab its scrollbar. On the desktop app's WebKit webview, dragging the model list's scrollbar used to dismiss the picker; it now stays open in both the wide picker and the collapsed cog panel. |
| 38 | +ReleaseNotesUrl: https://github.com/xintaofei/codeg/releases/tag/v0.20.2 |
| 39 | +ManifestType: defaultLocale |
| 40 | +ManifestVersion: 1.12.0 |
0 commit comments