Commit Graph

22 Commits

Author SHA1 Message Date
ccbf29a1f3 feat: add C/C++ language support and analysis
refactor: improve architecture for maintainability
build: update development status to production
docs: enhance README with language support details
docs: add C/C++ development support documentation
docs: add entry points documentation
test: add comprehensive test suite (545+ tests)
refactor: rename asynchronous to modular architecture
fix: resolve dependency resolution issues
perf: improve dependency resolution performance
2025-12-13 05:30:08 +00:00
367006a161 feat: rename assistant identifier to "rp" across config and runtime references 2025-11-29 01:07:15 +00:00
8d5f7c2d9f feat: rename assistant references to rp across config and main module
- Updated all occurrences of 'assistant' to 'rp' in configuration files and main application entry point to reflect the new naming convention.
2025-11-11 18:53:22 +00:00
9a1e96958d feat: integrate web terminal interface with xtermjs support
feat: add basic version control functionality using minigit
refactor: update context management and system message refresh
maintenance: update pyproject.toml version to 1.59.0
fix: handle api connection errors more gracefully
feat: add directory context tool
2025-11-11 11:34:41 +00:00
8f5ed9619c feat: update reasoning and task completion markers
feat: enable autonomous mode by default
refactor: improve assistant class structure
maintenance: update pyproject.toml version to 1.53.0
fix: handle edge cases in autonomous mode content extraction
docs: clarify autonomous mode deprecation in command line arguments
2025-11-10 09:33:31 +00:00
1ab43e4020 feat: add progress indicators for ai operations
feat: update assistant api to provide progress updates
maintenance: bump python slugify version
maintenance: add aiosqlite dependency
refactor: inject knowledge context in autonomous mode
refactor: update assistant class to use graph memory
refactor: process messages with enhanced context and progress indicator
docs: update changelog with version 1.44.0 details
maintenance: update pyproject.toml version to 1.45.0
maintenance: update requirements.txt with aiosqlite
feat: test: mock time and uuid for process_message test
feat: test: mock fact_extractor and knowledge_store for process_message test
2025-11-08 07:21:40 +00:00
e574a36c73 feat: add unit tests for workflow execution, storage, and step logic 2025-11-08 02:44:42 +00:00
7cf626264f feat: allow agents to follow more detailed instructions
feat: save user messages to improve agent responses
maintenance: bump version to 1.32.0
refactor: simplify test for review file
2025-11-08 01:39:08 +00:00
2e0a1e4928 feat: bump project version to 1.28.0 across all configuration files and package manifests 2025-11-08 01:11:31 +00:00
c5cf6b3bcc feat: bump project version to 1.22.0
refactor: remove assistant version print
fix: use "rp" instead of "pr" in tests
2025-11-07 18:13:41 +00:00
5d3a2e7048 chore: remove deprecated pr-based test imports and bump version to 1.16.0
- Delete unused code paths and legacy test fixtures
- Update all test imports from pr to rp across the test suite
- Increment project version to 1.16.0 in setup.py and __init__.py
2025-11-07 17:50:28 +00:00
71fc7b282d feat: remove unused pr package, main entrypoint, agent modules, cache api, command handlers, config file, and core module 2025-11-07 17:42:32 +00:00
fbdb524c53 feat: introduce agent communication, autonomous detection, and plugin support
feat: add interactive modes and a new agent execution tool
maintenance: update version to 1.12.0
perf: improve performance
refactor: update test execution with verbose output and error handling
2025-11-07 16:41:32 +00:00
b68b484700 feat: introduce agent communication, autonomous detection, and plugin support
feat: add interactive modes and agent execution tool
refactor: remove asyncio dependencies from core api and assistant
refactor: remove asyncio dependencies from command handlers
maintenance: bump version to 1.10.0
maintenance: update pyproject.toml dependencies and test configuration
2025-11-07 16:36:03 +00:00
0c56143cea feat: implement distributed ads with unix sockets 2025-11-06 15:44:41 +00:00
7f0e9889b7 feat: did some extensive memory implementations. 2025-11-06 14:15:06 +00:00
db12c6bacf chore: update config file paths and agent communication protocol references 2025-11-05 14:34:23 +00:00
96b85517d3 chore: remove trailing whitespace from README.md line 42 2025-11-04 07:10:37 +00:00
b6c7776894 chore: remove trailing whitespace from README.md formatting 2025-11-04 07:09:12 +00:00
7485210fa1 chore: add coverage configuration and test coverage reporting setup 2025-11-04 07:01:20 +00:00
ca240ede2d chore: remove trailing whitespace from README.md formatting 2025-11-04 04:57:23 +00:00
3abe0474e3 chore: initialize project structure with empty repository and default files 2025-11-04 04:17:27 +00:00