Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
455 commits
Select commit Hold shift + click to select a range
c0fba48
Merge pull request #152 from agentforce314/fix/bash-timeout-distingui…
ericleepi314 May 16, 2026
a7627ea
Merge pull request #153 from agentforce314/test/subagent-abort-isolation
ericleepi314 May 16, 2026
5214fe5
feat(read): port TS image-handling pipeline to Python (Tier C parity)
ericleepi314 May 16, 2026
e12f86f
Merge pull request #154 from agentforce314/feat/image-handling-parity
ericleepi314 May 16, 2026
20c2443
fix(at-mention,read): inline @image.png as image content + preserve i…
ericleepi314 May 16, 2026
25dbdc7
Merge pull request #155 from agentforce314/fix/at-image-mention-hallu…
ericleepi314 May 16, 2026
22f300d
fix(image-handling): close 4 audit follow-ups from PR #155
ericleepi314 May 16, 2026
2581a20
Merge pull request #156 from agentforce314/fix/image-handling-audit-f…
ericleepi314 May 16, 2026
005234b
docs(readme): refresh stats + news + Core Systems for image / ESC work
ericleepi314 May 16, 2026
ba35521
Merge pull request #157 from agentforce314/docs/readme-update-2026-05-16
ericleepi314 May 16, 2026
959bd5a
docs(readme): shorten 2026-05-16 image-handling-parity news item
ericleepi314 May 16, 2026
e1dbe7d
Merge pull request #158 from agentforce314/docs/readme-shorten-image-…
ericleepi314 May 16, 2026
1d514bd
fix(openrouter): break image_unsupported context-stuck loop
ericleepi314 May 16, 2026
875c73a
Merge pull request #159 from agentforce314/fix/openrouter-image-unsup…
ericleepi314 May 16, 2026
68c4a5b
fix(agent): show real tool input in subagent progress lines
ericleepi314 May 16, 2026
e9706b8
Merge pull request #160 from agentforce314/worktree-subagent-read-dis…
ericleepi314 May 16, 2026
34b1371
feat(providers): add native Gemini provider via google-genai SDK
fm-chen May 17, 2026
17d88a7
feat(eval): SWE-bench Verified comparison harness vs openclaude
fm-chen May 17, 2026
a9f413b
docs(readme): SWE-bench Verified headline + chart
fm-chen May 17, 2026
8387a8d
Merge pull request #161 from agentforce314/feat/eval
fm-chen May 17, 2026
1b5a1fd
fix(repl): use ToolRegistry.list_tools() in /tools and /context
ericleepi314 May 17, 2026
37a71e4
Merge pull request #162 from agentforce314/worktree-tools-slash
ericleepi314 May 17, 2026
88e21cf
fix(repl): resolve Tool.description to string in /context schema payload
ericleepi314 May 17, 2026
e1832a0
Merge pull request #163 from agentforce314/worktree-context-schema
ericleepi314 May 17, 2026
2cdc314
feat(advisor): helpers + settings field + orphan tool_use guard
ericleepi314 May 18, 2026
b125e16
Merge pull request #176 from agentforce314/advisor/01-foundation
ericleepi314 May 19, 2026
aebbbcf
feat(assistant): port sessionHistory + AssistantSessionChooser stub f…
ericleepi314 May 20, 2026
f58c1c9
Merge pull request #180 from agentforce314/worktree-missing-folder-as…
ericleepi314 May 20, 2026
8258b59
feat(advisor): preserve advisor blocks in ChatResponse round-trip
ericleepi314 May 18, 2026
d75c653
feat(advisor): wire activation into the query layer
ericleepi314 May 18, 2026
039dad8
feat(advisor): /advisor slash command + dedicated TUI row
ericleepi314 May 18, 2026
46f59a7
Merge pull request #181 from agentforce314/advisor/land-02-04
agentforce314 May 20, 2026
34b8465
feat(advisor): client-side mode for 3P providers
agentforce314 May 20, 2026
bf215e6
feat(palette): rich two-column slash-command autocomplete in REPL + TUI
agentforce314 May 20, 2026
cd9e9bb
Merge pull request #182 from agentforce314/advisor/3p-client-mode
agentforce314 May 20, 2026
d82eccb
Merge pull request #183 from agentforce314/slash-autocomplete-rich-su…
agentforce314 May 20, 2026
68763ca
fix(advisor): cross-provider call signature in execute_client_advisor
agentforce314 May 20, 2026
b0e8160
fix(advisor): make client-side mode actually work end-to-end
agentforce314 May 20, 2026
edbcd7b
Merge pull request #184 from agentforce314/advisor/3p-fixes
agentforce314 May 20, 2026
9467e8b
feat(ch05/F1+F5): adapter from query() → AgentLoopResult shape; strea…
ericleepi314 May 13, 2026
c21e4e5
feat(consolidate): route headless+TUI through query() via F.1 adapter
agentforce314 May 20, 2026
2939e00
fix(consolidate): address critic-blocking cancel + history regressions
agentforce314 May 20, 2026
fec33d7
Merge pull request #185 from agentforce314/consolidate/agent-loops
agentforce314 May 20, 2026
dc54927
feat(consolidate): F.4 extract renderers + system-prompt helper to ne…
agentforce314 May 20, 2026
28d00e5
fix(consolidate): apply critic F.4 nits (DRY system-prompt body, shim…
agentforce314 May 20, 2026
dcb1c00
Merge pull request #186 from agentforce314/consolidate/delete-agent-loop
agentforce314 May 20, 2026
6dae283
feat(consolidate): Stage 4 — delete agent_loop.py, port tests to quer…
agentforce314 May 20, 2026
4d3e2f3
Merge pull request #187 from agentforce314/consolidate/stage4-delete-…
agentforce314 May 20, 2026
e22a816
feat(advisor): rewrite client-side advisor prompt for better critique…
agentforce314 May 21, 2026
b384e51
Merge pull request #188 from agentforce314/advisor/improve-prompt-qua…
agentforce314 May 21, 2026
fd59f8b
feat(advisor): surface advisor model + mode in REPL/TUI status bars
agentforce314 May 21, 2026
c9ec158
Merge pull request #189 from agentforce314/advisor/status-line-segment
agentforce314 May 21, 2026
af2d2bc
feat(advisor): surface separate worker + advisor token counts in stat…
agentforce314 May 21, 2026
5cecbd9
feat(tui): mirror advisor token counts into AppState + StatusLine
agentforce314 May 21, 2026
a217130
Merge pull request #191 from agentforce314/advisor/tui-tokens-and-ite…
agentforce314 May 21, 2026
2f335a7
feat(advisor): require explicit <provider>:<model> syntax (multi-prov…
agentforce314 May 21, 2026
f5fcd67
Merge pull request #192 from agentforce314/advisor/explicit-provider
agentforce314 May 21, 2026
39920be
feat(cost): show USD cost in REPL + TUI status bars
agentforce314 May 21, 2026
21d6a24
Merge pull request #193 from agentforce314/advisor/status-bar-cost
agentforce314 May 21, 2026
29d6704
docs(readme): add news items for 2026-05-21 (codebase stats + token-e…
agentforce314 May 21, 2026
58c5148
Merge pull request #194 from agentforce314/docs/news-cost-token-effic…
agentforce314 May 21, 2026
0b33197
docs(readme): shorten 2026-05-21 news items to match house style
agentforce314 May 21, 2026
4dd415f
Merge pull request #195 from agentforce314/docs/news-concise
agentforce314 May 21, 2026
4eab071
fix(repl): trim Edit/Write diff color bar to leave terminal-edge margin
agentforce314 May 22, 2026
0092fdc
Merge pull request #196 from agentforce314/repl/diff-bar-trim
agentforce314 May 22, 2026
9d45e27
fix(repl): make slash menu instant and reopen on backspace
agentforce314 May 22, 2026
a6fb153
Merge pull request #197 from agentforce314/repl/slash-menu-responsive…
agentforce314 May 22, 2026
188c01b
fix: declare mcp sdk dependency
May 22, 2026
8316ec4
Merge pull request #198 from Baijack-star/fix/declare-mcp-sdk-dependency
agentforce314 May 22, 2026
bc22b87
feat(bootstrap): expand state.py to close parity gap with TS bootstra…
ericleepi314 May 23, 2026
c9b70b8
Merge pull request #199 from agentforce314/worktree-missing-folder-bo…
ericleepi314 May 23, 2026
5518d1b
bridge: port capacity_wake + 7 leaf modules toward TS parity
ericleepi314 May 23, 2026
866c3b1
Merge pull request #200 from agentforce314/bridge/parity-phase0-phase1
ericleepi314 May 23, 2026
8690801
bridge: complete Phase 1 leaves (config + URL + handle pointer)
ericleepi314 May 23, 2026
c5a48f4
Merge pull request #201 from agentforce314/bridge/parity-phase1-remai…
ericleepi314 May 24, 2026
8635817
bridge phase 2: cross-folder deps unblocking the orchestrators
ericleepi314 May 24, 2026
0f00674
Merge pull request #202 from agentforce314/bridge/parity-phase2
ericleepi314 May 24, 2026
b6d74c8
bridge phase 3: port bridgeApi.ts HTTP client
ericleepi314 May 24, 2026
78299dd
Merge pull request #203 from agentforce314/bridge/parity-phase3-api
ericleepi314 May 24, 2026
bc9c7c2
bridge phase 5 (MVP): port remoteBridgeCore.ts — v2 env-less orchestr…
ericleepi314 May 24, 2026
30c09e0
Merge pull request #204 from agentforce314/bridge/parity-phase5-remot…
ericleepi314 May 24, 2026
b47da43
bridge phase 4: port sessionRunner.ts (child-CLI spawner)
ericleepi314 May 24, 2026
a7f6a09
Merge pull request #205 from agentforce314/bridge/parity-phase4-sessi…
ericleepi314 May 24, 2026
b491e80
bridge phase 6 (MVP slice): env-based orchestrator skeleton
ericleepi314 May 24, 2026
288e045
Merge pull request #206 from agentforce314/bridge/parity-phase6-repl-…
ericleepi314 May 24, 2026
9a88871
bridge phase 10 (polish): port inbound_attachments.py + trusted_devic…
ericleepi314 May 24, 2026
049cc16
Merge pull request #207 from agentforce314/bridge/parity-phase10-polish
ericleepi314 May 24, 2026
69cbc9f
bridge phase 7 (MVP slice): port initReplBridge.ts bootstrap layer
ericleepi314 May 24, 2026
ec106ef
Merge pull request #208 from agentforce314/bridge/parity-phase7-init-…
ericleepi314 May 24, 2026
53b3609
bridge phase 8 (MVP slice): multi-session daemon orchestrator
ericleepi314 May 24, 2026
7d42aec
Merge pull request #209 from agentforce314/bridge/parity-phase8-bridg…
ericleepi314 May 24, 2026
b7eae26
bridge phase 11a: bridge_main hardening
ericleepi314 May 24, 2026
74d962e
Merge pull request #210 from agentforce314/bridge/parity-phase11a-mai…
ericleepi314 May 24, 2026
d68fef1
bridge phase 11b: repl_bridge hardening
ericleepi314 May 24, 2026
dcc6143
Merge pull request #211 from agentforce314/bridge/parity-phase11b-rep…
ericleepi314 May 24, 2026
de910f9
bridge phase 11c: init_repl_bridge polish
ericleepi314 May 24, 2026
68dc3c5
Merge pull request #212 from agentforce314/bridge/parity-phase11c-ini…
ericleepi314 May 24, 2026
a22eeac
bridge phase 12a: real --spawn worktree integration
ericleepi314 May 24, 2026
cfc502e
Merge pull request #213 from agentforce314/bridge/parity-phase12a-wor…
ericleepi314 May 24, 2026
c7b29bd
bridge phase 12b: Strategy-1 in-place reconnect
ericleepi314 May 24, 2026
6502817
Merge pull request #214 from agentforce314/bridge/parity-phase12b-rec…
ericleepi314 May 24, 2026
11f44de
bridge phase 12c: perpetual mode + crash-recovery pointer
ericleepi314 May 24, 2026
4d880a1
Merge pull request #215 from agentforce314/bridge/parity-phase12c-per…
ericleepi314 May 24, 2026
a25c139
bridge phase 13: validate pointer's session_id at init via reconnect_…
ericleepi314 May 25, 2026
1db5a91
Merge pull request #216 from agentforce314/bridge/parity-phase13-sess…
ericleepi314 May 25, 2026
2577b97
bridge phase 14a: port WebSocketTransport (v1 read-side foundation)
ericleepi314 May 25, 2026
6a9fbac
Merge pull request #217 from agentforce314/bridge/parity-phase14-v1-t…
ericleepi314 May 25, 2026
eafc077
bridge phase 14b: port SerialBatchEventUploader (v1 write-side founda…
ericleepi314 May 25, 2026
a27d9b0
Merge pull request #218 from agentforce314/bridge/parity-phase14b-bat…
ericleepi314 May 25, 2026
2c82e0f
docs: fix misleading "base64-encoded-key" placeholder in config example
ericleepi314 May 26, 2026
3e5ca8b
Merge pull request #219 from agentforce314/worktree-key-description-m…
ericleepi314 May 26, 2026
e367284
bridge phase 14c: HybridTransport + v1 dispatch wiring
ericleepi314 May 26, 2026
e12250f
Merge pull request #220 from agentforce314/bridge/parity-phase14c-hyb…
ericleepi314 May 26, 2026
09ce7ad
bridge phase 15: JWT refresh wiring with v1/v2 split + existingHandle
ericleepi314 May 26, 2026
f7dfed4
Merge pull request #221 from agentforce314/bridge/parity-phase15-jwt-…
ericleepi314 May 26, 2026
1cc95b4
bridge phase 16: eager pointer clear on env-mismatch (phase-13 follow…
ericleepi314 May 26, 2026
077a10f
Merge pull request #222 from agentforce314/bridge/parity-phase16-env-…
ericleepi314 May 26, 2026
1301925
bridge phase 17: hourly pointer mtime refresh for perpetual mode
ericleepi314 May 26, 2026
3db501f
Merge pull request #223 from agentforce314/bridge/parity-phase17-poin…
ericleepi314 May 26, 2026
391a18a
bridge phase 18: remove deprecated src/services/bridge/ shim
ericleepi314 May 26, 2026
bc265cb
Merge pull request #224 from agentforce314/bridge/parity-phase18-polish
ericleepi314 May 26, 2026
58ea488
buddy: port headless core of typescript/src/buddy/ to Python
ericleepi314 May 27, 2026
8fe7de4
Merge pull request #225 from agentforce314/worktree-missing-folder-buddy
ericleepi314 May 27, 2026
eecf327
cli parity: port transport factory, worker-state uploader, RemoteIO b…
ericleepi314 May 28, 2026
3c91833
Merge pull request #226 from agentforce314/cli/parity-transports
ericleepi314 May 29, 2026
eb540e1
cli parity follow-up: RemoteIO hardening tests + worker-state traceab…
ericleepi314 May 29, 2026
a773c26
Merge pull request #227 from agentforce314/cli/parity-transports-hard…
ericleepi314 May 29, 2026
4376bdb
docs(readme): add 2026-05-29 news items (codebase stats + bridge/CLI-…
ericleepi314 May 29, 2026
38cc993
Merge pull request #228 from agentforce314/docs/readme-news-2026-05-29
ericleepi314 May 29, 2026
0055008
commands: port safe-command filter, getCommands aggregator, auto-fix/…
ericleepi314 May 29, 2026
a720b1f
Merge pull request #229 from agentforce314/worktree-missing-folder-co…
ericleepi314 May 29, 2026
40a797e
commands: port createMovedToPlugin factory + security-review (phase 1.5)
ericleepi314 May 30, 2026
1759639
Merge pull request #230 from agentforce314/commands/phase1.5-security…
ericleepi314 May 30, 2026
aa1e68e
commands: port statusline prompt command (Class-A completion)
ericleepi314 May 30, 2026
e21567d
Merge pull request #231 from agentforce314/commands/classA-statusline
ericleepi314 May 30, 2026
879796c
commands: port interactive-command bridge (P0-3 local-jsx)
ericleepi314 Jun 1, 2026
ca0e211
Merge pull request #236 from agentforce314/commands/interactive-bridge
ericleepi314 Jun 1, 2026
0e1bbd9
commands: port model-tool exposure + skill listing (P0-4/P0-6)
ericleepi314 Jun 1, 2026
3c1a4d6
Merge pull request #237 from agentforce314/commands/model-tool-exposure
agentforce314 Jun 1, 2026
eb1e6b0
commands: register user-invocable skills into the global registry (P0…
ericleepi314 Jun 2, 2026
8200797
Merge pull request #238 from agentforce314/commands/skill-registration
ericleepi314 Jun 2, 2026
2b18ddf
commands: port /output-style deprecation notice (Class A)
ericleepi314 Jun 2, 2026
693806f
fix: widen GLMProvider import exception to catch ImportError (zhipuai…
Jah-yee Jun 2, 2026
c26850d
Merge pull request #239 from agentforce314/commands/output-style
ericleepi314 Jun 2, 2026
42b8a4f
Merge pull request #240 from Jah-yee/main
ericleepi314 Jun 3, 2026
f13ed34
commands: add prompt_text UIHost primitive (Phase 4 P1)
ericleepi314 Jun 4, 2026
c662985
Merge pull request #243 from agentforce314/commands/prompt-text-primi…
ericleepi314 Jun 4, 2026
8774fd7
commands: port multi-format conversation export renderers (Phase 4 P2)
ericleepi314 Jun 6, 2026
051f431
Merge pull request #244 from agentforce314/commands/export-rendering
ericleepi314 Jun 6, 2026
6ff3575
commands: port faithful /export command (Phase 4 P3)
ericleepi314 Jun 6, 2026
3116efb
Merge pull request #245 from agentforce314/commands/export-command
ericleepi314 Jun 6, 2026
a965205
commands: port faithful /theme interactive command (Phase 5)
ericleepi314 Jun 6, 2026
c3eee0b
Merge pull request #246 from agentforce314/commands/theme-interactive
ericleepi314 Jun 6, 2026
bd85602
commands: port faithful /effort interactive command (Phase 6)
ericleepi314 Jun 7, 2026
83fe30b
Merge pull request #247 from agentforce314/commands/effort-interactive
ericleepi314 Jun 7, 2026
b24b8cb
commands: port faithful /model interactive command (Phase 7)
ericleepi314 Jun 8, 2026
0496d93
Merge pull request #248 from agentforce314/commands/model-interactive
ericleepi314 Jun 8, 2026
c7eef4c
query: enable Anthropic extended thinking on Claude 4.x
fm-chen Jun 8, 2026
a94e5d4
Merge pull request #249 from agentforce314/fumian/feat-extended-thinking
fm-chen Jun 8, 2026
7446a24
fix(query): propagate upstream model errors instead of silent empty s…
fm-chen Jun 8, 2026
e79c858
Merge pull request #250 from agentforce314/fumian/fix-model-error-swa…
fm-chen Jun 8, 2026
3e28212
commands: port faithful /logo command + startup-banner palettes (Phas…
ericleepi314 Jun 9, 2026
ef29fa8
Merge pull request #251 from agentforce314/commands/logo-interactive
ericleepi314 Jun 9, 2026
7632165
commands: port /mcp server list (Phase 9)
ericleepi314 Jun 9, 2026
d7b8dd5
Merge pull request #252 from agentforce314/commands/mcp-list
ericleepi314 Jun 9, 2026
c299f0c
commands: port /tasks background-task list (Phase 10, degraded)
ericleepi314 Jun 10, 2026
b2c260f
Merge pull request #253 from agentforce314/commands/tasks-list
ericleepi314 Jun 10, 2026
144c1d6
commands: port /diff git-diff text (Phase 11, degraded)
ericleepi314 Jun 10, 2026
584ea33
Merge pull request #254 from agentforce314/commands/diff-text
ericleepi314 Jun 10, 2026
05aca1a
commands: port /release-notes changelog viewer (Phase 12)
ericleepi314 Jun 10, 2026
0843459
Merge pull request #255 from agentforce314/commands/release-notes
ericleepi314 Jun 10, 2026
15354a1
commands: port /copy response/code-block copier (Phase 13)
ericleepi314 Jun 10, 2026
9d08dbe
Merge pull request #256 from agentforce314/commands/copy-response
ericleepi314 Jun 10, 2026
e55eae7
commands: port /vim editor-mode toggle + seed the TUI (Phase 14)
ericleepi314 Jun 10, 2026
a03e865
Merge pull request #257 from agentforce314/commands/vim-toggle
ericleepi314 Jun 10, 2026
e9bfea9
commands: port /memory memory-file picker (Phase 15, no-spawn)
ericleepi314 Jun 10, 2026
965332f
Merge pull request #258 from agentforce314/commands/memory-files
ericleepi314 Jun 10, 2026
c3a8038
commands: port /stickers (Phase 17)
ericleepi314 Jun 10, 2026
b0895ed
Merge pull request #259 from agentforce314/commands/stickers
ericleepi314 Jun 10, 2026
e6e15d9
sessions: add the persistence producer (SessionPersister + agent_brid…
ericleepi314 Jun 10, 2026
407af6b
Merge pull request #260 from agentforce314/sessions/persistence-producer
ericleepi314 Jun 10, 2026
9ccbdba
commands: port /rename on the persistence producer (Phase 18)
ericleepi314 Jun 10, 2026
ff6f7d9
Merge pull request #261 from agentforce314/commands/rename-session
ericleepi314 Jun 10, 2026
f29008b
feat(workflow): dynamic workflow engine core (Python)
agentforce314 Jun 10, 2026
cb270a6
Merge pull request #262 from agentforce314/workflow/engine-core
agentforce314 Jun 10, 2026
36b8638
feat(workflow): wire dynamic workflows end-to-end (Phases 5-9)
agentforce314 Jun 10, 2026
5a31266
Merge pull request #263 from agentforce314/workflow/integration
agentforce314 Jun 10, 2026
d3eb41c
feat(workflow): result delivery, resume location, retry, worktree, in…
agentforce314 Jun 10, 2026
bee57be
feat(workflow): /workflows TUI dialog + status-line pill (#1, #2)
agentforce314 Jun 10, 2026
7c271b7
fix(workflow): address adversarial review of the polish branch
agentforce314 Jun 10, 2026
4e595d8
Merge pull request #264 from agentforce314/workflow/polish
agentforce314 Jun 10, 2026
a1e1faf
web: replace dead DuckDuckGo search with Tavily + config-backed secrets
agentforce314 Jun 10, 2026
632f42d
web_fetch: deterministic markdown/text/html extraction (borrow opencode)
agentforce314 Jun 10, 2026
48af22a
Merge pull request #265 from agentforce314/web-tooling/tavily-secrets…
agentforce314 Jun 10, 2026
489d16a
providers: add LLM client read timeout to prevent event-loop deadlock
agentforce314 Jun 11, 2026
5a0323e
workflow: context-preserving schema-repair retry + bounded verify fan…
agentforce314 Jun 11, 2026
e1aff72
Merge pull request #266 from agentforce314/fix/llm-streaming-timeout-…
agentforce314 Jun 11, 2026
32ecadb
command-system: register bundled /deep-research into the command surface
agentforce314 Jun 11, 2026
1d1acb9
command-system: also register /workflows viewer for the Rich REPL
agentforce314 Jun 11, 2026
87b85c5
Merge pull request #267 from agentforce314/fix/register-deep-research…
ericleepi314 Jun 11, 2026
f6da82a
workflows: tell the model to stop after launching (avoid runaway main…
agentforce314 Jun 11, 2026
cb02ec1
Merge pull request #268 from agentforce314/fix/workflow-launch-direct…
agentforce314 Jun 11, 2026
e7ab99c
providers: apply LLM read timeout to ALL openai-compatible providers …
agentforce314 Jun 11, 2026
63abd42
Merge pull request #269 from agentforce314/fix/llm-timeout-all-providers
agentforce314 Jun 11, 2026
f68d136
query: run the sync model call off the event loop so parallel agents …
agentforce314 Jun 11, 2026
5d2bd47
Merge pull request #270 from agentforce314/fix/parallel-agent-event-l…
agentforce314 Jun 11, 2026
ddc607c
deep_research: forbid tools in the synthesize step (stop the report-w…
agentforce314 Jun 11, 2026
7defa17
Merge pull request #271 from agentforce314/fix/deep-research-synthesi…
agentforce314 Jun 11, 2026
701075e
workflow: cap per-agent turns (default 10) so aimless models don't lo…
agentforce314 Jun 11, 2026
96fe997
deep_research: make the verify verdict a string enum, not a bare boolean
agentforce314 Jun 11, 2026
2d67cc7
deep_research: loosen Verify so well-supported claims aren't over-rej…
agentforce314 Jun 11, 2026
92ccdd1
workflow: raise default turn cap 10 -> 18 (legit multi-source search …
agentforce314 Jun 11, 2026
da5a322
Merge pull request #272 from agentforce314/fix/workflow-max-turns-cap
agentforce314 Jun 11, 2026
81c9555
Merge pull request #273 from agentforce314/fix/deep-research-verdict-…
agentforce314 Jun 11, 2026
f011d2f
workflows: rich /workflows monitor (phase progress + per-agent stats)
agentforce314 Jun 11, 2026
89bd217
Merge pull request #287 from agentforce314/feature/workflows-rich-mon…
agentforce314 Jun 11, 2026
867977f
workflows: interactive two-pane TUI for the /workflows detail view
agentforce314 Jun 11, 2026
faaeeea
docs: README news 2026-06-11 — stats + workflow-engine entries, top-1…
ericleepi314 Jun 11, 2026
fd37c75
Merge pull request #290 from agentforce314/docs/readme-news-2026-06-11
agentforce314 Jun 11, 2026
7592692
docs: document session, settings, and env blocks in config.json example
agentforce314 Jun 11, 2026
ecef76a
Merge pull request #291 from agentforce314/docs/config-json-sections
agentforce314 Jun 11, 2026
0fa986f
Merge pull request #288 from agentforce314/feature/workflows-two-pane…
agentforce314 Jun 11, 2026
e1f5e1a
permissions: multi-option ask flow wired end-to-end (components C1)
ericleepi314 Jun 11, 2026
b06219e
tests: lock feedback-input key routing in the permission modal
ericleepi314 Jun 11, 2026
1ad9de6
permissions: address string-heuristics review (C1 review B)
ericleepi314 Jun 11, 2026
a2a658e
permissions: address protocol/wiring review (C1 review A)
ericleepi314 Jun 11, 2026
54fdc99
Merge pull request #292 from agentforce314/components/c1-permission-o…
ericleepi314 Jun 11, 2026
cd2384d
tui: wire the resume picker end-to-end (components C2)
ericleepi314 Jun 11, 2026
d7290ad
Merge pull request #293 from agentforce314/components/c2-resume-picker
ericleepi314 Jun 11, 2026
e49e20b
tui: context awareness + custom statusline command (components C3a)
ericleepi314 Jun 11, 2026
a2c80b6
Merge pull request #294 from agentforce314/components/c3-context-status
ericleepi314 Jun 11, 2026
96cd57d
tui: transcript polish + /thinking toggle (components C3b)
ericleepi314 Jun 11, 2026
a61039f
Merge pull request #295 from agentforce314/components/c3b-transcript-…
ericleepi314 Jun 11, 2026
f2676fe
tui: bash-mode (! prefix) input (components C4)
ericleepi314 Jun 11, 2026
79ef648
Merge pull request #296 from agentforce314/components/c4-bash-mode
ericleepi314 Jun 11, 2026
52adc4d
tui: workspace search dialogs + ripgrep drain fix (components C5)
ericleepi314 Jun 11, 2026
5e4cad7
Merge pull request #297 from agentforce314/components/c5-search-dialogs
ericleepi314 Jun 11, 2026
2153468
tui: /doctor wiring + config-validation surfacing (components C6)
ericleepi314 Jun 11, 2026
179a758
Merge pull request #298 from agentforce314/components/c6-doctor-valid…
ericleepi314 Jun 11, 2026
60b42c8
components C7: .mcp.json server approval gate (TS MCPServerApprovalDi…
ericleepi314 Jun 11, 2026
a2a4863
Merge pull request #299 from agentforce314/components/c7-mcp-approvals
ericleepi314 Jun 11, 2026
0c99f2a
components C8: startup security gates (trust / external includes / by…
ericleepi314 Jun 11, 2026
4d44cbc
Merge pull request #300 from agentforce314/components/c8-startup-gates
ericleepi314 Jun 11, 2026
b0bc4b1
components C9: '#' memory-append shortcut (UserMemoryInputMessage)
ericleepi314 Jun 11, 2026
a58566f
Merge pull request #301 from agentforce314/components/c9-memory-shortcut
ericleepi314 Jun 11, 2026
a343acf
workflows: notify the user (banner + agent summary) when a background…
agentforce314 Jun 11, 2026
30e765b
Merge pull request #302 from agentforce314/feature/workflow-completio…
agentforce314 Jun 11, 2026
6357a5e
workflows: dispatchable saved /<name> commands + the `ultracode` auth…
agentforce314 Jun 11, 2026
c320c3a
Merge pull request #303 from agentforce314/feature/workflow-commands-…
agentforce314 Jun 11, 2026
666333d
docs: fix duplicate word in README configuration section
meichuanyi Jun 12, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
27 changes: 23 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,9 @@ CLAUDE.local.md
/reference_projects/
/my-prompts/

# Demos
/demos/
# Demos - source committed; build output and dependencies covered by node_modules/ and dist/ above
demos/*/node_modules/
demos/*/dist/

#typescript sources
/typescript/
Expand Down Expand Up @@ -120,9 +121,26 @@ out/
.svelte-kit/

#random files
/assets/
/my-docs/
/screenshots_work/
/claude-code-from-source/

# SWE-bench eval — sibling repos cloned next to clawcodex for the eval harness;
# kept untracked because they are separate projects with their own histories.
/SWE-bench-dev/
/openclaude/

# SWE-bench eval — generated data (predictions, traces, harness logs, charts);
# the scripts under eval/ are tracked, but eval/runs/ contains per-run output
# that can be GBs and is reproducible.
/eval/runs/
/eval/__pycache__/

# Stray *.patch / *.diff artifacts the agent occasionally writes via its
# Write tool during SWE-bench eval (we disable Write/Edit in the wrapper
# now but old artifacts may persist).
/*.patch
/*.diff

# Logs
npm-debug.log*
Expand All @@ -144,4 +162,5 @@ coverage/
# Local env files (in addition to Python section above)
.env.development.local
.env.test.local
.env.production.local
.env.production.local
.gstack/
594 changes: 136 additions & 458 deletions README.md

Large diffs are not rendered by default.

Binary file added assets/clawcodex-screenshot-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/swebench-verified-gemini.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions demos/adopt-me-app/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Adopt Me!</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>
Loading