Commit Graph
1228 Commits
Author SHA1 Message Date
ciregenz c64ccf3834 [eric] release: 1.4.1 v1.4.1 2026-06-21 23:10:54 -07:00
ciregenz 45e285916c [eric] merge eric/skills-settings into eric/app-publishing 2026-06-21 22:03:13 -07:00
ciregenz 1d7fadca77 [eric] tokens: pill shows new (uncached) tokens not cached re-reads; context bar keeps full size 2026-06-21 21:40:33 -07:00
ciregenz 6b9fd37489 [eric] settings: legible secret-masked settings-change chip in the agent transcript 2026-06-20 03:22:11 -07:00
ciregenz 2e2fff0869 [eric] settings: broadcast settings:changed on agent write so the UI reflects it instantly (no focus wait) 2026-06-20 03:22:03 -07:00
ciregenz c12ef7f343 [eric] publish: 10s slow-hint on slow builds + two-step confirm before unpublish 2026-06-20 03:08:36 -07:00
ciregenz ee5b5c2cea [eric] publish: split 379-line monolith into scan/build/cloud modules + memoize scan by source hash 2026-06-20 03:06:44 -07:00
ciregenz b6e230e7ad [eric] edge: octopus instead of bee on the fallback pages 2026-06-20 01:16:15 -07:00
ciregenz c5262723c4 [eric] edge: rate limiter evicts oldest keys instead of wiping every visitor's window 2026-06-19 22:28:24 -07:00
ciregenz b630e9ee14 [eric] publish: rename Fix to Scan again (the button re-scans, it doesn't auto-fix) 2026-06-19 21:20:46 -07:00
ciregenz f611703886 [eric] outputs: remove two dead pass no-ops 2026-06-19 21:20:46 -07:00
ciregenz 6a8197c05b [eric] publish: never bundle secret-shaped files (.env, private keys) into a public app 2026-06-19 21:20:46 -07:00
ciregenz 7a4777a41f [eric] edge: drop unused report_footer_note (takedown path not built) 2026-06-19 21:20:46 -07:00
ciregenz 9035f8a2eb [eric] edge: negative-cache bundle misses so random-slug spray can't hammer Tigris 2026-06-19 21:20:46 -07:00
ciregenz 7a9eb214e9 [eric] publish: neutralize vite-plugin-terminal during build so older workspaces build clean 2026-06-19 20:19:44 -07:00
ciregenz c722641fec [eric] settings: PATCH diff-merge save closes renderer-vs-agent lost update; per-loop write lock 2026-06-19 18:38:02 -07:00
ciregenz 5043f5ad99 [eric] skills: prove skill injection is provider-agnostic by construction (no provider arg, universal Read tool) 2026-06-19 18:14:58 -07:00
ciregenz 7cdc7690fe [eric] settings-agent/skills: prove live stdio guard on a real session, install->usable pipeline, and select->send threading 2026-06-19 18:08:52 -07:00
ciregenz bf282a20a1 [eric] edge: default Tigris bucket to openswarm-app-bundles 2026-06-19 18:06:12 -07:00
ciregenz 1cf843d965 [eric] settings-agent: shared secret-scanner (backend/common) + fail-safe value-shape redaction + second-wall credential restore + unified settings write lock 2026-06-19 18:04:43 -07:00
ciregenz ef1c7a28e2 [eric] publish: don't embed the install token in preview app JS; stub OUTPUT_* (run only when published) 2026-06-19 17:47:25 -07:00
ciregenz b468215052 [eric] electron: exempt same-origin navigations in main-window will-navigate so a reload (Restart tour) on the prod 4173 origin isn't re-opened as a recursive browser card 2026-06-19 17:29:13 -07:00
ciregenz ecaad7c6bd [eric] edge: degrade to not-found on any storage error, never 500 the whole edge 2026-06-19 17:23:14 -07:00
ciregenz a69d6070f8 [eric] onboarding: stop auto-typing+sending canned prompts (no forced pdf app); steps 5/6/8 guide and let the user send their own task 2026-06-19 17:18:44 -07:00
ciregenz aae91910f0 [eric] edge: call cloud over private 6PN mesh + rename token to EDGE_AUTH_TOKEN 2026-06-19 17:13:40 -07:00
ciregenz ab30c08733 [eric] publish: switch hosting apex to openswarm.host (bought) from openswarm.dev 2026-06-19 16:45:30 -07:00
ciregenz abcd334b34 [eric] publish: OUTPUT_COMPUTE/OUTPUT_LLM runtime in preview + /outputs/llm endpoint + skill doc 2026-06-19 04:57:06 -07:00
ciregenz def971f5f2 [eric] edge: inject OUTPUT_COMPUTE/OUTPUT_LLM runtime into served HTML 2026-06-19 04:57:06 -07:00
ciregenz 020a67574d [eric] publish: PublishModal (scan -> Cancel/Fix/Publish-anyway -> live link) wired into ShareModal 2026-06-19 04:26:43 -07:00
ciregenz b36d38b26f [eric] publish: outputs publish fields + publishApi (preflight/publish/unpublish) 2026-06-19 04:26:43 -07:00
ciregenz a64e18e5d2 [eric] edge: openswarm-edge service for *.openswarm.dev (static serve + sandbox compute + LLM proxy) 2026-06-19 04:20:36 -07:00
ciregenz de2fce4f62 [eric] settings-agent: one settingSelectAttrs helper kills the per-row JSON drift + extends select-and-send across the whole General tab (Interface+Agent Defaults+Advanced, 16 fields) 2026-06-19 04:15:36 -07:00
ciregenz 21a0694914 [eric] publish: send output_id + override to cloud so republish reuses the slug 2026-06-19 04:15:02 -07:00
ciregenz 6e3ccd1824 [eric] skills: harden skills.sh resolver, optional GitHub token (60->5000/hr), real default-branch fallback when main/master miss, deterministic skill-path tie-break 2026-06-19 04:08:53 -07:00
ciregenz 5902352ef9 [eric] skills: unify storage so every user/imported skill is a folder (one write path); flat stays read-compat and is superseded on write 2026-06-19 04:07:09 -07:00
ciregenz f866a3717c [eric] skills/settings-agent: scan community SKILL.md+files for secrets & reframe install risk (agent-instructions, not just scripts); extract apply_settings_update so the tool stops calling the PUT route as a fn 2026-06-19 04:03:58 -07:00
ciregenz 72433fced0 [eric] skills: atomic skill-index write + corrupt-read resilience (preserve aside, never brick), mirroring the settings store 2026-06-19 03:37:23 -07:00
ciregenz 371b72ddd1 [eric] settings-agent/skills: fix concurrent-write lost update (serialize), registry install slug clobber (dedup), dialog stale-response races, partial-write + skills.sh boundary hardening 2026-06-19 03:32:16 -07:00
ciregenz 722a9e896a [eric] publish: desktop build/scan/bundle + publish/preflight/unpublish endpoints 2026-06-19 03:28:27 -07:00
ciregenz d714dfaee1 [eric] skills: folder skills round-trip through .swarm/zip import (supporting files preserved via the entity files() channel, not flattened) 2026-06-19 03:17:44 -07:00
ciregenz da0b524f95 [eric] skills: community (skills.sh) browse + install dialog w/ file/script disclosure before commit; entry button on Skills page 2026-06-19 03:14:00 -07:00
ciregenz 0441e8f127 [eric] settings-agent: select-and-send Settings rows -> selected_setting_ids (new settings-option element type, Interface rows selectable, full send plumbing) 2026-06-19 03:10:31 -07:00
ciregenz a0af8476c2 [eric] settings-agent: thread selected_setting_ids -> focused context block so users can point the agent at specific Settings rows (targeting aid, not a gate) 2026-06-19 03:01:05 -07:00
ciregenz 3c950b01f8 [eric] skills: skills.sh wild-registry source (live search) + GitHub-trees install resolver w/ script disclosure, inert install, path-traversal guard 2026-06-19 02:57:58 -07:00
ciregenz d908209a85 [eric] skills: multi-file folder skills (SKILL.md + supporting files) w/ legacy flat compat; inject folder path for on-demand provider-agnostic reads 2026-06-19 02:50:33 -07:00
ciregenz 1a4cccf3cd [eric] settings-agent: always-on SettingsRead/SettingsWrite MCP server + guarded /api/settings-meta endpoint, wired into every run 2026-06-19 02:47:38 -07:00
ciregenz f094de5fbd [eric] settings-agent: typed powering-credential resolver + schema-derived redactor + exhaustive no-suicide invariant test 2026-06-19 02:42:56 -07:00
ciregenz b7450f885a [eric] merge winv2: win startup speedups + skill-registry seed, release 1.3.87 v1.3.87 2026-06-19 00:57:57 -07:00
ciregenz 4ae97e5de0 [eric] throttle: emit rate_limited on exhausted backoff + muted auto-clearing pill (no error card)
(cherry picked from commit 03a9233b860683ae0f9d15b9e9efda32763c7d41)
2026-06-19 00:25:55 -07:00
ciregenz 6193863408 [eric] subscriptions: confirm active node before Connected (claude+codex), re-check on run-fail, honest copy
(cherry picked from commit 3ce44f314b3b51e48692d5f47df38d5bc43ec0f6)
2026-06-19 00:25:54 -07:00