Commit 0280a57
committed
feat: add chat-ui option
The chat UI option is sugar to launch the chat-builder tool. If the user
enables the chat-ui option, then the appropriate setup is done to launch
the chat-builder UI tool for the user. If a file is provided, then the
UI should launch to the "run" UI and the user can chat with the
provided tool. If no file is provided, then the "browse" UI is opened
and the user can decide what to do.
The most important secondary option is the --chdir option. If the
user provides a file, then the current directory will be set to the
directory where that file exists. If the user provides the --chdir
option, then the file path should be absolute or relative to this chdir.
Signed-off-by: Donnie Adams <[email protected]>1 parent 1fe500f commit 0280a57
3 files changed
+48
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
| 82 | + | |
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
| 21 | + | |
20 | 22 | | |
21 | 23 | | |
22 | 24 | | |
| |||
65 | 67 | | |
66 | 68 | | |
67 | 69 | | |
| 70 | + | |
68 | 71 | | |
69 | 72 | | |
70 | 73 | | |
| |||
319 | 322 | | |
320 | 323 | | |
321 | 324 | | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
| 342 | + | |
| 343 | + | |
| 344 | + | |
| 345 | + | |
| 346 | + | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
322 | 358 | | |
323 | 359 | | |
324 | 360 | | |
| |||
385 | 421 | | |
386 | 422 | | |
387 | 423 | | |
388 | | - | |
| 424 | + | |
389 | 425 | | |
390 | 426 | | |
391 | 427 | | |
| |||
399 | 435 | | |
400 | 436 | | |
401 | 437 | | |
402 | | - | |
| 438 | + | |
403 | 439 | | |
404 | 440 | | |
405 | | - | |
| 441 | + | |
406 | 442 | | |
407 | 443 | | |
408 | 444 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
15 | 23 | | |
16 | 24 | | |
17 | 25 | | |
| |||
0 commit comments