Commit Graph

106 Commits (b60a212ad0039811a632fd690fa17a51842e62c3)
 

Author SHA1 Message Date
abel533 b60a212ad0 release: v0.1.0 4 weeks ago
abel533 4be570a4f2 chore: upgrade Jink to 0.5.0 and enable mouse tracking, add Jink 0.5.0 TUI framework section to README 4 weeks ago
abel533 9f4023bdf0 refactor: apply BaseSlashCommand to all 54 command implementations 1 month ago
abel533 12a443c9a9 refactor: extract AgentToolExecutor from AgentLoop 1 month ago
abel533 80f43480c1 refactor: extract utility classes and split AppConfig 1 month ago
abel533 5929f50b3a fix: BundledSkills Path.of crash on Windows 1 month ago
abel533 bd375e6b15 fix+test: code quality improvements + 87 unit tests 1 month ago
abel533 dd47566cb8 feat: Phase 4C infrastructure services + 4D debug commands 1 month ago
abel533 d09809e924 feat: 12 UX commands - brief, vim, theme, usage, tips, env, perf, etc (Phase 4B) 1 month ago
abel533 d65d63038f feat: LSPTool, BriefTool, NotificationTool (Phase 4A) 1 month ago
abel533 12557f23f0 feat: Plugin marketplace - manifest, installer, auto-update, marketplace (Phase 3E) 1 month ago
abel533 76191f5035 feat: Basic telemetry - feature flags, metrics, feature gates (Phase 3D) 1 month ago
abel533 293dd5657c feat: LSP integration - client, server manager, diagnostic registry (Phase 3C) 1 month ago
abel533 dcba6c86ae feat: Git Worktree isolation tools (Phase 3B) 1 month ago
abel533 b98675f643 feat: Server Mode with WebSocket direct connect (Phase 3A) 1 month ago
abel533 a926b31e34 feat: /doctor, /session, /agent, /rename commands (Phase 2F) 1 month ago
abel533 5a6798540a feat: MCP enhancements - HTTP+SSE transport, resource tools, env vars (Phase 2E) 1 month ago
abel533 758d0d2980 feat: Coordinator Mode with SendMessageTool (Phase 2D) 1 month ago
abel533 6e49c4fdc7 feat: SessionMemory service with post-sampling hook integration 1 month ago
abel533 6088678c4f feat: Skills execution system (Phase 2B) 1 month ago
abel533 cb76b267f1 feat: Plan Mode implementation (Phase 2A) 1 month ago
abel533 bd98dea6b3 feat: console rendering enhancements (Phase 1B.4) 1 month ago
abel533 95b45940fd feat: command layer enhancements (Phase 1B.3) 1 month ago
abel533 05e6e019b2 feat: BashTool sandbox, ConfigTool persistence, ToolSearchTool 1 month ago
abel533 f5da3499a4 feat: FileReadTool image support + FileEditTool unified diff output 1 month ago
abel533 d9b8c795b6 feat: add TaskStopTool, TaskOutputTool, and SleepTool 1 month ago
abel533 08ebc72416 feat: enhance GrepTool with output_mode, case_insensitive, multiline, context lines 1 month ago
abel533 c5440a2b4c feat: enhance system prompt and tool descriptions to match TS version 1 month ago
abel533 3b47c5e818 feat: cursor movement in input field 1 month ago
abel533 8946ca93f2 feat: dynamic terminal title matching official Claude Code behavior 1 month ago
abel533 d63a10c221 fix: hide cursor during selection mode and agent execution 1 month ago
abel533 f05732a60c fix: terminal title uses jink writeRaw instead of raw PrintStream 1 month ago
abel533 ecb88b25a0 fix: restore header border, defer title init, fix title encoding 1 month ago
abel533 db3de65c3c fix: header scrolls with messages, auto-scroll pauses on scroll-up 1 month ago
abel533 4523e7e4d3 fix: markdown ####, Ctrl+C exit bug, terminal title 1 month ago
abel533 43e62fb8fc feat: 增强系统提示词 — 对齐官方工具使用指南 1 month ago
abel533 54c3cb41a9 feat: 工具执行流式输出预览 1 month ago
abel533 012d5dfae6 feat: 添加 Ctrl+R 反向历史搜索 1 month ago
abel533 6c5580ccd7 feat: 添加斜杠命令 Tab 自动补全 1 month ago
abel533 f995a34d66 feat: 对齐官方快捷键和动画行为 1 month ago
abel533 99a4ccf059 feat: 块光标 + 动画移至消息区 + 权限交互选择 1 month ago
abel533 5ad2628b1a feat: Ctrl+C 双击退出(匹配原版 Claude Code 行为) 1 month ago
abel533 a20dffa7a0 fix: 改进滚动 maxOffset 计算 1 month ago
abel533 a30dfa9ad0 fix: 修复滚动限制 + 自动检测Shell类型 1 month ago
abel533 e47a3445df fix: 修复代码审查发现的线程安全和边界问题 1 month ago
abel533 d4f9c8104f enhance: 改进取消机制 — 流式token和工具调用中也检查cancelled 1 month ago
abel533 1b53357ded feat: Ctrl+C 中断 Agent 运行(而非退出应用) 1 month ago
abel533 ffb94bb2f7 feat: 添加 Escape/Ctrl+C 中断 Agent 运行功能 1 month ago
abel533 91190e180b ui: 改进消息显示,添加空行分隔和更友好的初始提示 1 month ago
abel533 f28d2328ef refactor: 权限/AskUser回调改为虚拟线程执行,避免锁竞争 1 month ago