diff --git a/agent/opencomputer-agent-0.6.0.tgz b/agent/opencomputer-agent-0.6.0.tgz new file mode 100644 index 000000000..1bf5e5b0c Binary files /dev/null and b/agent/opencomputer-agent-0.6.0.tgz differ diff --git a/cli/opencomputer-cli-0.7.1.tgz b/cli/opencomputer-cli-0.7.1.tgz new file mode 100644 index 000000000..f0e1629ed Binary files /dev/null and b/cli/opencomputer-cli-0.7.1.tgz differ diff --git a/cloudflare-workers/oc-gateway/README.md b/cloudflare-workers/oc-gateway/README.md index 1e89f6e84..9425794e5 100644 --- a/cloudflare-workers/oc-gateway/README.md +++ b/cloudflare-workers/oc-gateway/README.md @@ -2,7 +2,7 @@ The framework-neutral model gateway for hosted OpenComputer agent Workers. Flue is the first adapter, but the permanent Worker and operator configuration are not framework-named. Contract and -rationale live in `oc-bg-agents` design 013 §4 and work item 022 W7-P. +rationale live in the `serverless-agents-ws` knowledge base, archive `.agents/archive-durable-agent-sessions/`: design 013 §4 and work item 022 W7-P. It **extends** the shipped managed-model path (does not replace it): org-level spend keeps flowing through the org's single OpenRouter inference key → the existing `model_meter` cron → Autumn (`opencomputer/cloudflare-workers/api-edge/src/{model_billing,model_meter,openrouter}.ts`, `token-billing.md`). The gateway only adds the injection point a CF Worker needs (it can't use the box secrets-proxy) plus **org+agt budget enforcement + best-effort per-session sub-metering**. It pushes **nothing** to Autumn. diff --git a/react/opencomputer-react-0.2.0.tgz b/react/opencomputer-react-0.2.0.tgz new file mode 100644 index 000000000..5e75dabc3 Binary files /dev/null and b/react/opencomputer-react-0.2.0.tgz differ diff --git a/sdks/typescript/opencomputer-sdk-1.1.1.tgz b/sdks/typescript/opencomputer-sdk-1.1.1.tgz new file mode 100644 index 000000000..71a1db6f0 Binary files /dev/null and b/sdks/typescript/opencomputer-sdk-1.1.1.tgz differ diff --git a/web/src/components/slack-connect.tsx b/web/src/components/slack-connect.tsx index 17c689c38..6a356bc94 100644 --- a/web/src/components/slack-connect.tsx +++ b/web/src/components/slack-connect.tsx @@ -48,7 +48,7 @@ import { import { useManagedSlackConnections } from '@/lib/managed-slack-connections' // An agent connects its OWN Slack app (BYO, 1:1:1). Connect is a two-step, -// manifest-route wizard (oc-bg-agents/.agents/design/008-slack-presence.md §2): +// manifest-route wizard (serverless-agents-ws, .agents/archive-durable-agent-sessions/.agents/design/008-slack-presence.md §2): // START returns a manifest the user pastes into Slack's "From a manifest" // flow; COMPLETE takes the three values Slack then hands back. No OAuth, no // secrets in responses.