Andrew Phillips
|
dca1d6c6a4
|
fix: resolve compilation errors by adding Sync+Send bounds and fixing syntax
Co-authored-by: aider (openai/andrew/openrouter/sonoma-sky-alpha) <aider@aider.chat>
|
2025-09-11 11:57:14 -03:00 |
|
Andrew Phillips
|
a23cf1bf3b
|
fix: Close the unclosed delimiter in the compression engine trait
Co-authored-by: aider (openai/andrew/openrouter/sonoma-sky-alpha) <aider@aider.chat>
|
2025-09-11 11:19:31 -03:00 |
|
Andrew Phillips
|
f7a73dd5e1
|
style: Remove trailing newline from trait definition
|
2025-09-11 11:19:30 -03:00 |
|
Andrew Phillips
|
0a267cf9ec
|
docs: Update documentation for CompressionEngine trait methods
Co-authored-by: aider (openai/andrew/openrouter/sonoma-sky-alpha) <aider@aider.chat>
|
2025-09-11 11:14:30 -03:00 |
|
Andrew Phillips
|
24e66ca75a
|
refactor: Remove unused methods from CompressionEngine trait
Co-authored-by: aider (openai/andrew/openrouter/sonoma-sky-alpha) <aider@aider.chat>
|
2025-09-11 11:10:51 -03:00 |
|
Andrew Phillips
|
0aaf22d4b6
|
docs: Fix missing docstring and implement cat and size methods
Co-authored-by: aider (openai/andrew/openrouter/sonoma-sky-alpha) <aider@aider.chat>
|
2025-09-11 11:10:08 -03:00 |
|
Andrew Phillips
|
7be0b6735e
|
fix: Remove stray doc comment lines that do not document anything
Co-authored-by: aider (openai/andrew/openrouter/sonoma-sky-alpha) <aider@aider.chat>
|
2025-09-11 11:01:41 -03:00 |
|
Andrew Phillips
|
faeba25c53
|
feat: Add size method to CompressionEngine trait
Co-authored-by: aider (openai/andrew/openrouter/sonoma-sky-alpha) <aider@aider.chat>
|
2025-09-11 11:00:43 -03:00 |
|
Andrew Phillips
|
b67018d981
|
refactor: Remove get_status_info from CompressionEngine trait
Co-authored-by: aider (openai/andrew/openrouter/sonoma-sky-alpha) <aider@aider.chat>
|
2025-09-11 11:00:10 -03:00 |
|
Andrew Phillips
|
08b5f284d3
|
feat: Add is_internal method to CompressionEngine trait
Co-authored-by: aider (openai/andrew/openrouter/sonoma-sky-alpha) <aider@aider.chat>
|
2025-09-11 10:57:48 -03:00 |
|
Andrew Phillips
|
f1f60f7178
|
refactor: Improve compression status and engine selection logic
Co-authored-by: aider (openai/andrew/openrouter/sonoma-sky-alpha) <aider@aider.chat>
|
2025-09-11 10:54:40 -03:00 |
|
Andrew Phillips
|
9f7534f0ae
|
docs: Improve Rustdoc for compression engine, delete mode, and parser modules
Co-authored-by: aider (openai/andrew/openrouter/sonoma-sky-alpha) <aider@aider.chat>
|
2025-09-10 15:40:04 -03:00 |
|
Andrew Phillips
|
93d99a644a
|
docs: add rustdoc to compression_engine module
Co-authored-by: aider (openai/andrew/openrouter/deepseek/deepseek-chat-v3.1) <aider@aider.chat>
|
2025-09-10 11:14:03 -03:00 |
|
Andrew Phillips
|
d894f686a1
|
fix: Clone the compression type before using it as an index
Co-authored-by: aider (openai/andrew/openrouter/sonoma-sky-alpha) <aider@aider.chat>
|
2025-09-10 10:40:59 -03:00 |
|
Andrew Phillips
|
845ecf1498
|
fix: Prevent double move of compression_type in get_compression_engine
Co-authored-by: aider (openai/andrew/openrouter/sonoma-sky-alpha) <aider@aider.chat>
|
2025-09-10 10:40:16 -03:00 |
|
Andrew Phillips
|
5521a352a7
|
fix: Add anyhow macro to imports in compression_engine.rs
Co-authored-by: aider (openai/andrew/openrouter/sonoma-sky-alpha) <aider@aider.chat>
|
2025-09-10 10:39:43 -03:00 |
|
Andrew Phillips
|
fd95fbcac1
|
feat: Fallback to system commands for disabled compression features
Co-authored-by: aider (openai/andrew/openrouter/sonoma-sky-alpha) <aider@aider.chat>
|
2025-09-10 10:37:49 -03:00 |
|
Andrew Phillips
|
6f1352238a
|
feat: Make bzip2 compression optional
Co-authored-by: aider (openai/andrew/openrouter/sonoma-sky-alpha) <aider@aider.chat>
|
2025-09-10 10:35:35 -03:00 |
|
Andrew Phillips (aider)
|
970d69af70
|
chore: remove unused imports
|
2025-05-22 14:02:24 -03:00 |
|
Andrew Phillips (aider)
|
a68d75351f
|
refactor: remove magic function and related code
|
2025-05-22 13:57:00 -03:00 |
|
Andrew Phillips
|
bbdfe19836
|
feat: add compression and digest support with database schema updates
|
2025-05-14 09:45:51 -03:00 |
|
Andrew Phillips
|
e7496b8978
|
fix: Fix COMPRESSION typo, correct DIGEST log tag, and refactor mode_update cloning
|
2025-05-13 18:36:23 -03:00 |
|
Andrew Phillips (aider)
|
ff7f7035c8
|
refactor: Rename default_type to default_compression_type
|
2025-05-13 16:42:08 -03:00 |
|
Andrew Phillips (aider)
|
e238f7569e
|
fix: rename get_engine to get_compression_engine in compression_engine.rs
|
2025-05-13 08:48:59 -03:00 |
|
Andrew Phillips (aider)
|
9330fc1db9
|
refactor: Rename get_engine to get_compression_engine and update references
|
2025-05-13 08:46:41 -03:00 |
|
Andrew Phillips
|
7db2a2ab75
|
(no commit message provided)
|
2025-05-13 08:16:47 -03:00 |
|
Andrew Phillips (aider)
|
ba6e27f708
|
fix: resolve unresolved compression engine imports
|
2025-05-12 17:17:42 -03:00 |
|
Andrew Phillips (aider)
|
71a35a77a0
|
fix: correct compression module imports
|
2025-05-12 17:16:52 -03:00 |
|
Andrew Phillips
|
e3159473d0
|
chore: Rename compression directory to compression_engine
|
2025-05-12 17:08:00 -03:00 |
|