AJ (@techfren)

Results 40 issues of AJ (@techfren)

This PR refactors the LiteLLM integration to support dynamic selection of inference providers and API keys, replacing the previous hardcoded configuration approach. The LiteLLMClient class now accepts provider and api_key...

enhancement
refactor
testing
configuration
llm
multi-provider

This pull request implements several enhancements to the task list: - **Search Functionality:** Added a search bar to filter tasks based on keywords. - **Pagination:** Implemented a mechanism to display...

enhancement
UI
usability
search
pagination

This PR adds initial test cases for the 'awaiting review' state functionality in `tests/test_basic.py`. The tests are based on assumptions about the Task class and status management functions, as the...

enhancement
tests
awaiting-review

This PR enhances the `test_basic.py` file by adding more comprehensive test cases for basic arithmetic operations and data structures. The existing test file was too rudimentary, so new test cases...

enhancement
coverage
tests

This commit adds a new style rule to the `styles.css` file to make the `h1` tag occupy the full viewport width. The `h1` selector was previously missing from the stylesheet....

style
css
layout

in the card we currently show the latest thought etc in agent state. there should be a collapsible history view of all the thoughts and progress arrays.

``` 2024-12-30 19:14:41,951 - Received create_agent request: {'repo_url': 'https://github.com/aj47/100x-orchestrator/', 'tasks': [{'title': 'make the title h1 take up 100% of view width in styles.css', 'description': ''}], 'num_agents': 2, 'aider_commands': '--test-cmd pytest'}...

looks like its conflicting with the collapse bar