| .. |
|
base.go
|
fix: eliminate data races on shared tool instances (#1080)
|
2026-03-05 09:57:33 +08:00 |
|
cron.go
|
chore: revert unrelated golines formatting
|
2026-03-29 14:06:19 +02:00 |
|
cron_test.go
|
chore: revert unrelated golines formatting
|
2026-03-29 14:06:19 +02:00 |
|
edit.go
|
chore: revert unrelated golines formatting
|
2026-03-29 14:06:19 +02:00 |
|
edit_test.go
|
chore: revert unrelated golines formatting
|
2026-03-29 14:06:19 +02:00 |
|
filesystem.go
|
chore: revert unrelated golines formatting
|
2026-03-29 14:06:19 +02:00 |
|
filesystem_test.go
|
chore: revert unrelated golines formatting
|
2026-03-29 14:06:19 +02:00 |
|
i2c.go
|
chore: revert unrelated golines formatting
|
2026-03-29 14:06:19 +02:00 |
|
i2c_linux.go
|
chore: revert unrelated golines formatting
|
2026-03-29 14:06:19 +02:00 |
|
i2c_other.go
|
feat(fmt): Run formatters
|
2026-02-18 21:48:23 +02:00 |
|
mcp_tool.go
|
chore: revert unrelated golines formatting
|
2026-03-29 14:06:19 +02:00 |
|
mcp_tool_test.go
|
chore: revert unrelated golines formatting
|
2026-03-29 14:06:19 +02:00 |
|
message.go
|
fix: eliminate data races on shared tool instances (#1080)
|
2026-03-05 09:57:33 +08:00 |
|
message_test.go
|
chore: revert unrelated golines formatting
|
2026-03-29 14:06:19 +02:00 |
|
normalization.go
|
chore: revert unrelated golines formatting
|
2026-03-29 14:06:19 +02:00 |
|
registry.go
|
refactor(agent): source discovery identity from AGENT.md frontmatter
|
2026-03-29 22:43:20 +02:00 |
|
registry_test.go
|
refactor(agent): source discovery identity from AGENT.md frontmatter
|
2026-03-29 22:43:20 +02:00 |
|
result.go
|
chore: revert unrelated golines formatting
|
2026-03-29 14:06:19 +02:00 |
|
result_test.go
|
chore: revert unrelated golines formatting
|
2026-03-29 14:06:19 +02:00 |
|
search_tool.go
|
chore: revert unrelated golines formatting
|
2026-03-29 14:06:19 +02:00 |
|
search_tools_test.go
|
chore: revert unrelated golines formatting
|
2026-03-29 14:06:19 +02:00 |
|
send_file.go
|
chore: revert unrelated golines formatting
|
2026-03-29 14:06:19 +02:00 |
|
send_file_test.go
|
chore: revert unrelated golines formatting
|
2026-03-29 14:06:19 +02:00 |
|
session.go
|
feat(tools): add exec tool enhancement with background execution and PTY support (#1752)
|
2026-03-25 21:02:49 +08:00 |
|
session_process_unix.go
|
feat(tools): add exec tool enhancement with background execution and PTY support (#1752)
|
2026-03-25 21:02:49 +08:00 |
|
session_process_windows.go
|
feat(tools): add exec tool enhancement with background execution and PTY support (#1752)
|
2026-03-25 21:02:49 +08:00 |
|
session_test.go
|
feat(tools): add exec tool enhancement with background execution and PTY support (#1752)
|
2026-03-25 21:02:49 +08:00 |
|
shell.go
|
chore: revert unrelated golines formatting
|
2026-03-29 14:06:19 +02:00 |
|
shell_process_unix.go
|
fix(exec): terminate process tree on timeout
|
2026-02-18 02:01:29 +08:00 |
|
shell_process_windows.go
|
fix(exec): terminate process tree on timeout
|
2026-02-18 02:01:29 +08:00 |
|
shell_test.go
|
chore: revert unrelated golines formatting
|
2026-03-29 14:06:19 +02:00 |
|
shell_timeout_unix_test.go
|
feat(tools): add exec tool enhancement with background execution and PTY support (#1752)
|
2026-03-25 21:02:49 +08:00 |
|
skills_install.go
|
chore: revert unrelated golines formatting
|
2026-03-29 14:06:19 +02:00 |
|
skills_install_test.go
|
feat(fmt): Fix formatting
|
2026-02-20 20:03:11 +02:00 |
|
skills_search.go
|
chore: revert unrelated golines formatting
|
2026-03-29 14:06:19 +02:00 |
|
skills_search_test.go
|
feat(fmt): Fix formatting
|
2026-02-20 20:03:11 +02:00 |
|
spawn.go
|
refactor: improve code readability and consistency across multiple files
|
2026-03-21 17:12:45 +08:00 |
|
spawn_status.go
|
chore: revert unrelated golines formatting
|
2026-03-29 14:06:19 +02:00 |
|
spawn_status_test.go
|
chore: revert unrelated golines formatting
|
2026-03-29 14:06:19 +02:00 |
|
spawn_test.go
|
fix(tools): prevent nil pointer dereference in spawn tools
|
2026-03-19 13:51:11 +08:00 |
|
spi.go
|
chore: revert unrelated golines formatting
|
2026-03-29 14:06:19 +02:00 |
|
spi_linux.go
|
chore: revert unrelated golines formatting
|
2026-03-29 14:06:19 +02:00 |
|
spi_other.go
|
feat(fmt): Run formatters
|
2026-02-18 21:48:23 +02:00 |
|
subagent.go
|
merge: resolve conflicts between refactor/agent and main
|
2026-03-22 19:21:58 +08:00 |
|
subagent_tool_test.go
|
chore: revert unrelated golines formatting
|
2026-03-29 14:06:19 +02:00 |
|
sysproc_unix.go
|
feat(tools): add exec tool enhancement with background execution and PTY support (#1752)
|
2026-03-25 21:02:49 +08:00 |
|
sysproc_windows.go
|
feat(tools): add exec tool enhancement with background execution and PTY support (#1752)
|
2026-03-25 21:02:49 +08:00 |
|
toolloop.go
|
chore: revert unrelated golines formatting
|
2026-03-29 14:06:19 +02:00 |
|
types.go
|
feat(tools): add exec tool enhancement with background execution and PTY support (#1752)
|
2026-03-25 21:02:49 +08:00 |
|
validate.go
|
feat(tools): add tool argument schema validation before execution (#1877)
|
2026-03-24 18:35:56 +08:00 |
|
validate_test.go
|
chore: revert unrelated golines formatting
|
2026-03-29 14:06:19 +02:00 |
|
web.go
|
fix lint
|
2026-03-26 21:33:43 +01:00 |
|
web_test.go
|
chore: revert unrelated golines formatting
|
2026-03-29 14:06:19 +02:00 |