Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ lattice/
# Log files with potential secrets
Logs/
Extenive logs, multiple scenariaos.txt
showcase/server/fsb-data.db
showcase/server/fsb-data.db*
Research/

# Quick task 260630-hct -- self-hosted DB-IP IP-to-City Lite region dataset.
Expand Down
1 change: 1 addition & 0 deletions showcase/angular/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"es": { "translation": "src/locale/messages.es.xlf", "subPath": "es" },
"de": { "translation": "src/locale/messages.de.xlf", "subPath": "de" },
"ja": { "translation": "src/locale/messages.ja.xlf", "subPath": "ja" },
"ko": { "translation": "src/locale/messages.ko.xlf", "subPath": "ko" },
"zh-CN": { "translation": "src/locale/messages.zh-CN.xlf", "subPath": "zh-CN" },
"zh-TW": { "translation": "src/locale/messages.zh-TW.xlf", "subPath": "zh-TW" }
}
Expand Down
2 changes: 1 addition & 1 deletion showcase/angular/eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ module.exports = tseslint.config(
'rel', 'href', 'src', 'srcset', 'loading', 'decoding', 'referrerpolicy',
'allow', 'allowfullscreen', 'sandbox',
// SVG geometry / class hooks
'd', 'stroke-linejoin', 'stroke-linecap', 'fill', 'viewBox',
'd', 'stroke-linejoin', 'stroke-linecap', 'fill', 'viewBox', 'preserveAspectRatio',
// Data attributes (test ids, internal hooks)
'data-testid', 'data-tab', 'data-type', 'data-ld',
// Routing (Angular router takes literal strings, not translations)
Expand Down
3 changes: 2 additions & 1 deletion showcase/angular/public/llms-full.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- generated 2026-08-31 by build-crawler-files.mjs; edit llms-full.source.md -->
<!-- generated 2026-09-01 by build-crawler-files.mjs; edit llms-full.source.md -->
# FSB (Full Self-Browsing)

## 1. Project Description
Expand Down Expand Up @@ -177,6 +177,7 @@ Operator is OpenAI's agentic browser product (2025). Overlap with FSB: end-user-
- About: https://full-selfbrowsing.com/about
- Agents: https://full-selfbrowsing.com/agents
- Support: https://full-selfbrowsing.com/support
- Release notes: https://full-selfbrowsing.com/release-notes
- Privacy: https://full-selfbrowsing.com/privacy
- Lattice: https://full-selfbrowsing.com/lattice
- Concierge: https://full-selfbrowsing.com/concierge
Expand Down
3 changes: 2 additions & 1 deletion showcase/angular/public/llms.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- generated 2026-08-31 by build-crawler-files.mjs; edit llms.source.md -->
<!-- generated 2026-09-01 by build-crawler-files.mjs; edit llms.source.md -->
# FSB (Full Self-Browsing)

FSB (Full Self-Browsing) is an open-source Chrome extension that automates the browser through natural language. You describe a task; FSB plans the clicks, types, and navigation to complete it. Multi-model AI (xAI, OpenAI, Anthropic, Gemini, OpenRouter, LM Studio, local), 56 browser tools, a 68-tool MCP surface, 142+ site guides, local-first execution, and BYO API keys. Current release: FSB v0.9.91 (extension) with fsb-mcp-server 0.11.0 (npm).
Expand Down Expand Up @@ -30,6 +30,7 @@ Unlike cloud browser agents that run in a headless container without your cookie
- [About](https://full-selfbrowsing.com/about): Real demo videos for Grok 4.1 e-commerce autopilot, Codex MCP flight booking, OpenClaw monitoring, and Claude-powered browser iteration, plus an interactive knowledge graph of FSB's site intelligence.
- [Agents](https://full-selfbrowsing.com/agents): OpenClaw skill onboarding, ClawHub one-click install (`https://clawhub.ai/lakshmanturlapati/full-selfbrowsing`), FSB MCP power story (68 MCP tools, multi-agent identity, vault boundary, real Chrome session), 3-step install, and grounded use cases. Autopilot (`run_task`) only fires on explicit user delegation; manual tool calls are default.
- [Support](https://full-selfbrowsing.com/support): Setup guides, MCP configuration, troubleshooting, GitHub issues, and direct contact.
- [Release notes](https://full-selfbrowsing.com/release-notes): Every FSB release illustrated, from the 0.9.91 delegated agent runtimes and toolbar activity icon back to the first Chrome-extension prototype, with a sticky rail for switching between the fourteen published versions.
- [Privacy](https://full-selfbrowsing.com/privacy): How FSB handles your data -- API keys encrypted in Chrome local storage, opt-out anonymous usage telemetry for aggregate public stats only, automation runs locally in your browser.
- [Lattice](https://full-selfbrowsing.com/lattice): Capability runtime SDK for multimodal AI applications -- typed outputs, inspectable plans, provider routing, artifacts, tools, audit receipts, and replay-friendly records.
- [Concierge](https://full-selfbrowsing.com/concierge): Safe action layer for agent-ready web applications -- typed verbs, live catalogs, consent-bound dispatch, and signed replay-protected batches.
Expand Down
Loading
Loading