Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
263 commits
Select commit Hold shift + click to select a range
e600849
feat: add MCP config extraction and skills registry architecture
JheisonMB Apr 12, 2026
e452f37
chore: add inquire and shell-words dependencies
JheisonMB Apr 12, 2026
624acc9
chore: remove Windows PowerShell install script
JheisonMB Apr 12, 2026
59c8236
refactor: unify daemon commands and clean up unused code
JheisonMB Apr 12, 2026
88b2357
feat: rename config to sync and add doctor command
JheisonMB Apr 12, 2026
76c15fb
fix: daemon port conflict, CLI config parsing, and pre-select platfor…
JheisonMB Apr 12, 2026
9169477
refactor: rename LogPanel to Preview, improve hints visibility, add b…
JheisonMB Apr 12, 2026
3a0e00d
feat: implement Preview mode with banner, task details, and read-only…
JheisonMB Apr 12, 2026
c1aae9a
fix: rename Sidebar to Home, use kiro --tui, fix CLI config parsing
JheisonMB Apr 12, 2026
0a7f1ae
fix: invert Home/Preview logic, add h key for home, fallback CLI dete…
JheisonMB Apr 12, 2026
8d306e7
feat: center banner vertically in Home, add h key to go home from any…
JheisonMB Apr 12, 2026
e4ed248
feat: add Brian's Brain automaton after 2s in Home mode
JheisonMB Apr 12, 2026
3f23b58
feat: add D key to delete tasks, watchers, and interactive agents
JheisonMB Apr 12, 2026
1c96ec8
feat: visually separate background and interactive agents with colore…
JheisonMB Apr 12, 2026
755dcff
refactor(tui): overhaul UX flow and fix Brian's Brain automaton
JheisonMB Apr 12, 2026
3d6e91d
fix(tui): banner-seeded brain, registry-driven spawn, dialog UX, sess…
JheisonMB Apr 12, 2026
ad31e94
fix(tui): transparent new-agent dialog, green quit dialog, clean brai…
JheisonMB Apr 12, 2026
ab3bd1e
fix(tui): highlight only focused panel with green borders
JheisonMB Apr 12, 2026
3ba4b00
fix(tui): add scrollback buffer for interactive agents
JheisonMB Apr 12, 2026
04fffbc
feat(tui): add particle validation and edge noise injection to automata
JheisonMB Apr 12, 2026
ed9c676
chore: apply clippy formatting fixes
JheisonMB Apr 12, 2026
02aa16a
feat(tui): add model selection and task/watcher creation dialog
JheisonMB Apr 12, 2026
c62a38a
feat(mcp): add task_models tool for listing available AI models
JheisonMB Apr 12, 2026
f37ae72
fix(tui): use vt100 native scrollback for interactive agent scroll
JheisonMB Apr 13, 2026
7c0ea4e
fix(tui): resolve clippy warnings for doc markdown and unnecessary ma…
JheisonMB Apr 13, 2026
8b5de5e
refactor(tui): replace emojis with status bars, add solid overlay dia…
JheisonMB Apr 13, 2026
e47b65b
feat(tui): add per-agent accent color from registry CliConfig
JheisonMB Apr 13, 2026
6fbf55c
feat(setup): add auto-setup and daily background registry refresh
JheisonMB Apr 13, 2026
94c9682
fix(tui): add ▌ accent bar to all three card lines
JheisonMB Apr 13, 2026
80a421a
feat(tui): show working directory last 2 segments in card line 3 inst…
JheisonMB Apr 13, 2026
04a85a4
feat(tui): use per-agent accent color for focus panel border
JheisonMB Apr 13, 2026
34b7575
fix(tui): map standard ANSI 16 colors to explicit RGB values for accu…
JheisonMB Apr 13, 2026
f25871b
feat(tui): add card spacing, per-CLI accent colors in dialog, and upd…
JheisonMB Apr 13, 2026
e31fa55
fix(tui): always set working_dir for scheduled tasks and show / fallb…
JheisonMB Apr 13, 2026
5e908b7
feat(tui): add Preview/Focus mode label to right panel border title
JheisonMB Apr 13, 2026
0899400
fix(tui): align daemon status to right edge in sidebar header
JheisonMB Apr 13, 2026
bf4d0d0
chore(deps): update rand, reqwest, notify, inquire, which, schemars t…
JheisonMB Apr 13, 2026
f40147a
feat(tui): auto-remove exited agents and exit focus mode, remove manu…
JheisonMB Apr 13, 2026
cabfb47
fix(tui): fix sidebar section height for card spacers and resize PTY …
JheisonMB Apr 13, 2026
253114c
feat: add whimsg personality header, fix scroll/legend/dialog/copy bugs
JheisonMB Apr 14, 2026
d034ab2
refactor: split ui/app into modules, add claude/gemini support, fix W…
JheisonMB Apr 14, 2026
2e12540
fix: auto-start daemon from TUI when not running
JheisonMB Apr 14, 2026
bd3aeba
feat: add codex CLI support and models.dev model picker
JheisonMB Apr 14, 2026
6086e8d
fix: scroll forwarding, agent exit handling, legend and gemini config
JheisonMB Apr 14, 2026
b4a3807
feat: whimsg animation, preview scroll, sidebar and codex fixes
JheisonMB Apr 14, 2026
ba82061
style: green header background, blinking daemon status, session label
JheisonMB Apr 14, 2026
adba8c0
feat: directory browser for all task types
JheisonMB Apr 14, 2026
e391b23
fix: header spacing, daemon blink color, model/dir field order in dialog
JheisonMB Apr 14, 2026
9ebd203
feat: consistent arrow-only navigation, Dir last in all task types
JheisonMB Apr 14, 2026
19a3843
fix: dir browser selection always visible, watcher shows files too
JheisonMB Apr 14, 2026
c3758d8
fix: remove RClick copy, auto-show Copied on Shift+Click selection
JheisonMB Apr 14, 2026
f4ba2f5
fix: bg tasks keep focus, daemon spinner, global copied banner
JheisonMB Apr 14, 2026
b700546
fix: dynamic dialog height so dir browser shows for Scheduled/Watcher
JheisonMB Apr 14, 2026
faf9412
fix: daemon indicator one cell from right edge
JheisonMB Apr 14, 2026
20ad1d5
ui(new): browser highlight uses CLI accent; hide Dir for Watcher; ali…
JheisonMB Apr 14, 2026
1b09193
ui(header): add left padding so title/kaomoji not flush to border
JheisonMB Apr 14, 2026
e1d291b
refactor: rename Task -> BackgroundAgent across code and DB tables
JheisonMB Apr 14, 2026
27fcf17
fix: header single green trailing space; rename MCP tools task_* -> a…
JheisonMB Apr 14, 2026
3700275
fix: banner display widths use char count instead of byte length
JheisonMB Apr 14, 2026
020a29d
refactor: replace Cli enum with registry-driven Cli(String) newtype
JheisonMB Apr 14, 2026
99276e1
feat: implement Context Transfer (Ctrl+T) between interactive agents
JheisonMB Apr 14, 2026
06f3bb7
fix: resume mode fallback and Ctrl+T responsiveness
JheisonMB Apr 15, 2026
605daa7
fix: resume args, remove ctx persistence, daemon install-service
JheisonMB Apr 15, 2026
b9f4859
feat: opencode session picker — list + pick sessions in resume dialog
JheisonMB Apr 15, 2026
63d505e
feat: edit background agents from TUI (e key in Preview)
JheisonMB Apr 15, 2026
63dfd62
fix: context transfer now captures full scrollback + prompt responses
JheisonMB Apr 15, 2026
1df8f7c
feat: agent picker shows CLI and working dir (like sidebar)
JheisonMB Apr 15, 2026
fd5625d
fix: sanitize context transfer — remove ANSI, UI noise, control chars
JheisonMB Apr 15, 2026
0d15dde
fix: context transfer — complete capture + bracketed paste injection
JheisonMB Apr 15, 2026
c7b96fb
feat: system notifications + improved context sanitization
JheisonMB Apr 15, 2026
757065f
Extract all inline tests to separate files
JheisonMB Apr 15, 2026
153a5ec
refactor(setup): step-by-step wizard UX with clear-rerender
JheisonMB Apr 16, 2026
43d0f88
feat(tui): context transfer prompts-only + interactive agent naming
JheisonMB Apr 16, 2026
8dd1cdc
feat(db): SQLite session registry with auto-resume
JheisonMB Apr 16, 2026
82cb75b
feat(setup): recommended MCP servers (filesystem, fetch, memory)
JheisonMB Apr 16, 2026
4616e35
feat(tui): capture PTY output on agent crash for diagnostics
JheisonMB Apr 16, 2026
67727a7
feat: per-platform registry, mandatory recommended servers, fix auto-…
JheisonMB Apr 16, 2026
564894d
feat: arrow-key directory picker in wizard and TUI dialog
JheisonMB Apr 16, 2026
7beeddd
fix: detect and parse TOML platform configs for codex/mistral MCP det…
JheisonMB Apr 16, 2026
2852a53
feat: MCP overhaul, blink fix, agent lifecycle
JheisonMB Apr 16, 2026
e42c45d
refactor(setup): remove sanitize fns, apply registry directly, fix st…
JheisonMB Apr 16, 2026
da8d4ab
feat(tui): replace Tab with Ctrl+Up/Down for cycling focus-mode agents
JheisonMB Apr 16, 2026
172584e
Fix context transfer: paste without auto-send, allow user to add inst…
JheisonMB Apr 16, 2026
aa01184
Fix context transfer: capture visible screen content in response ranges
JheisonMB Apr 16, 2026
a9186fa
Fix context transfer: correct output range to cover visible screen
JheisonMB Apr 16, 2026
de85cd3
Fix whimsg: reduce false error triggers, add Spanish keywords, dedupl…
JheisonMB Apr 16, 2026
1922e19
whimsg: restore generic ERROR and FAILED keywords
JheisonMB Apr 16, 2026
765b381
feat: complete repeated sections support with structured prompt format
JheisonMB Apr 17, 2026
492fcce
feat: instruction scrolling, responsive borders, and execution as edi…
JheisonMB Apr 17, 2026
9e7e3d4
refactor: per-section cursor/scroll + context transfer cleanup
JheisonMB Apr 17, 2026
07af116
feat: implement agent name lifecycle with UUID ids and reusable names
JheisonMB Apr 17, 2026
7e9b01a
feat: add yolo mode for autonomous agent execution
JheisonMB Apr 17, 2026
6fdf09d
refactor: improve footer key hints and prompt builder controls
JheisonMB Apr 17, 2026
b276fc1
style: remove spinning cursor from whimsical messages
JheisonMB Apr 17, 2026
f6a586f
feat: replace banner unfold with glitch effect and dramatic explosion
JheisonMB Apr 17, 2026
cf30e0e
fix: make glitch effects more noticeable and explosion smaller
JheisonMB Apr 17, 2026
a41db2f
chore: update dependencies and refactor TUI components
JheisonMB Apr 18, 2026
5be544c
refactor: improve dialog components and UI rendering
JheisonMB Apr 18, 2026
009cfe3
style: format code and fix clippy warnings
JheisonMB Apr 18, 2026
92cc85b
fix: parse TOML config using toml::from_str instead of parse
JheisonMB Apr 20, 2026
fe57899
feat: add terminal sessions and split groups to database schema
JheisonMB Apr 20, 2026
1b88055
feat: add SplitOrientation and SplitGroup models
JheisonMB Apr 20, 2026
02d5c89
feat: add mcp command and refactor setup execution
JheisonMB Apr 20, 2026
c753a24
refactor: update registry structure and platform configuration
JheisonMB Apr 20, 2026
c1f0f9e
feat: add terminal session support and naming improvements
JheisonMB Apr 20, 2026
50ab8ca
feat: add terminal agent management and split group handling
JheisonMB Apr 20, 2026
3b2a486
feat: add terminal and group agents to app data rendering
JheisonMB Apr 20, 2026
153b64a
feat: add terminal session type and skills picker to dialog
JheisonMB Apr 20, 2026
41b8ae9
feat: add terminal agents and split group management to app
JheisonMB Apr 20, 2026
e8ab382
feat: add terminal context transfer support
JheisonMB Apr 20, 2026
f40c316
feat: add terminal event handling and skills picker navigation
JheisonMB Apr 20, 2026
f8c7317
feat: add terminal session auto-resume to tui startup
JheisonMB Apr 20, 2026
aa6cddf
feat: add terminal dialog UI and split picker
JheisonMB Apr 20, 2026
a420aab
feat: update footer hints for terminal and split modes
JheisonMB Apr 20, 2026
b12598d
feat: add split view rendering to UI
JheisonMB Apr 20, 2026
a7b0532
feat: add split panel rendering and terminal support
JheisonMB Apr 20, 2026
0541b01
feat: add terminal and split group sections to sidebar
JheisonMB Apr 20, 2026
8a62823
docs: update README with new features and formatting
JheisonMB Apr 20, 2026
fee4fc2
feat: add mcp wizard and skills modules
JheisonMB Apr 20, 2026
9d91625
feat: add warp mode and cursor tracking to terminal agents
JheisonMB Apr 20, 2026
24695cb
feat: add group activation and focusable navigation
JheisonMB Apr 20, 2026
402a41b
refactor: reorder agent entries for better UX
JheisonMB Apr 20, 2026
75f3d78
feat: add shell detection and history loading to terminal dialog
JheisonMB Apr 20, 2026
d499844
feat: add terminal history management and focused agent name
JheisonMB Apr 20, 2026
0e2f799
feat: add terminal warp mode and suggestion picker handling
JheisonMB Apr 20, 2026
263f020
feat: add terminal_history module to tui
JheisonMB Apr 20, 2026
4780034
feat: add suggestion picker UI for terminal autocomplete
JheisonMB Apr 20, 2026
ec6efbe
feat: add split session labels and tab hint to footer
JheisonMB Apr 20, 2026
ae99685
feat: add suggestion picker rendering to UI
JheisonMB Apr 20, 2026
3bec277
feat: add warp input box and command chips to terminal panels
JheisonMB Apr 20, 2026
ddf29b1
fix: use accent color for selected groups in sidebar
JheisonMB Apr 20, 2026
8535875
feat: add terminal history with autocomplete and cd picker
JheisonMB Apr 20, 2026
beea33a
docs: update README with terminal sessions and split view features
JheisonMB Apr 20, 2026
521dd4a
feat: implement auto-update system for stable releases
JheisonMB Apr 20, 2026
156d2bf
feat: change quit key from q to F4
JheisonMB Apr 20, 2026
d284c9e
docs: update README with comprehensive feature descriptions
JheisonMB Apr 20, 2026
b384b46
feat(tui): change session switching from Ctrl+arrows to Shift+arrows
JheisonMB Apr 20, 2026
694d12c
fix(tui): set explicit black foreground on green header badge spans
JheisonMB Apr 20, 2026
13b62b0
feat(tui): use skill:name format in tools section, keep prefix in picker
JheisonMB Apr 20, 2026
c411a3c
feat(tui): add global command catalog shared across all terminal sess…
JheisonMB Apr 20, 2026
f17cd26
feat(tui): conditional Tab in terminals — empty opens catalog, non-em…
JheisonMB Apr 20, 2026
3fbc585
fix(tui): unify XML indentation in prompt builder output
JheisonMB Apr 20, 2026
3ab8d39
feat(tui): add terminal scrollback with PageUp/Down and Ctrl+F search
JheisonMB Apr 20, 2026
f8eb5e1
fix(tui): enable bracketed paste to prevent pasted newlines from trig…
JheisonMB Apr 20, 2026
7e08a32
feat(tui): add history_index field to InteractiveAgent for session hi…
JheisonMB Apr 20, 2026
176b1a5
fix(tui): preserve warp input buffer after Tab native completion
JheisonMB Apr 20, 2026
ceb381c
feat(tui): browse session history with Up/Down arrows in warp mode
JheisonMB Apr 20, 2026
3b694f5
feat(tui): add live filtering to directory browser in new agent dialog
JheisonMB Apr 21, 2026
74bb519
chore: checkpoint current workspace state
JheisonMB Apr 21, 2026
c5eb230
refactor(domain): unify Agent model with Trigger enum, remove Backgro…
JheisonMB Apr 23, 2026
6b0e0a5
refactor(ports): consolidate repository traits into AgentRepository, …
JheisonMB Apr 23, 2026
b4a21eb
refactor(db): migrate storage to unified agents table with AgentRepos…
JheisonMB Apr 23, 2026
8f1e811
refactor(executor): unify execute_task and execute_watcher_task into …
JheisonMB Apr 23, 2026
15e863c
refactor(watchers): adapt engine to use Agent model directly
JheisonMB Apr 23, 2026
6c96333
refactor(scheduler): use AgentRepository and unified execute_agent fo…
JheisonMB Apr 23, 2026
5c66b26
refactor(tui): migrate all UI components to unified Agent model
JheisonMB Apr 23, 2026
6edcb16
refactor(daemon): rewrite MCP tools for Agent model, extract helper m…
JheisonMB Apr 23, 2026
27a89e7
refactor(infrastructure): modularize autoupdate, mcp_wizard, setup, s…
JheisonMB Apr 23, 2026
7cb89ec
fix: add missing newline in ports.rs
JheisonMB Apr 24, 2026
381475c
fix(daemon): add missing newlines and improve formatting
JheisonMB Apr 24, 2026
b0af732
fix(db): add missing newlines and improve code formatting
JheisonMB Apr 24, 2026
505e051
fix(domain): add Default derive and allow dead code annotations
JheisonMB Apr 24, 2026
44ce0ab
feat(domain): add unified canopy_config module and migrate CLI config
JheisonMB Apr 24, 2026
8e6124b
fix(executor): add missing newlines and improve formatting
JheisonMB Apr 24, 2026
0a8b7a2
fix(main): add missing newlines and improve formatting
JheisonMB Apr 24, 2026
96e69d7
feat(setup): migrate to unified canopy_config and remove legacy files
JheisonMB Apr 24, 2026
8cf94b8
fix(skills): add missing newlines and improve formatting
JheisonMB Apr 24, 2026
0cc6d5b
fix(tui/agent): add missing newlines and improve formatting
JheisonMB Apr 24, 2026
7a28211
fix(tui/data): improve imports formatting
JheisonMB Apr 24, 2026
a9b1723
feat(tui/dialog): add recursive search in @ picker and paste support
JheisonMB Apr 24, 2026
dbf7479
fix(tui/app): migrate to unified canopy_config and improve formatting
JheisonMB Apr 24, 2026
5fe90cb
feat(tui/event): add paste support and improve key bindings
JheisonMB Apr 24, 2026
d9f9b88
fix(tui/dialogs): update legend for new key bindings
JheisonMB Apr 24, 2026
1f54b15
fix(tui/footer): update help text for new key bindings
JheisonMB Apr 24, 2026
c740c59
fix(tui/header): change kaomoji text color to black for better visibi…
JheisonMB Apr 24, 2026
0fc9d63
feat(tui/panel): add sensitive input masking and improve rendering
JheisonMB Apr 24, 2026
6a46772
fix(tui/sidebar): improve working directory resolution
JheisonMB Apr 24, 2026
5ad07f0
fix(watchers): add missing newlines and improve formatting
JheisonMB Apr 24, 2026
04d998b
feat(domain): add new canopy_config module for unified configuration
JheisonMB Apr 24, 2026
ae2ee12
fix(tui/dialogs): show relative paths in recursive @ picker search
JheisonMB Apr 24, 2026
42f51ed
fix(tui/panel): only mask input characters after cursor in sensitive …
JheisonMB Apr 24, 2026
76e4b9f
fix(tui): adjust F4/Shift+F4 shortcuts for proper split vs normal mod…
JheisonMB Apr 24, 2026
e2b1fcb
fix(tui/dialogs): simplify legend text for F4 shortcuts
JheisonMB Apr 24, 2026
0418f69
fix(tui/dialogs): simplify Shift+F4 legend to just 'end'
JheisonMB Apr 24, 2026
0e05d6b
test(application): add unit tests for application layer
JheisonMB Apr 24, 2026
e6a73e9
test: add comprehensive unit tests for application, daemon, and execu…
JheisonMB Apr 24, 2026
a951668
feat(tui): enhance Shift+Click copy to include plain text from PTY
JheisonMB Apr 24, 2026
7dab116
chore: update toml from 0.9.6 to 1.1.2
JheisonMB Apr 24, 2026
802beb8
fix: preserve YOLO mode during session relaunch
JheisonMB Apr 26, 2026
ad6523b
fix: remove duplicate separator lines in wizard titles
JheisonMB Apr 26, 2026
c95e679
fix: correct CD picker path construction for relative navigation
JheisonMB Apr 26, 2026
62a3055
fix: initialize scheduler last_fired from database to prevent duplica…
JheisonMB Apr 26, 2026
55c540c
feat: add base directory tracking to CD picker for proper relative paths
JheisonMB Apr 26, 2026
c4154f5
fix: ensure newly created sessions are properly focused after creation
JheisonMB Apr 26, 2026
a382cf1
feat: add shared banner module for consistent wizard title display
JheisonMB Apr 26, 2026
e4d75ad
test: add and update tests for notification and session features
JheisonMB Apr 26, 2026
42cde59
chore: update dependencies
JheisonMB Apr 26, 2026
a703a82
refactor: improve UI consistency and fix minor display issues
JheisonMB Apr 26, 2026
5943adc
chore: minor agent module cleanup
JheisonMB Apr 26, 2026
a0331d2
feat: add host-aware sidebar diagnostics
JheisonMB Apr 26, 2026
2aec1ab
fix: stabilize prompt pickers and background notifications
JheisonMB Apr 26, 2026
3ad5998
feat: move brian's brain into the sidebar
JheisonMB Apr 26, 2026
fd9101f
chore: remove dead sysinfo helpers
JheisonMB Apr 26, 2026
678509f
chore: apply final system formatting
JheisonMB Apr 26, 2026
953ae2b
feat: moove brian brains to side bar
JheisonMB Apr 26, 2026
9e40fe4
feat: extract banner glitch into dedicated module with gradient wave …
JheisonMB Apr 27, 2026
dd12f6c
feat: wire banner glitch into app and offload system info to backgrou…
JheisonMB Apr 27, 2026
deeb21a
refactor: show only metrics in system dashboard and fix test for GPU …
JheisonMB Apr 27, 2026
3050990
chore: fix clippy module-inception and useless-vec warnings
JheisonMB Apr 27, 2026
2b1104d
feat: add mouse speed boost to animations and fix WSL notification pe…
JheisonMB Apr 27, 2026
98f934e
feat: add temperature unit preference (Celsius/Fahrenheit) to config …
JheisonMB Apr 27, 2026
3cbaa93
refactor: replace banner glitch with fluid ASCII field animation
JheisonMB Apr 27, 2026
adf59dc
perf: optimize Brian's Brain automaton step interval and mouse boost
JheisonMB Apr 27, 2026
05b946e
refactor: make field animation slower, circular, sparser, darker
JheisonMB Apr 27, 2026
350c74e
chore: replace dot glyphs with block chars for more texture
JheisonMB Apr 27, 2026
6c102ac
refactor(tui): replace banner glitch noise field with Brian's Brain o…
JheisonMB Apr 27, 2026
1fed64d
feat(tui): show Brian's Brain and sysinfo in sidebar when no agents e…
JheisonMB Apr 27, 2026
ddfd98c
fix(tui): remap F10 to preview, F4 to delete/end session, Esc to home
JheisonMB Apr 27, 2026
c85a3f7
style(tui): update Brian's Brain glyphs for better contrast
JheisonMB Apr 27, 2026
e98243a
chore: upgrade sysinfo to 0.38
JheisonMB Apr 28, 2026
9452568
feat: register AUMID on startup and clear notifications on exit
JheisonMB Apr 28, 2026
f7ba359
feat: call notification cleanup in daemon server
JheisonMB Apr 28, 2026
7146742
refactor: remove unused memory conversion helpers
JheisonMB Apr 28, 2026
5b9e29e
feat: add BackgroundTrigger enum and refactor task types
JheisonMB Apr 28, 2026
42ee0ea
perf: increase system info update frequency
JheisonMB Apr 28, 2026
0299518
feat: add CLI picker navigation and refactor dialog key handling
JheisonMB Apr 28, 2026
b667b92
feat: register AUMID in TUI startup
JheisonMB Apr 28, 2026
a448e31
feat: add CLI picker UI and refactor dialog layout
JheisonMB Apr 28, 2026
3cc6f4a
feat: update footer hints for preview focus
JheisonMB Apr 28, 2026
e631b61
feat: improve memory and GPU VRAM formatting in system dashboard
JheisonMB Apr 28, 2026
3ed278b
feat: clear notifications on TUI exit
JheisonMB Apr 28, 2026
70fc3b3
chore: apply cargo fmt
JheisonMB Apr 28, 2026
79b5861
feat: add single-click copy from terminal cursor line
JheisonMB Apr 28, 2026
5c90c13
feat: implement single-click copy from PTY with UI filtering
JheisonMB Apr 28, 2026
0148a13
fix: handle sidebar visibility and validate click position
JheisonMB Apr 28, 2026
dadd270
fix: prevent UI freezing with non-blocking clipboard operations and r…
JheisonMB Apr 28, 2026
566fb38
chore: add HKCU/ to gitignore to prevent accidental tracking
JheisonMB Apr 28, 2026
85b784c
fix(clippy): add missing semicolons and use div_ceil
JheisonMB Apr 28, 2026
48b579e
feat(terminal): add real-time filter to command history picker
JheisonMB Apr 28, 2026
2b05087
feat(terminal): display active filter in picker title
JheisonMB Apr 28, 2026
e62db1e
feat(ui): auto-scroll sidebar sections with scroll indicators
JheisonMB Apr 28, 2026
23a167a
style(ui): move section titles to bottom-right and remove counts
JheisonMB Apr 28, 2026
7a95ea7
feat(ui): improve sysinfo dashboard with responsive height and canopy…
JheisonMB Apr 28, 2026
b4fc1c3
fix(ui): prevent UI freeze by using try_lock in PTY copy functions
JheisonMB Apr 28, 2026
8d3eba4
fix(resume): preserve original session args when auto-resuming intera…
JheisonMB Apr 28, 2026
2f6bf87
refactor(cd): remove parent directory entry from cd picker
JheisonMB Apr 28, 2026
c111ed4
chore: apply cargo fmt
JheisonMB Apr 28, 2026
a4b83af
feat(tui): improve system dashboard with per-core load, colors, and s…
JheisonMB Apr 28, 2026
77fa100
feat(tui): reorder new session CLIs by usage and replace F1 legend wi…
JheisonMB Apr 28, 2026
d167f1c
feat(ui): reorder sysinfo labels for cpu cores and load percentage
JheisonMB Apr 28, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
name: CI

on:
push:
branches: [main, develop]
pull_request:
workflow_dispatch:

jobs:
rust-ci:
Expand Down
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
.zencoder/
.qwen/
.agents/
.codex/
.codex
skills-lock.json

### Rust ###
Expand All @@ -26,3 +28,6 @@ target/
.vscode/
.idea/
*.log

# Ignore accidental HKCU directory (Windows registry reference, not a real directory)
HKCU/
Loading
Loading