Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: deep-copilot/DeepCopilot

Tags

v0.43.1

Toggle v0.43.1's commit message
release: v0.43.1 — repack PR #180 (interactive narration + auto-resum…

…e + prefix-cache tuning)

v0.41.6

Toggle v0.41.6's commit message
v0.41.6 - archive pure-export + watchdog stays on duty

v0.41.0

Toggle v0.41.0's commit message
release: v0.41.0 - context window overhaul, slash commands, context ring

- README: add Highlights rows for context management and footer Context Ring

- release/notes_v0410.md: bilingual release notes

- package-lock.json: refreshed by npm install

v0.40.4

Toggle v0.40.4's commit message
docs(release): add v0.40.4 release notes

v0.40.0

Toggle v0.40.0's commit message
v0.40.0 - UI refresh, terminal early-exit, vscodeignore cleanup

v0.35.3

Toggle v0.35.3's commit message
chore(release): bump to v0.35.3

v0.35.2

Toggle v0.35.2's commit message
docs: add v0.35.2 changelog entry (bilingual)

v0.33.0

Toggle v0.33.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #56 from ZhouChaunge/feat/auto-selection-chip

feat: 选中代码自动生成 attachment chip(#55

v0.32.9

Toggle v0.32.9's commit message
fix: v0.32.8+v0.32.9 — run_shell OS launch capability + autopilot wor…

…kspace bypass

v0.32.8: Add explicit system-prompt instruction that run_shell has full
OS access. Fixes agent refusing to launch desktop applications with
'I cannot open apps' instead of trying Start-Process/open/xdg-open.

v0.32.9: Autopilot mode now silently allows out-of-workspace file
access without prompting. Fixes 'Access outside workspace' dialog
appearing even when approvalMode === 'autopilot'.

v0.32.7

Toggle v0.32.7's commit message
feat: locale-aware fonts + full webview i18n (v0.32.7)

- Detect vscode.env.language at startup; inject data-locale on <html>
- zh-* locales: Microsoft YaHei UI / PingFang SC / Noto CJK font stack
- en locales: Segoe UI / Inter / system-ui font stack
- Add 20 wv* i18n keys (EN+ZH) to i18n.js
- Replace all 20 hardcoded Chinese strings in html.js with t() calls
- Bump version to 0.32.7; update README badges and changelog