clawdie-ai/src
Mevy Assistant 97e6fec40a docs(telegram): include snapshots/scrub/model in help
---
Build: pass | Tests: pass — controlplane-telegram
2026-04-21 19:34:25 +02:00
..
channels docs(telegram): include snapshots/scrub/model in help 2026-04-21 19:34:25 +02:00
hostd feat(telegram): add /snapshots and /scrub 2026-04-21 15:55:04 +02:00
upstream Fix controlplane task API + test temp dirs 2026-04-19 05:29:17 +00:00
agent-identity.test.ts test: expand coverage + fix setup/ TypeScript errors 2026-04-14 09:40:28 +00:00
agent-identity.ts feat: gender as first-class agent identity — core differentiator 2026-03-27 17:41:46 +00:00
agent-runner.test.ts Make session compaction token-aware 2026-04-21 07:41:57 +02:00
agent-runner.ts feat: model catalog with per-group LLM override and /model command (Sam & Claude) 2026-04-21 19:26:44 +02:00
agent-session.test.ts Remove legacy agent IDs + tighten task API 2026-04-19 06:54:28 +00:00
agent-session.ts fix(controlplane): 155 tests passing — fix 5 bugs found on pull 2026-04-07 17:19:52 +00:00
auth.test.ts test: add memory-lifecycle and auth unit tests 2026-04-15 05:10:07 +00:00
auth.ts Fix Better Auth base URL + controlplane secret 2026-04-19 07:11:51 +00:00
builtin-knowledge-artifact.test.ts test: add router, builtin-knowledge-artifact, and health unit tests 2026-04-14 19:08:50 +00:00
builtin-knowledge-artifact.ts feat(doctor): surface split-brain readiness 2026-03-14 20:15:40 +01:00
chat-policy.test.ts fix: use memory pool for budget/spend queries in chat-policy and /usage 2026-04-20 18:08:36 +00:00
chat-policy.ts fix: use memory pool for budget/spend queries in chat-policy and /usage 2026-04-20 18:08:36 +00:00
config.ts feat(stt): cooldown after repeated failures 2026-04-21 14:53:32 +02:00
controlplane-aider-runner.test.ts refactor: pass aider prompts via --message-file 2026-04-18 06:01:46 +00:00
controlplane-aider-runner.ts refactor: pass aider prompts via --message-file 2026-04-18 06:01:46 +00:00
controlplane-api.test.ts Remove legacy agent IDs + tighten task API 2026-04-19 06:54:28 +00:00
controlplane-api.ts Remove legacy agent IDs + tighten task API 2026-04-19 06:54:28 +00:00
controlplane-budget.test.ts Remove legacy agent IDs + tighten task API 2026-04-19 06:54:28 +00:00
controlplane-budget.ts Remove legacy agent IDs + tighten task API 2026-04-19 06:54:28 +00:00
controlplane-db.test.ts Remove legacy agent IDs + tighten task API 2026-04-19 06:54:28 +00:00
controlplane-db.ts feat: model catalog with per-group LLM override and /model command (Sam & Claude) 2026-04-21 19:26:44 +02:00
controlplane-heartbeat.test.ts fix: idle heartbeat runs on 2h cadence, budget noise silenced 2026-04-21 12:19:38 +02:00
controlplane-heartbeat.ts feat: model catalog with per-group LLM override and /model command (Sam & Claude) 2026-04-21 19:26:44 +02:00
controlplane-runner.test.ts Remove legacy agent IDs + tighten task API 2026-04-19 06:54:28 +00:00
controlplane-runner.ts fix: isolate pi native session files from controlplane SessionEntry records 2026-04-21 10:46:44 +02:00
controlplane-setup.test.ts Remove legacy agent IDs + tighten task API 2026-04-19 06:54:28 +00:00
controlplane-telegram.test.ts Remove legacy agent IDs + tighten task API 2026-04-19 06:54:28 +00:00
controlplane-telegram.ts Remove legacy agent IDs + tighten task API 2026-04-19 06:54:28 +00:00
controlplane.test.ts Remove legacy agent IDs + tighten task API 2026-04-19 06:54:28 +00:00
controlplane.ts Add host Postgres runtime option 2026-04-12 12:07:08 +00:00
db-identifiers.test.ts Refactor harness extension safety model and add runner tests 2026-04-11 14:47:18 +00:00
db-identifiers.ts Refactor harness extension safety model and add runner tests 2026-04-11 14:47:18 +00:00
db-runtime.test.ts fix: update task status on completion and auto-reset stale budgets 2026-04-18 03:40:41 +00:00
db.test.ts Add ops db schema creation test 2026-04-11 15:22:09 +00:00
db.ts fix: cast next_run param in updateTaskAfterRun to resolve pg type error 2026-04-21 09:35:57 +02:00
display-date.test.ts fix(tmp): keep temp files under project tmp/ (Sam & Codex) 2026-04-03 09:37:42 +00:00
display-date.ts fix(tmp): keep temp files under project tmp/ (Sam & Codex) 2026-04-03 09:37:42 +00:00
doctor.ts Improve doctor signal and pg query safety 2026-04-18 19:11:05 +00:00
env.test.ts test: expand coverage + fix setup/ TypeScript errors 2026-04-14 09:40:28 +00:00
env.ts fix: getFirstLlmKey respects priority order not file order 2026-04-16 20:01:43 +00:00
formatting.test.ts refactor: CI optimization, logging improvements, and codebase formatting (#456) 2026-02-25 23:13:36 +02:00
group-folder.test.ts refactor: CI optimization, logging improvements, and codebase formatting (#456) 2026-02-25 23:13:36 +02:00
group-folder.ts fix: block group folder path escapes 2026-02-22 21:01:53 +02:00
group-queue.test.ts test: replace WhatsApp fixture data with Telegram JIDs 2026-03-14 22:27:55 +00:00
group-queue.ts feat(telegram): add /stop, /new, /whoami, /activation commands with inline keyboards 2026-04-20 07:01:44 +02:00
health.test.ts Fix controlplane task API + test temp dirs 2026-04-19 05:29:17 +00:00
health.ts Improve doctor signal and pg query safety 2026-04-18 19:11:05 +00:00
index.ts feat: model catalog with per-group LLM override and /model command (Sam & Claude) 2026-04-21 19:26:44 +02:00
ipc-auth.test.ts feat(db): migrate SQLite to Postgres OPS_DB (Sam & Claude) 2026-04-11 12:21:27 +02:00
ipc.test.ts Fix controlplane task API + test temp dirs 2026-04-19 05:29:17 +00:00
ipc.ts feat(db): migrate SQLite to Postgres OPS_DB (Sam & Claude) 2026-04-11 12:21:27 +02:00
jail-exec-runner.test.ts refactor: unify skill system on library.yaml, disable pi --skill flag 2026-04-18 08:48:20 +00:00
jail-exec-runner.ts Fix jail-exec unsafe arg filter 2026-04-18 19:11:05 +00:00
jail-registry.test.ts test: expand coverage + fix setup/ TypeScript errors 2026-04-14 09:40:28 +00:00
jail-registry.ts refactor(infra): Phase 1 — jail registry, shared provisioner, eliminate 7x duplication (Sam & Claude) 2026-04-14 01:16:13 +02:00
jail-schema.test.ts Fix controlplane task API + test temp dirs 2026-04-19 05:29:17 +00:00
jail-schema.ts fix(build): exclude test files from tsc production build 2026-04-15 16:23:13 +00:00
local-hosts.test.ts test: expand coverage + fix setup/ TypeScript errors 2026-04-14 09:40:28 +00:00
local-hosts.ts Add host Postgres runtime option 2026-04-12 12:07:08 +00:00
locale-profile.test.ts Enforce UTF-8 locales and expand snapshot coverage 2026-04-04 14:17:04 +00:00
locale-profile.ts Enforce UTF-8 locales and expand snapshot coverage 2026-04-04 14:17:04 +00:00
logger.ts feat(setup): provision ops database and fix logger build regression (Sam & Claude) 2026-04-11 20:37:15 +02:00
memory-lifecycle.test.ts test: add memory-lifecycle and auth unit tests 2026-04-15 05:10:07 +00:00
memory-lifecycle.ts refactor: derive DB identity from AGENT_NAME, drop hardcoded agent refs 2026-03-28 08:55:06 +00:00
memory-pg.test.ts Complete PGVector memory system 2026-03-10 09:43:40 +00:00
memory-pg.ts fix: reliability — shared secret plumbing, heartbeat resilience, pool timeouts, startup validation 2026-04-18 20:57:16 +02:00
metrics.test.ts fix: update tests for AGENT_NAME-metric prefix and config mock 2026-04-16 14:33:26 +00:00
metrics.ts fix: dynamic metrics help map + controlplane dashboard path interpolation (Sam & Claude) 2026-04-16 09:52:08 +02:00
model-catalog.ts feat: model catalog with per-group LLM override and /model command (Sam & Claude) 2026-04-21 19:26:44 +02:00
mount-security.test.ts Fix controlplane task API + test temp dirs 2026-04-19 05:29:17 +00:00
mount-security.ts chore: update stale clawdie-cp references in comments to AGENT_NAME notation 2026-03-13 15:03:38 +00:00
openrouter-status.ts feat: show OpenRouter key status in startup and policy 2026-04-21 10:12:34 +02:00
outbound-images.test.ts fix(telegram): send photos for relative tmp paths 2026-04-21 13:28:51 +02:00
outbound-images.ts fix(telegram): send photos for relative tmp paths 2026-04-21 13:28:51 +02:00
pi-profile.test.ts refactor(pi): add runtime profiles and targeted tmux captures 2026-03-14 20:50:05 +01:00
pi-profile.ts feat(agent): add skills injection, thinking mode, and runtime identity 2026-04-01 13:11:49 +00:00
router.test.ts test: add router, builtin-knowledge-artifact, and health unit tests 2026-04-14 19:08:50 +00:00
router.ts feat(telegram): add sendPhoto for image delivery to chats 2026-04-19 10:32:02 +02:00
routing.test.ts feat(db): migrate SQLite to Postgres OPS_DB (Sam & Claude) 2026-04-11 12:21:27 +02:00
sanitize.test.ts Fix compaction test bug, wire pruneOldEntries, add edge-case tests 2026-04-20 10:49:56 +00:00
sanitize.ts feat(compaction): session compaction with LLM summarization, /compact command, sanitize utils 2026-04-20 12:17:55 +02:00
session-compaction.test.ts Fix compaction test bug, wire pruneOldEntries, add edge-case tests 2026-04-20 10:49:56 +00:00
session-compaction.ts Make session compaction token-aware 2026-04-21 07:41:57 +02:00
skill-library.test.ts feat(prompts): rewire skill discovery, lazy-load skills, fix identities (Sam & Claude) 2026-04-16 12:34:14 +02:00
skill-library.ts feat(prompts): rewire skill discovery, lazy-load skills, fix identities (Sam & Claude) 2026-04-16 12:34:14 +02:00
skills-discovery.test.ts Remove legacy agent IDs + tighten task API 2026-04-19 06:54:28 +00:00
skills-discovery.ts refactor: unify skill system on library.yaml, disable pi --skill flag 2026-04-18 08:48:20 +00:00
skills-list.test.ts Answer skills queries from library 2026-04-18 20:14:58 +00:00
skills-list.ts Fix skills list metadata and provenance 2026-04-18 20:28:07 +00:00
skills-pg.test.ts fix: update tests for AGENT_NAME-metric prefix and config mock 2026-04-16 14:33:26 +00:00
skills-pg.ts fix: reliability — shared secret plumbing, heartbeat resilience, pool timeouts, startup validation 2026-04-18 20:57:16 +02:00
skills.test.ts Remove stale add-compact skill, improve memory handoff with group-aware search 2026-04-20 11:23:46 +00:00
split-brain-status.test.ts feat(doctor): surface split-brain readiness 2026-03-14 20:15:40 +01:00
split-brain-status.ts Improve doctor signal and pg query safety 2026-04-18 19:11:05 +00:00
split-html.test.ts Fix splitTagSafe infinite loop and test expectations 2026-04-20 12:50:02 +00:00
split-html.ts Fix splitTagSafe infinite loop and test expectations 2026-04-20 12:50:02 +00:00
startup-report.test.ts fix(startup-report): robust commit URL 2026-04-21 07:49:44 +02:00
startup-report.ts feat(telegram): add /snapshots and /scrub 2026-04-21 15:55:04 +02:00
stripe-config.test.ts refactor(payments): simplify Stripe integration 2026-03-14 13:58:32 +01:00
stripe-config.ts refactor(payments): simplify Stripe integration 2026-03-14 13:58:32 +01:00
stt-guard.test.ts feat(stt): cooldown after repeated failures 2026-04-21 14:53:32 +02:00
stt-guard.ts feat(stt): cooldown after repeated failures 2026-04-21 14:53:32 +02:00
system-state.test.ts test: 1023 passing — must + should coverage for phases 2-6 2026-04-14 05:27:53 +00:00
system-state.ts fix(controlplane): allow CONTROLPLANE_API_KEY bearer 2026-04-21 16:38:16 +02:00
task-group.test.ts test: 1023 passing — must + should coverage for phases 2-6 2026-04-14 05:27:53 +00:00
task-group.ts feat(phase6): coordinator + dynamic delegation 2026-04-14 04:56:22 +00:00
task-scheduler.test.ts feat(db): migrate SQLite to Postgres OPS_DB (Sam & Claude) 2026-04-11 12:21:27 +02:00
task-scheduler.ts feat(db): migrate SQLite to Postgres OPS_DB (Sam & Claude) 2026-04-11 12:21:27 +02:00
telegram-commands.test.ts feat(telegram): add /stop, /new, /whoami, /activation commands with inline keyboards 2026-04-20 07:01:44 +02:00
telegram-commands.ts feat: model catalog with per-group LLM override and /model command (Sam & Claude) 2026-04-21 19:26:44 +02:00
test-helpers.ts Add ops db schema creation test 2026-04-11 15:22:09 +00:00
transcription.test.ts STT: retry OpenRouter Whisper + surface real errors 2026-04-19 13:37:14 +00:00
transcription.ts STT: retry OpenRouter Whisper + surface real errors 2026-04-19 13:37:14 +00:00
tts.test.ts feat(telegram): add TTS voice replies via Microsoft Edge TTS 2026-04-19 15:12:04 +02:00
tts.ts TTS: avoid 0s voice uploads; teach agent uv edge-tts 2026-04-19 14:16:26 +00:00
types.ts feat: model catalog with per-group LLM override and /model command (Sam & Claude) 2026-04-21 19:26:44 +02:00
vision.test.ts Docs/tests: lock in vision OCR pipeline 2026-04-19 11:22:08 +00:00
vision.ts Vision: instruct agent to use OCR blocks 2026-04-19 11:06:38 +00:00
watchdog.test.ts Fix controlplane task API + test temp dirs 2026-04-19 05:29:17 +00:00
watchdog.ts Use project temp dir for watchdog IPC and TMPDIR 2026-04-01 18:56:17 +00:00