forked from lessweb/deepcode-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Checking mergeability…
Don’t worry, you can still create the pull request.
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: Maccha-Azuki/deepcode-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: lessweb/deepcode-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 13 commits
- 14 files changed
- 3 contributors
Commits on May 23, 2026
-
feat: add closed-border markdown table rendering with CJK/emoji support
- Detect markdown tables and render with Unicode box-drawing characters - Calculate visual terminal width for CJK/emoji (2 cols) vs ASCII (1 col) - Wrap long cells across multiple lines, prefer word-boundary breaks - Allocate column widths: narrow columns (#, status, count, date) minimal, content columns kept >= 12 chars - Render tables with <Text wrap="truncate-end"> to prevent Ink from breaking box-drawing lines at cell boundary spaces - Expose renderMarkdownSegments() for per-segment wrapping control
Configuration menu - View commit details
-
Copy full SHA for 928551e - Browse repository at this point
Copy the full SHA 928551eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8096709 - Browse repository at this point
Copy the full SHA 8096709View commit details
Commits on May 25, 2026
-
fix: improve table column width allocation — use natural widths and g…
…row to fill terminal Replace the aggressive maxLine/1.5 ideal-width heuristic with full natural widths. When the total fits within the available terminal width (defaulting to 120 cols), distribute slack proportionally to content columns instead of leaving them cramped. Detect narrow label columns by actual content width (≤8 chars) rather than hardcoded position ([0, 1, -2, -1]). When compression is necessary, start from per-column minimums (longest word) and share the remaining budget proportionally based on each column's deficit. This fixes the "tables too narrow and too tall" issue reported on PR lessweb#115 where every column was forced to ~67% of its natural width regardless of available screen real estate.
Configuration menu - View commit details
-
Copy full SHA for 7c95312 - Browse repository at this point
Copy the full SHA 7c95312View commit details -
Configuration menu - View commit details
-
Copy full SHA for 679eb00 - Browse repository at this point
Copy the full SHA 679eb00View commit details -
Merge pull request lessweb#115 from dengmik-commits/feat/table-render
feat: markdown 表格闭合边框渲染 + CJK/emoji 宽度适配
Configuration menu - View commit details
-
Copy full SHA for c5f1a00 - Browse repository at this point
Copy the full SHA c5f1a00View commit details -
- 新增 permission_denied 会话状态表示权限被拒绝 - 添加 denySessionPermission 方法以更新会话状态为拒绝并设置失败原因 - 在权限拒绝时清除提示草稿并调用拒绝权限处理逻辑 - 中断会话时清除提示草稿以防止残留输入 - 会话列表中新增 permission_denied 状态对应的 UI 状态映射为 denied
Configuration menu - View commit details
-
Copy full SHA for 670b118 - Browse repository at this point
Copy the full SHA 670b118View commit details -
Configuration menu - View commit details
-
Copy full SHA for acfacc9 - Browse repository at this point
Copy the full SHA acfacc9View commit details -
Configuration menu - View commit details
-
Copy full SHA for f1ecc26 - Browse repository at this point
Copy the full SHA f1ecc26View commit details -
Configuration menu - View commit details
-
Copy full SHA for a1b31c6 - Browse repository at this point
Copy the full SHA a1b31c6View commit details -
Merge pull request lessweb#120 from hqwlkj/main
fix(permission): 处理权限拒绝状态与界面更新
Configuration menu - View commit details
-
Copy full SHA for 7d769ac - Browse repository at this point
Copy the full SHA 7d769acView commit details -
Configuration menu - View commit details
-
Copy full SHA for 09ae2b4 - Browse repository at this point
Copy the full SHA 09ae2b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for e3b59f2 - Browse repository at this point
Copy the full SHA e3b59f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for d07d225 - Browse repository at this point
Copy the full SHA d07d225View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff main...main