39c7aec1af
chore: remove trailing blank line after author in README.md for cleaner formatting
master
retoor2025-12-13 13:10:08 +00:00
7a6b41a132
docs: add project overview with setup instructions and architecture summary
retoor2025-12-13 13:04:12 +00:00
2adb6b2fae
chore: bump version to 1.73.0 and update default API key in config.py
retoor2025-12-13 06:38:45 +00:00
02cd3214b3
feat: inject personal knowledge category into context and refactor knowledge injection to accept messages list
retoor2025-12-13 06:37:01 +00:00
448e5aac5b
chore: bump version to 1.71.0 and add changelog entry for empty result fix
retoor2025-12-13 06:18:32 +00:00
f06053f317
feat: add research_info tool and bump version to 1.70.0 with context docs clarification
retoor2025-12-13 06:03:50 +00:00
35ddb1ea6a
feat: add C/C++ language detection and dependency resolution with Makefile generation
retoor2025-12-13 05:30:08 +00:00
fc1d0e2ff5
build: add MANIFEST.in for package distribution and bump version to 1.68.0
retoor2025-12-13 05:04:38 +00:00
4740622c8d
feat: remove mandatory API key requirement and use DEFAULT_API_KEY fallback in assistant
retoor2025-12-13 04:57:23 +00:00
39ea5c2045
feat: add --info flag and dynamic reasoning visibility to autonomous executor
retoor2025-12-03 18:17:37 +00:00
0ed4b7aea9
docs: update changelog with version 1.64.0 details and bump project version in pyproject.toml
retoor2025-11-29 18:46:44 +00:00
fc5ad334f8
feat: rename assistant identifier to "rp" across config and runtime references
retoor2025-11-29 01:07:15 +00:00
aba7289017
feat: rename all assistant references to rp across docs, config, and source files
retoor2025-11-11 18:53:22 +00:00
5b7a358bf7
feat: add xterm.js web terminal and minigit version control tool with 14 file changes
retoor2025-11-11 16:04:46 +00:00
87f0769f59
feat: add directory context tool and refresh system message across assistant flows
retoor2025-11-11 11:34:41 +00:00
abf1240d37
feat: integrate minigit version control into rp assistant for file tracking
retoor2025-11-11 03:05:36 +00:00
890a30e6be
feat: enable autonomous mode by default and add self-analysis tool with knowledge base update
retoor2025-11-11 02:57:56 +00:00
fee0905222
feat: enable autonomous mode by default and improve content extraction with tool call display and error handling
retoor2025-11-10 10:07:34 +00:00
64da59179b
feat: enable autonomous mode by default and bump version to 1.53.0
retoor2025-11-10 09:54:34 +00:00
8d95fb2686
chore: bump project version to 1.52.0 and reformat multi-line strings across core modules
retoor2025-11-10 09:33:31 +00:00
a7ad5bd2c9
chore: bump project version from 1.48.1 to 1.51.0 in pyproject.toml
retoor2025-11-10 09:29:44 +00:00
0729c9ef89
feat: add reasoning extraction and TASK_COMPLETE marker support across autonomous and core modules
retoor2025-11-10 09:29:27 +00:00
8f70f93869
fix: deduplicate identical messages in autonomous mode by tracking last_printed_result in run_autonomous_mode
retoor2025-11-09 03:12:27 +00:00
b1bfab5479
feat: make autonomous mode default and deprecate -a flag with thread-safe background services
retoor2025-11-09 02:34:01 +00:00
de6b6652ee
feat: add category-based knowledge search and deduplication in inject_knowledge_context
retoor2025-11-08 07:28:48 +00:00
9b1404b386
feat: add GraphMemory class with entity, relation, and observation CRUD operations
retoor2025-11-08 07:22:04 +00:00
bbc39f60f0
docs: add changelog entry for version 1.44.0 with progress indicator features
retoor2025-11-08 07:21:40 +00:00
72c0567314
feat: add progress indicators for ai operations and bump version to 1.43.0
retoor2025-11-08 06:07:35 +00:00
ebe1b871dd
feat: add get_context_content helper and inject context into agent system prompts
retoor2025-11-08 03:06:48 +00:00
d3b037138f
feat: wrap api calls and tool execution in autonomous and enhanced modes with ProgressIndicator
retoor2025-11-08 02:55:06 +00:00
4d92881969
feat: add unit tests for WorkflowStep, WorkflowStorage, and WorkflowEngine classes
retoor2025-11-08 02:44:42 +00:00
1e34b02f27
chore: bump project version from 1.38.0 to 1.39.0 and add checkout step to test workflow
retoor2025-11-08 02:32:38 +00:00
3e3f36f220
chore: bump project version to 1.39.0 and switch CI test runner to venv-based python and pytest
retoor2025-11-08 02:29:21 +00:00
e73b4444ff
feat: add pytest test infrastructure with venv setup and version bump to 1.37.0
retoor2025-11-08 02:27:57 +00:00
0550ff39b2
chore: bump project version to 1.36.0 and add PIP_BREAK_SYSTEM_PACKAGES env to test workflow
retoor2025-11-08 02:25:41 +00:00
d9d0d250cb
chore: bump project version from 1.34.0 to 1.35.0 and add test job to CI workflow
retoor2025-11-08 02:21:54 +00:00
c10f2b5957
chore: bump project version to 1.34.0 and remove lint workflow while stripping test matrix
retoor2025-11-08 02:14:00 +00:00
64dc001510
feat: bump version to 1.33.0, drop python 3.10/3.11 from test matrix, and add changelog entry for improved agent instruction following
retoor2025-11-08 02:11:02 +00:00
ae3045d96d
feat: bump version to 1.32.0 and add user message persistence for improved agent instruction adherence
retoor2025-11-08 02:06:35 +00:00
c25ec06742
chore: bump version to 1.31.0 and add changelog entry for agent instruction improvements
retoor2025-11-08 01:39:08 +00:00
98f7847686
feat: enable complex agent instructions and save user messages for learning
retoor2025-11-08 01:35:14 +00:00
89e12683de
feat: pass existing db connection to KnowledgeStore and bump version to 1.29.0
retoor2025-11-08 01:30:11 +00:00
6a69e67e41
feat: save full user messages as knowledge entries alongside extracted facts in assistant
retoor2025-11-08 01:25:02 +00:00
49d0afb457
feat: replace urllib with requests library and refactor HTTP client implementation
retoor2025-11-08 01:11:31 +00:00
a4e52d4f76
feat: add utf-8 encoding with error handling and base64 support for binary files in filesystem tools
retoor2025-11-08 00:56:15 +00:00
fe496c007b
feat: add realistic http headers and replace requests with urllib in http_client
retoor2025-11-08 00:44:23 +00:00
2b97715007
docs: add version 1.26.0 changelog entry and bump pyproject.toml version to 1.26.0
retoor2025-11-07 23:53:58 +00:00
fe2ac407cc
feat: implement vertical scrolling with scroll_y offset and cursor position adjustment in editor
retoor2025-11-07 23:42:52 +00:00
cc639d77a5
docs: add changelog entry for version 1.24.0 with autonomous mode and database logging features
retoor2025-11-07 23:35:41 +00:00
5609f0a40b
feat: add --autonomous flag and run_autonomous method to enable self-directed execution without interactive loop
retoor2025-11-07 21:07:32 +00:00
dd39a60c06
chore: bump project version to 1.23.0, add requirements.txt with 10 dependencies, and update .gitignore with png/gemini patterns
retoor2025-11-07 20:46:54 +00:00
9ea334b8f1
fix: correct logger name from "pr" to "rp" in test assertions and remove assistant version banner print
retoor2025-11-07 18:13:41 +00:00
b4d4896e6f
chore: bump project version from 1.18.0 to 1.20.0 and add 1.20.0 release notes to changelog
retoor2025-11-07 17:54:11 +00:00
545061509f
chore: bump project version to 1.20.0 and add changelog entries for 1.18.0 and 1.19.0
retoor2025-11-07 17:52:53 +00:00
050b4df53f
chore: bump project version from 1.17.0 to 1.18.0 in pyproject.toml for rp package
retoor2025-11-07 17:52:33 +00:00
11bf1c6afd
chore: bump project version from 1.16.0 to 1.17.0 and add changelog entry for release notes
retoor2025-11-07 17:52:15 +00:00
97fa5f4428
chore: bump version to 1.16.0, drop python 3.8/3.9 from ci matrix, and lower min python to 3.10
retoor2025-11-07 17:51:45 +00:00
a49e2f30d3
chore: migrate all test imports from pr to rp package and bump version to 1.15.0
retoor2025-11-07 17:50:28 +00:00
64d763e760
chore: bump version to 1.14.0 and strip 15k lines of dead modules from 85 files
retoor2025-11-07 17:43:04 +00:00
d1d0bfdad1
feat: remove entire pr package including agents, autonomous, cache, config, and core modules
retoor2025-11-07 17:42:32 +00:00
4a8d2e7e60
feat: bump version to 1.12.0 and add changelog entry for new agent capabilities
retoor2025-11-07 17:17:58 +00:00
d59cbb4509
feat: bump version to 1.11.0 and add verbose pytest flags in Makefile
retoor2025-11-07 16:41:32 +00:00
8d29cc8fe8
feat: remove asyncio dependencies from core api, assistant, and command handlers converting to synchronous execution
retoor2025-11-07 16:36:03 +00:00
7b80ce0a23
feat: bump project version from 1.8.0 to 1.9.0 and add changelog entry for agent communication system
retoor2025-11-07 15:43:34 +00:00
f1d91dbcf1
feat: add agent communication system and autonomous detection with caching and plugin support
retoor2025-11-07 15:43:10 +00:00
6de2513aea
feat: add agent communication bus with sqlite-backed message queue and role-based agent manager
retoor2025-11-07 15:21:47 +00:00
63be302da3
feat: bump version to 1.6.0 and add changelog entry for multi-machine ad support
retoor2025-11-06 15:47:15 +00:00
e018cff131
feat: replace synchronous HTTP calls with async client and add background task tracking
retoor2025-11-06 15:44:41 +00:00
99d7ec53d5
feat: implement distributed dataset system enabling agent data sharing across 48 files with 7423 lines of changes
retoor2025-11-06 14:16:06 +00:00
2c3749fd58
feat: add distributed async dataset with unix socket server and refactor agent communication bus
retoor2025-11-06 14:15:06 +00:00
ab9c29467c
chore: migrate config paths to XDG base directory and add hit_count tracking to api_cache
retoor2025-11-05 14:34:23 +00:00
9f155db7c2
chore: comment out flake8 linting step in lint workflow yml
retoor2025-11-04 07:21:40 +00:00
e4b8db5863
chore: remove version pins from dev deps and update project URLs to new git host
retoor2025-11-04 07:20:03 +00:00
91003dbe59
chore: add black formatting and autoflake cleanup to build pipeline and remove redundant pass statements
retoor2025-11-04 07:15:03 +00:00
d58e2b56f2
chore: collapse multi-line argument definitions into single lines across multiple modules
retoor2025-11-04 07:10:37 +00:00
e9ced4a493
chore: standardize string quotes and fix import ordering across multiple modules
retoor2025-11-04 07:09:12 +00:00
ea29bdc403
fix: update CI workflow branch triggers from main to master across lint and test configs
retoor2025-11-04 07:07:08 +00:00
06c80cb9fd
chore: add trigger build comment to rp.py for CI pipeline restart
retoor2025-11-04 07:05:08 +00:00
d091dc0b5a
chore: strip trailing whitespace from README.md line 42
retoor2025-11-04 07:04:19 +00:00
5b7ec5630a
chore: add test coverage configuration and refactor KnowledgeStore to use persistent connection
retoor2025-11-04 07:01:20 +00:00
ed2228db83
feat: integrate knowledge store search and background multiplexer with autonomous monitoring into agent pipeline
retoor2025-11-04 06:52:36 +00:00
e815e2e2a3
chore: remove verbose prints and add agent/memory tool registration in assistant core
retoor2025-11-04 04:57:23 +00:00
5d42e8d377
chore: scaffold project with editorconfig, ci workflows, gitignore, pre-commit, changelog, contributing guide, license, and makefile
retoor2025-11-04 04:17:27 +00:00