Skip to content
This repository was archived by the owner on May 15, 2025. It is now read-only.

feat: add aider module #456

Closed
wants to merge 69 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
69 commits
Select commit Hold shift + click to select a range
41428e4
Aider Initial Commit - main.tf
DevelopmentCats May 1, 2025
0e905a9
Aider Initial Commit - README.md
DevelopmentCats May 1, 2025
a87091d
docs: update README.md to clarify Aider session access and API key co…
DevelopmentCats May 1, 2025
e7cc78f
feat: add support for pre and post-install scripts, and task reportin…
DevelopmentCats May 1, 2025
2e5e161
fix: set default for use_screen variable to false in main.tf
DevelopmentCats May 1, 2025
e11a9ac
feat: add experimental task reporting and pre/post-install script sup…
DevelopmentCats May 1, 2025
56f9335
test: add comprehensive tests for Aider installation and script execu…
DevelopmentCats May 1, 2025
940cbac
fix: add CLAUDE.md to .gitignore to prevent tracking of Claude-Code I…
DevelopmentCats May 1, 2025
fcc465c
docs(aider): update README.md to include coder_env resource for API k…
DevelopmentCats May 1, 2025
0e96d19
docs(aider): fix align count parameter in Aider module example for be…
DevelopmentCats May 1, 2025
ac93641
docs(aider): update tags in README.md for Aider module to reflect acc…
DevelopmentCats May 1, 2025
a759b32
docs(aider): update README.md to clarify session options and default …
DevelopmentCats May 2, 2025
98c7efd
fix(aider): use variable for icon and improve session handling in Ai…
DevelopmentCats May 2, 2025
34fac62
docs(aider): update early access note and add links for feedback and …
DevelopmentCats May 2, 2025
f719a61
docs(aider): improve formatting and readability of module parameters …
DevelopmentCats May 2, 2025
ff8dbe1
feat(aider): add Aider icon and update references in README.md and ma…
DevelopmentCats May 2, 2025
abd0a54
docs(aider): improve formatting of module parameters in README.md for…
DevelopmentCats May 2, 2025
c81c930
feat(aider): aider svg replaced with custom aider svg logo
DevelopmentCats May 2, 2025
7e53589
fix(aider): remove CLAUDE.md from .gitignore
DevelopmentCats May 2, 2025
fc08aec
docs(aider) change verified to true for default example
DevelopmentCats May 2, 2025
402d904
docs(aider): Removed optional references. Removed secret param from c…
DevelopmentCats May 5, 2025
64afd3d
fix(aider): restrict module support to Linux workspaces only, removin…
DevelopmentCats May 5, 2025
151d943
docs(aider): improve table formatting in README.md for better clarity…
DevelopmentCats May 5, 2025
4b5b29c
style(aider): adjust indentation for module parameters in README.md f…
DevelopmentCats May 5, 2025
3bac291
refactor(aider): remove use_screen parameter from tests and set it to…
DevelopmentCats May 5, 2025
daa2f00
fix(aider): enhance mock setup in tests to include uname command and …
DevelopmentCats May 5, 2025
f626a27
refactor(aider): introduce executeScriptInContainerWithMockEnv helper…
DevelopmentCats May 5, 2025
c418368
refactor(main.tes.ts): rename and simplify executeScriptInContainer h…
DevelopmentCats May 5, 2025
cd41af5
test(aider): enhance tmux usage verification in tests with detailed o…
DevelopmentCats May 5, 2025
d7f22a4
test(aider): update output logging and tmux session verification for …
DevelopmentCats May 5, 2025
83be35c
test(aider): streamline tmux session verification in tests by simplif…
DevelopmentCats May 5, 2025
dd9aed5
test(aider): update tmux installation verification in tests for clari…
DevelopmentCats May 5, 2025
41cce13
test(aider): enhance script execution tests by adding mock apt-get an…
DevelopmentCats May 5, 2025
c477b52
test(aider): simplify tmux parameter verification by checking script …
DevelopmentCats May 5, 2025
de197d4
test(aider): refine tmux condition checks in script content verificat…
DevelopmentCats May 5, 2025
4311670
test(aider): improve tmux script formatting
DevelopmentCats May 5, 2025
25b0f49
docs(aider): remove default variables, and remove first usage example…
DevelopmentCats May 6, 2025
fe9f8a2
docs(aider): standardize formatting in README for module configuratio…
DevelopmentCats May 6, 2025
257cf98
docs(aider): add module configuration example to README for Aider ins…
DevelopmentCats May 6, 2025
3a05914
feat(aider): add support for additional extensions configuration in A…
DevelopmentCats May 6, 2025
6795427
docs(aider): update README to reflect changes in module parameters, e…
DevelopmentCats May 6, 2025
ad11bb7
fix(aider): update environment variable references in tmux and screen…
DevelopmentCats May 6, 2025
ea6f1f7
docs(aider): update README to reflect the new environment variable na…
DevelopmentCats May 6, 2025
a5509ac
feat(aider): enhance tmux and screen session handling to support task…
DevelopmentCats May 6, 2025
1572516
test(aider): add unit test for --yes-always flag and message handling…
DevelopmentCats May 6, 2025
99aeae8
docs(aider): update README to include non-interactive mode, enhance t…
DevelopmentCats May 6, 2025
dd1a35f
fix(aider): correct order of flags in Aider command for tmux and scre…
DevelopmentCats May 6, 2025
07c22ab
test(aider): modify script execution to source environment variables …
DevelopmentCats May 6, 2025
15561ce
test(aider): prettier formatting
DevelopmentCats May 6, 2025
33499fb
feat(aider): improve screen session management and logging by ensurin…
DevelopmentCats May 6, 2025
2e5f484
feat(aider): update PATH environment variable in screen session scrip…
DevelopmentCats May 6, 2025
b27fded
feat(aider): add experiment system prompt variable and integrate task…
DevelopmentCats May 6, 2025
3d2dc1b
docs(aider): update README to include experiment system prompt parame…
DevelopmentCats May 6, 2025
3b4e85a
fix(aider): replace experiment system prompt with task conventions fo…
DevelopmentCats May 6, 2025
838f259
docs(aider): update README to include experiment task conventions par…
DevelopmentCats May 6, 2025
7aed9d8
feat(aider): enhance task reporting conventions with detailed guideli…
DevelopmentCats May 6, 2025
97fa9b6
feat(aider): enable verbose logging in Aider execution for enhanced t…
DevelopmentCats May 6, 2025
82a68e7
feat(aider): update Aider execution to use architect mode for improve…
DevelopmentCats May 7, 2025
3b4781d
feat(aider): modify CONVENTIONS.md creation to use heredoc for improv…
DevelopmentCats May 7, 2025
f64e1c8
feat(aider): refine test for Aider command execution to verify all re…
DevelopmentCats May 7, 2025
6fa6592
test(aider): remove debug output and adjust message formatting in tes…
DevelopmentCats May 7, 2025
e91140a
feat(aider): introduce app_status_slug variable for dynamic status re…
DevelopmentCats May 7, 2025
edeb92d
test(aider): update test to verify app status slug is set correctly i…
DevelopmentCats May 7, 2025
a367fad
fix(aider): remove app_status_slug variable and hardcode its value fo…
DevelopmentCats May 7, 2025
fa750d7
test(aider): remove tmux usage test to streamline test suite and focu…
DevelopmentCats May 8, 2025
8a22af2
refactor(aider): improve dependency installation checks for Linux, en…
DevelopmentCats May 8, 2025
b552c5d
refactor(aider): clean up test comments and streamline execution veri…
DevelopmentCats May 8, 2025
3d99051
refactor(aider): remove redundant comments and streamline script exec…
DevelopmentCats May 8, 2025
11c8097
refactor(aider): remove unnecessary blank line in main test file to e…
DevelopmentCats May 8, 2025
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: 3 additions & 0 deletions .icons/aider.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading