..
a2a_proxy_test.go
Merge pull request #719 from Molecule-AI/fix/issue-697-validate-token-removed-workspace
2026-04-17 12:50:52 +00:00
a2a_proxy.go
fix(a2a): surface delivery_confirmed + prevent 503-busy double-delivery ( #689 )
2026-04-17 11:26:28 +00:00
activity_test.go
test: 100% coverage of extracted helpers + ConfirmDialog singleButton
2026-04-13 17:08:33 -07:00
activity.go
fix(security): #234 — sanitize source_id spoof log line via %q
2026-04-15 12:04:26 -07:00
admin_schedules_health_test.go
feat(platform): add GET /admin/schedules/health for cross-workspace schedule monitoring ( #618 )
2026-04-17 10:28:55 +00:00
admin_schedules_health.go
feat(platform): add GET /admin/schedules/health for cross-workspace schedule monitoring ( #618 )
2026-04-17 10:28:55 +00:00
admin_test_token_test.go
fix(wsauth): add removed-workspace JOIN to ValidateToken ( #697 )
2026-04-17 12:46:27 +00:00
admin_test_token.go
fix(security): revert #684 schema migration, restore /admin/schedules/health, add ADR-001
2026-04-17 12:01:12 +00:00
agent_git_identity_test.go
feat(provisioner): per-agent git identity via GIT_AUTHOR_* env vars
2026-04-16 00:45:26 -07:00
agent_git_identity.go
feat(provisioner): per-agent git identity via GIT_AUTHOR_* env vars
2026-04-16 00:45:26 -07:00
agent_test.go
initial commit — Molecule AI platform
2026-04-13 11:55:37 -07:00
agent.go
initial commit — Molecule AI platform
2026-04-13 11:55:37 -07:00
approvals_test.go
initial commit — Molecule AI platform
2026-04-13 11:55:37 -07:00
approvals.go
initial commit — Molecule AI platform
2026-04-13 11:55:37 -07:00
artifacts_test.go
fix(platform): address security review findings on CF Artifacts ( #641 )
2026-04-17 06:39:47 +00:00
artifacts.go
fix(platform): address security review findings on CF Artifacts ( #641 )
2026-04-17 06:39:47 +00:00
budget_test.go
feat( #541 ): add dedicated GET/PATCH /workspaces/:id/budget endpoints
2026-04-17 06:18:41 +00:00
budget.go
feat( #541 ): add dedicated GET/PATCH /workspaces/:id/budget endpoints
2026-04-17 06:18:41 +00:00
bundle.go
initial commit — Molecule AI platform
2026-04-13 11:55:37 -07:00
channels_test.go
fix(security): Ed25519 signature verification for Discord webhooks + strip token from error chain
2026-04-17 10:36:51 +00:00
channels.go
fix(security): Ed25519 signature verification for Discord webhooks + strip token from error chain
2026-04-17 10:36:51 +00:00
config_test.go
initial commit — Molecule AI platform
2026-04-13 11:55:37 -07:00
config.go
initial commit — Molecule AI platform
2026-04-13 11:55:37 -07:00
container_files.go
initial commit — Molecule AI platform
2026-04-13 11:55:37 -07:00
delegation_test.go
fix(a2a): surface delivery_confirmed + prevent 503-busy double-delivery ( #689 )
2026-04-17 11:26:28 +00:00
delegation.go
fix(a2a): surface delivery_confirmed + prevent 503-busy double-delivery ( #689 )
2026-04-17 11:26:28 +00:00
discovery_test.go
test: 100% coverage of extracted helpers + ConfirmDialog singleButton
2026-04-13 17:08:33 -07:00
discovery.go
chore: quality pass — native dialogs, env sync, Go handler splits
2026-04-13 14:36:30 -07:00
events_test.go
initial commit — Molecule AI platform
2026-04-13 11:55:37 -07:00
events.go
initial commit — Molecule AI platform
2026-04-13 11:55:37 -07:00
github_token_test.go
fix(github): refresh installation token when TTL < 10 min ( #547 ) ( #567 )
2026-04-17 00:47:03 +00:00
github_token.go
fix(github): refresh installation token when TTL < 10 min ( #547 ) ( #567 )
2026-04-17 00:47:03 +00:00
handlers_additional_test.go
fix(security): rebase #685-688 onto main — preserve wsAuth PATCH, add yamlSpecialChars
2026-04-17 12:13:44 +00:00
handlers_extended_test.go
fix(security): rebase #685-688 onto main — preserve wsAuth PATCH, add yamlSpecialChars
2026-04-17 12:13:44 +00:00
handlers_test.go
fix(security): rebase #685-688 onto main — preserve wsAuth PATCH, add yamlSpecialChars
2026-04-17 12:13:44 +00:00
hermes_messages_test.go
feat(platform): merge stacked system messages for Hermes/vLLM ( #499 )
2026-04-17 07:19:30 +00:00
hermes_messages.go
feat(platform): merge stacked system messages for Hermes/vLLM ( #499 )
2026-04-17 07:19:30 +00:00
memories_test.go
fix(memories): add hard cap of 50 on recall results ( #377 )
2026-04-16 11:12:35 +00:00
memories.go
fix(memories): add hard cap of 50 on recall results ( #377 )
2026-04-16 11:12:35 +00:00
memory_test.go
feat(memory): optimistic-locking via if_match_version on workspace_memory writes
2026-04-16 02:32:46 -07:00
memory.go
feat(memory): optimistic-locking via if_match_version on workspace_memory writes
2026-04-16 02:32:46 -07:00
org_include_test.go
feat(org-templates): Phase 4 — atomize each role to <role>/workspace.yaml
2026-04-16 03:09:56 -07:00
org_include.go
feat(org-templates): Phase 4 — atomize each role to <role>/workspace.yaml
2026-04-16 03:09:56 -07:00
org_path_test.go
fix(security): #103 — path-sanitize + admin-gate POST /org/import
2026-04-15 00:18:09 -07:00
org_plugin_allowlist_test.go
feat(platform): per-org plugin governance registry ( #591 )
2026-04-17 05:40:23 +00:00
org_plugin_allowlist.go
feat(platform): per-org plugin governance registry ( #591 )
2026-04-17 05:40:23 +00:00
org_prompt_ref_test.go
feat(org-templates): Phase 1 — externalize prompt bodies to sibling files ( #389 )
2026-04-16 00:32:09 -07:00
org_test.go
fix(scheduler): prevent NULL next_run_at from permanently dropping schedules ( #722 )
2026-04-17 13:34:28 +00:00
org.go
fix(scheduler): prevent NULL next_run_at from permanently dropping schedules ( #722 )
2026-04-17 13:34:28 +00:00
plugins_install_pipeline_test.go
test(handlers): add unit test suite for plugins_install_pipeline.go
2026-04-15 18:47:25 +00:00
plugins_install_pipeline.go
refactor(platform): split 981-line plugins.go into per-domain modules
2026-04-13 18:01:59 -07:00
plugins_install.go
feat(platform): per-org plugin governance registry ( #591 )
2026-04-17 05:40:23 +00:00
plugins_listing.go
refactor(platform): split 981-line plugins.go into per-domain modules
2026-04-13 18:01:59 -07:00
plugins_sources.go
refactor(platform): split 981-line plugins.go into per-domain modules
2026-04-13 18:01:59 -07:00
plugins_test.go
initial commit — Molecule AI platform
2026-04-13 11:55:37 -07:00
plugins.go
refactor(platform): split 981-line plugins.go into per-domain modules
2026-04-13 18:01:59 -07:00
registry_test.go
fix(platform): cap monthly_spend on heartbeat upsert ( #615 )
2026-04-17 06:16:06 +00:00
registry.go
fix(gate-1): resolve merge conflicts with main
2026-04-17 06:27:14 +00:00
restart_context_test.go
feat(platform): inject restart context system message ( #19 Layer 1)
2026-04-14 12:41:01 -07:00
restart_context.go
feat(platform): inject restart context system message ( #19 Layer 1)
2026-04-14 12:41:01 -07:00
schedules_test.go
fix( #249 ): add /schedules/health endpoint accessible to CanCommunicate peers ( #400 )
2026-04-16 00:45:30 -07:00
schedules.go
fix( #249 ): add /schedules/health endpoint accessible to CanCommunicate peers ( #400 )
2026-04-16 00:45:30 -07:00
secrets_test.go
fix(wsauth): add removed-workspace JOIN to ValidateToken ( #697 )
2026-04-17 12:46:27 +00:00
secrets.go
fix(secrets): auto-restart workspaces on global secret change ( #15 )
2026-04-14 12:39:00 -07:00
security_regression_685_686_687_688_test.go
test(security): regression suite for input validation fixes ( #685 #686 #687 #688 )
2026-04-17 12:37:13 +00:00
socket.go
fix(security): Cycle 5 — auth middleware, injection hardening, skill sandbox
2026-04-14 04:44:42 +00:00
sse_test.go
feat(platform): AG-UI compatible SSE endpoint for streaming agent events ( #590 )
2026-04-17 05:16:51 +00:00
sse.go
feat(platform): AG-UI compatible SSE endpoint for streaming agent events ( #590 )
2026-04-17 05:16:51 +00:00
team_test.go
initial commit — Molecule AI platform
2026-04-13 11:55:37 -07:00
team.go
initial commit — Molecule AI platform
2026-04-13 11:55:37 -07:00
template_import_test.go
fix(security): #221 — quote name as YAML scalar instead of stripping newlines
2026-04-15 11:58:16 -07:00
template_import.go
fix(security): YAML-quote skill/prompt names in generateDefaultConfig + opaque file-write errors
2026-04-16 05:40:45 -07:00
templates_test.go
initial commit — Molecule AI platform
2026-04-13 11:55:37 -07:00
templates.go
initial commit — Molecule AI platform
2026-04-13 11:55:37 -07:00
terminal.go
initial commit — Molecule AI platform
2026-04-13 11:55:37 -07:00
tokens_test.go
feat(platform): token management API + MCP setup + external agent guide
2026-04-16 08:37:42 -07:00
tokens.go
fix: code review findings — dead code, DRY, rate limit, docs
2026-04-16 12:04:37 -07:00
traces_test.go
initial commit — Molecule AI platform
2026-04-13 11:55:37 -07:00
traces.go
initial commit — Molecule AI platform
2026-04-13 11:55:37 -07:00
transcript_test.go
fix(security): forward Authorization header in transcript proxy ( #405 ) ( #380 )
2026-04-15 23:38:07 -07:00
transcript.go
fix(security): forward Authorization header in transcript proxy ( #405 ) ( #380 )
2026-04-15 23:38:07 -07:00
viewport_test.go
initial commit — Molecule AI platform
2026-04-13 11:55:37 -07:00
viewport.go
initial commit — Molecule AI platform
2026-04-13 11:55:37 -07:00
webhooks_test.go
initial commit — Molecule AI platform
2026-04-13 11:55:37 -07:00
webhooks_workflow_test.go
feat(webhooks): #101 — workflow_run event → DevOps A2A
2026-04-15 00:25:49 -07:00
webhooks.go
feat(webhooks): #101 — workflow_run event → DevOps A2A
2026-04-15 00:25:49 -07:00
workspace_budget_test.go
fix(security): rebase #685-688 onto main — preserve wsAuth PATCH, add yamlSpecialChars
2026-04-17 12:13:44 +00:00
workspace_metrics_test.go
fix(platform): cap token counts before upsert to prevent NUMERIC overflow ( #615 )
2026-04-17 06:03:40 +00:00
workspace_metrics.go
fix(platform): cap token counts before upsert to prevent NUMERIC overflow ( #615 )
2026-04-17 06:03:40 +00:00
workspace_provision_test.go
fix(auth): inject fresh bearer token into config volume on every provision ( closes #418 )
2026-04-16 05:26:10 -07:00
workspace_provision.go
fix: code review findings — dead code, DRY, rate limit, docs
2026-04-16 12:04:37 -07:00
workspace_restart_test.go
initial commit — Molecule AI platform
2026-04-13 11:55:37 -07:00
workspace_restart.go
fix(provisioner): rebuild_config flag on restart recovers from destroyed config volume ( closes #239 )
2026-04-16 10:34:25 +00:00
workspace_test.go
fix(wsauth): add removed-workspace JOIN to ValidateToken ( #697 )
2026-04-17 12:46:27 +00:00
workspace.go
fix(security): rebase #685-688 onto main — preserve wsAuth PATCH, add yamlSpecialChars
2026-04-17 12:13:44 +00:00