Dark-Alex-17
|
c53e0546d4
|
test: added integration tests for inter-feature interactions like RAG + Agents, function calling/MCP servers, etc.
|
2026-05-01 14:06:41 -06:00 |
|
Dark-Alex-17
|
349b3748bd
|
test: Added unit tests for the rag, completions and prompt, macros, vault, and functions/tool usage
|
2026-05-01 13:24:58 -06:00 |
|
Dark-Alex-17
|
e23e5f9f7b
|
test: Added integration tests for the sub-agent spawning system and inter-agent communication mechanisms
|
2026-05-01 12:53:26 -06:00 |
|
Dark-Alex-17
|
8d02782de6
|
test: unit tests for the sub agent spawning system
|
2026-05-01 12:20:00 -06:00 |
|
Dark-Alex-17
|
27ceefdb40
|
test: REPL command tests and CLI flag tests
|
2026-05-01 11:57:17 -06:00 |
|
Dark-Alex-17
|
5168eb6781
|
test: request_context tests
|
2026-05-01 11:12:30 -06:00 |
|
Dark-Alex-17
|
ddb73a9a33
|
test: added tests for input
|
2026-05-01 11:06:35 -06:00 |
|
Dark-Alex-17
|
53eff10d75
|
test: implemented tests for tool call dispatch and tracking
|
2026-05-01 10:52:56 -06:00 |
|
Dark-Alex-17
|
1df6114ff3
|
test: Implemented tests for the MCP server lifecycle
|
2026-05-01 10:27:49 -06:00 |
|
Dark-Alex-17
|
975484cc2b
|
fix: Accidental shadow of temp_file function for Windows function calling
|
2026-04-28 08:53:57 -06:00 |
|
Dark-Alex-17
|
0421c9b643
|
style: Addressed style issues
|
2026-04-28 08:08:23 -06:00 |
|
Dark-Alex-17
|
fb69c21252
|
build: updated crossterm version for MacOS
|
2026-04-23 08:49:26 -06:00 |
|
Dark-Alex-17
|
0cb9122d16
|
feat: legacy SSE support for MCP server configurations
|
2026-04-20 14:10:26 -06:00 |
|
Dark-Alex-17
|
c164ad3cbb
|
fix: upgraded to newer rmcp version to get native-tls support
|
2026-04-20 13:50:34 -06:00 |
|
Dark-Alex-17
|
9b4171a468
|
feat: support http/sse transport types for MCP server configurations so it fully supports claude desktop-style MCP configs
|
2026-04-20 13:08:20 -06:00 |
|
Dark-Alex-17
|
5cae4e44fb
|
Merge remote-tracking branch 'gitea/restful-api' into restful-api
# Conflicts:
# docs/PHASE-1-IMPLEMENTATION-PLAN.md
# src/cli/completer.rs
# src/client/common.rs
# src/config/agent.rs
# src/config/input.rs
# src/config/macros.rs
# src/config/mod.rs
# src/config/session.rs
# src/function/mod.rs
# src/function/supervisor.rs
# src/function/todo.rs
# src/function/user_interaction.rs
# src/main.rs
# src/mcp/mod.rs
# src/rag/mod.rs
# src/repl/mod.rs
|
2026-04-20 09:02:30 -06:00 |
|
Dark-Alex-17
|
a145a42b2b
|
refactor: fully complete state re-architecting
|
2026-04-19 19:21:24 -06:00 |
|
Dark-Alex-17
|
715807645a
|
refactor: Fully ripped out the god Config struct
|
2026-04-19 19:14:25 -06:00 |
|
Dark-Alex-17
|
1259c6865f
|
refactor: Deprecated old Config struct initialization logic
|
2026-04-19 18:27:33 -06:00 |
|
Dark-Alex-17
|
ff42460cb4
|
refactor: migrate functions and MCP servers to AppConfig
|
2026-04-19 18:14:16 -06:00 |
|
Dark-Alex-17
|
39a16f8d56
|
refactor: Migrate the vault/bare_init logic
|
2026-04-19 18:00:14 -06:00 |
|
Dark-Alex-17
|
83de60f59c
|
refactor: created a single install_builtins free function to remove from Config::init
|
2026-04-19 17:54:50 -06:00 |
|
Dark-Alex-17
|
cf60e090a5
|
refactor: partial migration to init in AppConfig
|
2026-04-19 17:46:20 -06:00 |
|
Dark-Alex-17
|
0fb37c33ab
|
fix: RagCache was not being used for agent and sub-agent instantiation
|
2026-04-19 17:39:49 -06:00 |
|
Dark-Alex-17
|
d81508c22a
|
feat: 99% complete migration to new state structs to get away from God-Config struct; i.e. AppConfig, AppState, and RequestContext
|
2026-04-19 17:05:27 -06:00 |
|
Dark-Alex-17
|
883ac659b2
|
testing
|
2026-04-16 10:17:03 -06:00 |
|
Dark-Alex-17
|
c6c10b5e24
|
Merge branch 'tree-sitter-tools' into 'develop'
|
2026-04-09 14:48:22 -06:00 |
|
Dark-Alex-17
|
a4e5bef1b7
|
feat: Automatic runtime customization using shebangs
|
2026-04-09 14:16:02 -06:00 |
|
Dark-Alex-17
|
f72c7b03f9
|
test: Updated client stream tests to use the thread_rng from rand
|
2026-04-09 13:53:52 -06:00 |
|
Dark-Alex-17
|
bd6f709374
|
build: Pulled additional features for rand dependency
|
2026-04-09 13:45:08 -06:00 |
|
Dark-Alex-17
|
00f2201157
|
fix: TypeScript function args were being passed as objects rather than direct parameters
|
2026-04-09 13:32:16 -06:00 |
|
Dark-Alex-17
|
b3f0d66071
|
build: upgraded dependencies to latest
|
2026-04-09 13:28:19 -06:00 |
|
Dark-Alex-17
|
8730d413bc
|
docs: Updated docs to talk about the new TypeScript-based tool support
|
2026-04-09 13:19:15 -06:00 |
|
Dark-Alex-17
|
79140fda3c
|
feat: Created a demo TypeScript tool and a get_current_weather function in TypeScript
|
2026-04-09 13:18:41 -06:00 |
|
Dark-Alex-17
|
67e749ea3a
|
feat: Updated the Python demo tool to show all possible parameter types and variations
|
2026-04-09 13:18:18 -06:00 |
|
Dark-Alex-17
|
7bcfc133ae
|
fix: Added in forgotten wrapper scripts for TypeScript tools
|
2026-04-09 13:17:53 -06:00 |
|
Dark-Alex-17
|
e3e246607e
|
feat: Added TypeScript tool support using the refactored common ScriptedLanguage trait
|
2026-04-09 13:17:28 -06:00 |
|
Dark-Alex-17
|
16104cb2c5
|
refactor: Extracted common Python parser logic into a common.rs module
|
2026-04-09 13:16:35 -06:00 |
|
Dark-Alex-17
|
224e51c386
|
refactor: python tools now use tree-sitter queries instead of AST
|
2026-04-09 10:20:49 -06:00 |
|
Dark-Alex-17
|
b022ca089c
|
fix: don't shadow variables in binary path handling for Windows
|
2026-04-09 07:53:18 -06:00 |
|
Dark-Alex-17
|
0ebb761c09
|
build: Upgraded crossterm and reedline dependencies
|
2026-04-08 14:54:53 -06:00 |
|
Dark-Alex-17
|
c8067828d5
|
fix: Tool call improvements for Windows systems
|
2026-04-08 12:49:43 -06:00 |
|
github-actions[bot]
|
30eedd9b8c
|
chore: bump Cargo.toml to 0.3.0
v0.3.0
|
2026-04-02 20:17:47 +00:00 |
|
github-actions[bot]
|
d701b45057
|
bump: version 0.2.0 → 0.3.0 [skip ci]
|
2026-04-02 20:17:45 +00:00 |
|
Dark-Alex-17
|
722c9c101e
|
feat: Added todo__clear function to the todo system and updated REPL commands to have a .clear todo as well for significant changes in agent direction
|
2026-04-02 13:13:44 -06:00 |
|
Dark-Alex-17
|
86aa45f0c4
|
fix: Clarified user text input interaction
|
2026-03-30 16:27:22 -06:00 |
|
Dark-Alex-17
|
cf45dc4820
|
fix: recursion bug with similarly named Bash search functions in the explore agent
|
2026-03-30 13:32:13 -06:00 |
|
Dark-Alex-17
|
db77034431
|
feat: Added available tools to prompts for sisyphus and code-reviewer agent families
|
2026-03-30 13:13:30 -06:00 |
|
Dark-Alex-17
|
abdaec11b0
|
feat: Added available tools to coder prompt
|
2026-03-30 11:11:43 -06:00 |
|
Dark-Alex-17
|
95fb349656
|
Merge branch 'main' of github.com:Dark-Alex-17/loki
|
2026-03-30 10:15:51 -06:00 |
|