Paul Gauthier (aider)
|
ee4e9c9711
|
refactor: Remove unused time import
|
2025-05-10 07:10:28 -07:00 |
|
Paul Gauthier (aider)
|
8c755bf032
|
refactor: move Spinner class to waiting module
|
2025-05-10 07:10:12 -07:00 |
|
Paul Gauthier (aider)
|
91d7fbd659
|
fix: Catch KeyboardInterrupt in main and end spinner
|
2025-05-09 09:51:44 -07:00 |
|
Paul Gauthier (aider)
|
1a7960810c
|
style: Fix E501 line length in spinner comments
|
2025-05-09 06:57:32 -07:00 |
|
Paul Gauthier (aider)
|
766a41d5de
|
style: Apply formatting
|
2025-05-09 06:57:23 -07:00 |
|
Paul Gauthier (aider)
|
df967e4b41
|
feat: Clip spinner output to console width
|
2025-05-09 06:57:18 -07:00 |
|
Paul Gauthier (aider)
|
781ed90653
|
fix: Clear to end of line when spinner updates
|
2025-05-09 06:54:10 -07:00 |
|
Paul Gauthier (aider)
|
2bc9386876
|
feat: Add optional text param to Spinner.step
|
2025-05-09 06:50:42 -07:00 |
|
Paul Gauthier
|
04cbe87caa
|
style: Update spinner unicode palette
|
2025-05-09 06:48:26 -07:00 |
|
Paul Gauthier (aider)
|
81b86441fd
|
feat: Hide cursor when spinner is active
|
2025-05-09 06:01:48 -07:00 |
|
Paul Gauthier (aider)
|
edb3bf84cc
|
chore: Adjust spinner ascii frame width
|
2025-05-08 19:52:12 -07:00 |
|
Paul Gauthier
|
4d5852a30e
|
chore: Refine ASCII spinner animation
|
2025-05-08 19:49:19 -07:00 |
|
Paul Gauthier (aider)
|
7a5877ea50
|
style: Format spinner frames
|
2025-05-08 19:28:35 -07:00 |
|
Paul Gauthier (aider)
|
52ae22bcf8
|
Refactor: Update spinner frames definition
|
2025-05-08 19:28:30 -07:00 |
|
Paul Gauthier
|
4fb2d78011
|
spinner
|
2025-05-08 19:21:28 -07:00 |
|
Paul Gauthier
|
2d34b738bc
|
chore: Update waiting spinner
|
2025-05-08 17:47:41 -07:00 |
|
Paul Gauthier
|
4e86a82a08
|
copy
|
2025-05-08 17:21:48 -07:00 |
|
Paul Gauthier (aider)
|
784ac79da1
|
style: Apply formatting
|
2025-05-08 17:17:07 -07:00 |
|
Paul Gauthier (aider)
|
647f556582
|
refactor: Use str.translate for spinner unicode mapping
|
2025-05-08 17:17:02 -07:00 |
|
Paul Gauthier
|
aad6838e15
|
chore: Improve spinner ASCII animation
|
2025-05-08 17:17:01 -07:00 |
|
Paul Gauthier
|
95cc362c07
|
fix: Fix spinner backspace calculation
|
2025-05-08 17:12:28 -07:00 |
|
Paul Gauthier (aider)
|
9ef506dc25
|
feat: Continue spinner animation across instances
|
2025-05-08 17:09:43 -07:00 |
|
Paul Gauthier
|
b236e0c801
|
style: Improve spinner display order and output
|
2025-05-08 17:08:07 -07:00 |
|
Paul Gauthier
|
0864a7ca76
|
refactor: Prune spinner animation frames and char assignments
|
2025-05-08 16:00:53 -07:00 |
|
Paul Gauthier (aider)
|
01592afac3
|
fix: Remove unused variables in Spinner
|
2025-05-08 15:58:04 -07:00 |
|
Paul Gauthier
|
3a5a46253d
|
feat: redesign spinner animation with tail
|
2025-05-08 15:57:56 -07:00 |
|
Paul Gauthier (aider)
|
5bb891b2bb
|
refactor: Use pre-defined ASCII frames for spinner animation
|
2025-05-08 15:51:37 -07:00 |
|
Paul Gauthier (aider)
|
18f702b95a
|
refactor: Simplify spinner animation by pre-rendering frames
|
2025-05-08 15:48:40 -07:00 |
|
Paul Gauthier
|
a1cb86dca3
|
Revert "feat: Enhance spinner with head and trailing effect"
This reverts commit d3931f67ca .
|
2025-05-08 15:38:34 -07:00 |
|
Paul Gauthier
|
cf1d58745e
|
Revert "style: Run linter"
This reverts commit 540b2519c2 .
|
2025-05-08 15:38:19 -07:00 |
|
Paul Gauthier (aider)
|
540b2519c2
|
style: Run linter
|
2025-05-08 15:32:56 -07:00 |
|
Paul Gauthier (aider)
|
d3931f67ca
|
feat: Enhance spinner with head and trailing effect
|
2025-05-08 15:32:50 -07:00 |
|
Paul Gauthier
|
e1ab9cc0ab
|
fix: Correct spinner erasure and update animation
|
2025-05-08 14:19:26 -07:00 |
|
Paul Gauthier (aider)
|
15317a9f4b
|
style: Run linter and apply fixes
|
2025-05-08 14:09:38 -07:00 |
|
Paul Gauthier (aider)
|
62dc55dd77
|
feat: Position cursor on scanner char in spinner animation
|
2025-05-08 14:09:34 -07:00 |
|
Paul Gauthier (aider)
|
20faadcbd9
|
style: Apply linter fixes
|
2025-05-08 14:08:11 -07:00 |
|
Paul Gauthier (aider)
|
8f0fa6684d
|
feat: implement Knight Rider style spinner animation
|
2025-05-08 14:08:06 -07:00 |
|
Titusz Pan
|
d9aa3cb2d4
|
Replace shlex with cross-platform oslex
|
2025-04-23 14:33:01 +02:00 |
|
Paul Gauthier (aider)
|
27c1fd0262
|
fix: Handle FileNotFoundError in find_common_root
|
2025-03-31 09:15:26 +13:00 |
|
Paul Gauthier
|
dff544cd5d
|
refactor: Split summarize method and add model metadata handling
|
2025-01-20 09:38:45 -08:00 |
|
Paul Gauthier
|
6a1f4431d0
|
docs: Update HISTORY.md and FAQ.md with latest changes and model usage stats
|
2025-01-04 12:22:45 -08:00 |
|
Paul Gauthier
|
f62ef34715
|
fix: Handle missing git module gracefully
|
2024-12-14 09:42:54 -08:00 |
|
Paul Gauthier (aider)
|
e50992bb93
|
style: remove unused shutil import
|
2024-12-08 18:12:36 -08:00 |
|
Paul Gauthier
|
fa6c3068c0
|
refactor: simplify pip install command by using sys.executable directly
|
2024-12-08 18:12:30 -08:00 |
|
Paul Gauthier
|
73205b1f8c
|
refactor: Move charset test to separate method in Spinner class
|
2024-12-05 14:57:13 -08:00 |
|
Paul Gauthier (aider)
|
3016d7b8f3
|
style: fix whitespace in utils.py
|
2024-12-05 14:46:37 -08:00 |
|
Paul Gauthier (aider)
|
beb3ddaa1f
|
feat: add __main__ block to utils.py
|
2024-12-05 14:46:33 -08:00 |
|
Paul Gauthier
|
8db48fb4f1
|
refactor: simplify comment in utils.py
|
2024-12-05 14:46:31 -08:00 |
|
Paul Gauthier (aider)
|
6eb3641c1d
|
feat: add main function with spinner demo
|
2024-12-05 14:45:50 -08:00 |
|
Paul Gauthier
|
8cfd64a7be
|
chore: add comment for future spinner implementation
|
2024-12-05 14:45:47 -08:00 |
|