Commit Graph

22 Commits

Author SHA1 Message Date
db16886ce4 skills 2026-06-08 15:08:02 +03:00
dd1f762434 chore: commit remaining maintenance and model changes 2026-06-03 23:26:20 +03:00
d5cf5f0cf7 semantics 2026-05-26 09:30:41 +03:00
948584865c agents 2026-05-25 16:35:00 +03:00
25970dbb46 refactor(semantics): make axiom_config.yaml descriptive, not gatekeeping 2026-05-20 17:18:55 +03:00
21794465f4 lang detect 2026-05-20 17:15:31 +03:00
d48e6c0d83 semantics 2026-05-20 09:59:03 +03:00
ac468121f5 chore: cleanup tracked junk + commit remaining test fixes
.gitignore:
- Add .duckdb semantic index binaries
- Add .axiom/temp/ pytest artifacts
- Add e2e_*.png screenshots
- Remove tracked package-lock.json (already in gitignore)

Untrack junk (git rm --cached):
- 3 duckdb binary index files
- 18 pytest temp artifacts
- 12 e2e screenshots
- package-lock.json

Test fixes (decomposition follow-up):
- executor test mock paths
- orchestrator test mock paths
- preview test mock paths
- orthogonal fixes test mock paths
- git_manager integration test
- settings_page integration test
- settings-utils fix
2026-05-17 19:22:09 +03:00
571768fff5 fix(health): suppress 404 when health monitor disabled + fix audit test assertion
- Sidebar.svelte: defer healthStore.refresh() until feature flags confirm
  health_monitor is enabled; skip entirely when disabled
- health.js: remove throw error from catch block — log and return null
  instead, preventing 'Uncaught (in promise)' on expected 404
- test_report_audit_immutability.py: fix mock assertions —
  audit_service uses logger.reason/reflect/explore, not logger.info
- HealthStore and Sidebar now produce zero network noise when
  FEATURES__HEALTH_MONITOR=false
2026-05-17 14:18:02 +03:00
8797c28958 feat(llm): mask API keys in UI responses and prevent masked-key leakage in fetch/test/save payloads
- Add mask_api_key() and is_masked_or_placeholder() to llm_provider service
- Return masked keys in all provider CRUD endpoints
- Reject masked/placeholder keys in fetch_models and test_provider_config
- Show masked key with Change button in ProviderConfig.svelte edit form
- Exclude masked keys from fetch-models, test, and submit payloads on frontend
- Update semantics-core skill with clarified complexity tier rules
- Switch agent modes from subagent to all
2026-05-15 23:34:09 +03:00
e1e0d72f09 chore: gitignore runtime artifacts, commit pre-existing dictionary+specs changes 2026-05-14 10:17:09 +03:00
ffcfec9acf semantics 2026-05-13 14:15:33 +03:00
13f40048c1 semantics 2026-05-12 20:06:16 +03:00
623cad065d log refactor 2026-05-12 19:30:15 +03:00
3a6a0be95a refactor 2026-05-12 14:52:27 +03:00
72d034746d agents 2026-05-11 22:58:01 +03:00
867fb8dce1 tasks ready 2026-05-08 18:01:49 +03:00
13fcd544d2 semantic cleanup 2026-05-08 10:07:05 +03:00
a69446473b refactor 2026-04-24 17:10:02 +03:00
e9fe80784f prune contracts 2026-04-01 22:31:10 +03:00
bc2e43a14b configs update 2026-04-01 14:07:02 +03:00
f8e08757cf mcp tuning 2026-04-01 13:29:41 +03:00